Home
last modified time | relevance | path

Searched refs:__m (Results 1 – 25 of 3184) sorted by relevance

12345678910>>...128

/dports/math/libflame/libflame-5.2.0/old/lapack-test/fla-timing/src/
H A Dflops.h42 #define FMULS_GEMV(__m, __n) ((double)(__m) * (double)(__n) + 2. * (double)(__m)) argument
56 #define FMULS_SYMM(__side, __m, __n) ( ( (__side) == PlasmaLeft ) ? FMULS_GEMM((__m), (__m), (__n))… argument
57 #define FADDS_SYMM(__side, __m, __n) ( ( (__side) == PlasmaLeft ) ? FADDS_GEMM((__m), (__m), (__n))… argument
71 #define FMULS_TRMM_2(__m, __n) (0.5 * (double)(__n) * (double)(__m) * ((double)(__m)+1.)) argument
72 #define FADDS_TRMM_2(__m, __n) (0.5 * (double)(__n) * (double)(__m) * ((double)(__m)-1.)) argument
84 …TRF(__m, __n) ( ((__m) < (__n)) ? (0.5 * (double)(__m) * ((double)(__m) * ((double)(__n) - (1./3.)… argument
86 …TRF(__m, __n) ( ((__m) < (__n)) ? (0.5 * (double)(__m) * ((double)(__m) * ((double)(__n) - (1./3.)… argument
115 #define FMULS_GEQLF(__m, __n) FMULS_GEQRF(__m, __n) argument
116 #define FADDS_GEQLF(__m, __n) FADDS_GEQRF(__m, __n) argument
123 #define FMULS_GELQF(__m, __n) FMULS_GERQF(__m, __n) argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_inline.h44 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
50 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
52 return __libc_ctype_ [__c + 1] & __m; in _GLIBCXX_VISIBILITY()
70 mask __m = 0; in _GLIBCXX_VISIBILITY()
71 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
83 *__vec = __m; in _GLIBCXX_VISIBILITY()
120 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
123 return __istype (__c, __m); in _GLIBCXX_VISIBILITY()
125 return __libc_ctype_ [__c + 1] & __m; in _GLIBCXX_VISIBILITY()
139 mask __m = 0; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Datomic_base.h90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Datomic_base.h109 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
121 { __atomic_thread_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
125 { __atomic_signal_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
212 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
223 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
397 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
409 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
481 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
489 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
718 __atomic_store_n(&_M_p, __p, int(__m)); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Datomic_base.h91 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
103 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
107 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
308 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
319 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
478 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
490 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
500 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
510 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
787 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/bits/
H A Datomic_base.h109 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
121 { __atomic_thread_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
125 { __atomic_signal_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
212 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
223 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
397 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
409 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
481 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
489 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
718 __atomic_store_n(&_M_p, __p, int(__m)); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Datomic_base.h109 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
121 { __atomic_thread_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
125 { __atomic_signal_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
212 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
223 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
397 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
409 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
481 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
489 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
718 __atomic_store_n(&_M_p, __p, int(__m)); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/bits/
H A Datomic_base.h109 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
121 { __atomic_thread_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
125 { __atomic_signal_fence(int(__m)); } in _GLIBCXX_VISIBILITY()
212 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
223 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY()
397 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
409 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY()
481 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
489 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY()
718 __atomic_store_n(&_M_p, __p, int(__m)); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Datomic_base.h87 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
99 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
103 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
304 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
315 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
474 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
486 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
496 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
506 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
783 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Datomic_base.h87 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY()
99 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY()
103 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY()
304 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
315 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY()
474 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
486 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY()
496 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
506 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY()
783 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
66 mask __m = 0; in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY()
69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY()
70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY()
72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY()
80 *__vec = __m; in _GLIBCXX_VISIBILITY()
117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
66 mask __m = 0; in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY()
69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY()
70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY()
72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY()
80 *__vec = __m; in _GLIBCXX_VISIBILITY()
117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
66 mask __m = 0; in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY()
69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY()
70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY()
72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY()
80 *__vec = __m; in _GLIBCXX_VISIBILITY()
117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
66 mask __m = 0; in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY()
69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY()
70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY()
72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY()
80 *__vec = __m; in _GLIBCXX_VISIBILITY()
117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
66 mask __m = 0; in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY()
69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY()
70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY()
72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY()
80 *__vec = __m; in _GLIBCXX_VISIBILITY()
117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
66 mask __m = 0; in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY()
69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY()
70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY()
72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY()
80 *__vec = __m; in _GLIBCXX_VISIBILITY()
117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY()
48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY()
66 mask __m = 0; in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY()
69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY()
70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY()
72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY()
80 *__vec = __m; in _GLIBCXX_VISIBILITY()
117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...128