| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | base.h | 246 bool operator()(const _T1& __t1, const _T2& __t2) const in operator() 247 { return __t1 == __t2; } in operator() 255 operator()(const _T1& __t1, const _T2& __t2) const in operator() 256 { return __t1 < __t2; } in operator() 259 operator()(const _T2& __t2, const _T1& __t1) const in operator() 260 { return __t2 < __t1; } in operator()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ |
| D | gthr-rtems.h | 85 __gthread_equal (__gthread_t __t1, __gthread_t __t2) in __gthread_equal() argument 87 return pthread_equal (__t1, __t2); in __gthread_equal()
|
| D | gthr-vxworks-thread.c | 340 __gthread_equal (__gthread_t __t1, __gthread_t __t2) in __gthread_equal() argument 342 return (__t1 == __t2) ? OK : ERROR; in __gthread_equal()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | hypergeometric.tcc | 131 const _Tp __t2 = (__a + _Tp(2)) / (_Tp(2) * (__c + _Tp(1))); in __conf_hyperg_luke() local 137 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x); in __conf_hyperg_luke() 141 _Tp __Anm1 = __Bnm1 - __t0 * (_Tp(1) + __t2 * __x) * __x in __conf_hyperg_luke() 315 const _Tp __t2 = (__a + _Tp(2)) * (__b + _Tp(2)) in __hyperg_luke() local 322 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x); in __hyperg_luke() 326 _Tp __Anm1 = __Bnm1 - __t0 * (_Tp(1) + __t2 * __x) * __x in __hyperg_luke()
|
| D | random.tcc | 67 _Tp __t2 = __r * (__x / __q); in __calc() local 68 if (__t1 >= __t2) in __calc() 69 __x = __t1 - __t2; in __calc() 71 __x = __m - __t2 + __t1; in __calc()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | gthr-posix.h | 682 __gthread_equal (__gthread_t __t1, __gthread_t __t2) in __gthread_equal() argument 684 return __gthrw_(pthread_equal) (__t1, __t2); in __gthread_equal()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | xmmintrin.h | 1310 __v4sf __t2 = __builtin_ia32_unpckhps (__r0, __r1); \ 1314 (row2) = __builtin_ia32_movlhps (__t2, __t3); \ 1315 (row3) = __builtin_ia32_movhlps (__t3, __t2); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | xmmintrin.h | 1864 __v4sf __t2 = vec_vmrglw (__r0, __r1); \ 1870 (row2) = (__v4sf)vec_mergeh ((__vector long long)__t2, \ 1872 (row3) = (__v4sf)vec_mergel ((__vector long long)__t2, \
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | longlong.h | 251 register USItype __t0, __t1, __t2; \ 267 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | longlong.h | 251 register USItype __t0, __t1, __t2; \ 267 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | longlong.h | 251 register USItype __t0, __t1, __t2; \ 267 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | random.tcc | 62 _Tp __t2 = __r * (__x / __q); in __calc() local 63 if (__t1 >= __t2) in __calc() 64 __x = __t1 - __t2; in __calc() 66 __x = __m - __t2 + __t1; in __calc()
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | longlong.h | 517 register USItype __t0, __t1, __t2; \ 532 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | mpfr-longlong.h | 515 register USItype __t0, __t1, __t2; \ 530 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm_neon.h | 17126 poly64_t __t2 = vget_high_p64 (__b); in vmull_high_p64() local 17128 return (poly128_t) __builtin_arm_crypto_vmullp64 ((uint64_t) __t1, (uint64_t) __t2); in vmull_high_p64()
|