Home
last modified time | relevance | path

Searched refs:__t1 (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dbase.h246 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/libstdc++-v3/include/tr1/
Dhypergeometric.tcc130 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c); in __conf_hyperg_luke() local
136 _Tp __Bnm2 = _Tp(1) + __t1 * __x; in __conf_hyperg_luke()
137 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x); in __conf_hyperg_luke()
142 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x; in __conf_hyperg_luke()
314 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c); in __hyperg_luke() local
321 _Tp __Bnm2 = _Tp(1) + __t1 * __x; in __hyperg_luke()
322 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x); in __hyperg_luke()
327 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x; in __hyperg_luke()
Drandom.h643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
Drandom.tcc66 _Tp __t1 = __a * (__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/config/
Dgthr-rtems.h85 __gthread_equal (__gthread_t __t1, __gthread_t __t2) in __gthread_equal() argument
87 return pthread_equal (__t1, __t2); in __gthread_equal()
Dgthr-vxworks-thread.c340 __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/libgcc/
Dgthr-posix.h682 __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/libstdc++-v3/include/bits/
Dchrono.h412 _ToDur __t1 = __t0 + _ToDur{1}; in _GLIBCXX_VISIBILITY()
414 auto __diff1 = __t1 - __d; in _GLIBCXX_VISIBILITY()
418 return __t1; in _GLIBCXX_VISIBILITY()
423 return __t1; in _GLIBCXX_VISIBILITY()
Drandom.tcc61 _Tp __t1 = __a * (__x % __q); in __calc() local
63 if (__t1 >= __t2) in __calc()
64 __x = __t1 - __t2; in __calc()
66 __x = __m - __t2 + __t1; in __calc()
Drandom.h612 _UIntType1 __b1, size_t __t1, in _GLIBCXX_VISIBILITY()
618 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
638 _UIntType1 __b1, size_t __t1, in _GLIBCXX_VISIBILITY()
644 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dxmmintrin.h1309 __v4sf __t1 = __builtin_ia32_unpcklps (__r2, __r3); \
1312 (row0) = __builtin_ia32_movlhps (__t0, __t1); \
1313 (row1) = __builtin_ia32_movhlps (__t1, __t0); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dxmmintrin.h1863 __v4sf __t1 = vec_vmrghw (__r2, __r3); \
1867 (__vector long long)__t1); \
1869 (__vector long long)__t1); \
/netbsd/src/external/gpl3/gcc/dist/include/
Dlonglong.h251 register USItype __t0, __t1, __t2; \
267 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
/netbsd/src/external/gpl3/gdb/dist/include/
Dlonglong.h251 register USItype __t0, __t1, __t2; \
267 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
/netbsd/src/external/gpl3/binutils/dist/include/
Dlonglong.h251 register USItype __t0, __t1, __t2; \
267 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
/netbsd/src/external/lgpl3/gmp/dist/
Dlonglong.h517 register USItype __t0, __t1, __t2; \
532 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-longlong.h515 register USItype __t0, __t1, __t2; \
530 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_neon.h17125 poly64_t __t1 = vget_high_p64 (__a); in vmull_high_p64() local
17128 return (poly128_t) __builtin_arm_crypto_vmullp64 ((uint64_t) __t1, (uint64_t) __t2); in vmull_high_p64()