Home
last modified time | relevance | path

Searched refs:__high (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
H A Dctype_inline.h53 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
55 while (__low < __high) in _GLIBCXX_VISIBILITY()
57 return __high; in _GLIBCXX_VISIBILITY()
62 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
64 while (__low < __high in _GLIBCXX_VISIBILITY()
72 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
74 while (__low < __high in _GLIBCXX_VISIBILITY()
88 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
90 while (__low < __high) in _GLIBCXX_VISIBILITY()
92 return __high; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dquad-float128.h185 double __high, __low; \
189 __high = (double) __value; \
190 if (__builtin_isnan (__high) || __builtin_isinf (__high)) \
197 __low = (double) (__value - (TFtype) __high); \
200 __high_temp = __high + __low; \
201 __low = (__high - __high_temp) + __low; \
202 __high = __high_temp; \
205 u.dbl[0] = __high; \
213 double __high, __low; \
216 __high = u.dbl[0]; \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dquad-float128.h212 double __high, __low; \
216 __high = (double) __value; \
217 if (__builtin_isnan (__high) || __builtin_isinf (__high)) \
224 __low = (double) (__value - (TFtype) __high); \
227 __high_temp = __high + __low; \
228 __low = (__high - __high_temp) + __low; \
229 __high = __high_temp; \
232 u.dbl[0] = __high; \
240 double __high, __low; \
243 __high = u.dbl[0]; \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/aix/
H A Dctype_inline.h53 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
56 while (__low < __high) in _GLIBCXX_VISIBILITY()
59 while (__low < __high) in _GLIBCXX_VISIBILITY()
61 return __high; in _GLIBCXX_VISIBILITY()
66 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
75 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
77 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_inline.h53 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
56 while (__low < __high) in _GLIBCXX_VISIBILITY()
59 for (;__low < __high; ++__vec, ++__low) in _GLIBCXX_VISIBILITY()
65 return __high; in _GLIBCXX_VISIBILITY()
70 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
73 while (__low < __high in _GLIBCXX_VISIBILITY()
77 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
84 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
87 while (__low < __high in _GLIBCXX_VISIBILITY()
91 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Dctype_inline.h118 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
121 while (__low < __high) in _GLIBCXX_VISIBILITY()
127 for (;__low < __high; ++__vec, ++__low) in _GLIBCXX_VISIBILITY()
141 return __high; in _GLIBCXX_VISIBILITY()
146 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
149 while (__low < __high in _GLIBCXX_VISIBILITY()
153 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
160 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
163 while (__low < __high in _GLIBCXX_VISIBILITY()
167 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_inline.h118 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
121 while (__low < __high) in _GLIBCXX_VISIBILITY()
127 for (;__low < __high; ++__vec, ++__low) in _GLIBCXX_VISIBILITY()
141 return __high; in _GLIBCXX_VISIBILITY()
146 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
149 while (__low < __high in _GLIBCXX_VISIBILITY()
153 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
160 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
163 while (__low < __high in _GLIBCXX_VISIBILITY()
167 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_inline.h53 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
56 while (__low < __high) in _GLIBCXX_VISIBILITY()
59 for (;__low < __high; ++__vec, ++__low) in _GLIBCXX_VISIBILITY()
65 return __high; in _GLIBCXX_VISIBILITY()
70 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
73 while (__low < __high in _GLIBCXX_VISIBILITY()
77 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
84 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
87 while (__low < __high in _GLIBCXX_VISIBILITY()
91 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
H A Dctype_inline.h57 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
60 while (__low < __high) in _GLIBCXX_VISIBILITY()
63 while (__low < __high) in _GLIBCXX_VISIBILITY()
69 return __high; in _GLIBCXX_VISIBILITY()
74 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
76 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
83 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
85 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
66 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
66 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
66 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
66 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/openbsd/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
66 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bionic/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
66 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/solaris/solaris2.10/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/openbsd/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
66 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
68 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_inline.h49 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
51 while (__low < __high) in _GLIBCXX_VISIBILITY()
53 return __high; in _GLIBCXX_VISIBILITY()
58 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
60 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_inline.h49 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
51 while (__low < __high) in _GLIBCXX_VISIBILITY()
53 return __high; in _GLIBCXX_VISIBILITY()
58 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
60 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_inline.h49 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
51 while (__low < __high) in _GLIBCXX_VISIBILITY()
53 return __high; in _GLIBCXX_VISIBILITY()
58 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
60 while (__low < __high && !this->is(__m, *__low)) in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high && this->is(__m, *__low) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/vxworks/
H A Dctype_inline.h50 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
52 while (__low < __high) in _GLIBCXX_VISIBILITY()
54 return __high; in _GLIBCXX_VISIBILITY()
59 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
61 while (__low < __high in _GLIBCXX_VISIBILITY()
69 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
71 while (__low < __high in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_inline.h48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY()
50 while (__low < __high) in _GLIBCXX_VISIBILITY()
52 return __high; in _GLIBCXX_VISIBILITY()
57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
59 while (__low < __high in _GLIBCXX_VISIBILITY()
67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY()
69 while (__low < __high in _GLIBCXX_VISIBILITY()

1234