/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __functional_base_03 | 74 __invoke(_Fn __f, _T1& __t1) { 75 return (__t1.*__f)(); 81 __invoke(_Fn __f, _T1& __t1, _A0& __a0) { 82 return (__t1.*__f)(__a0); 88 __invoke(_Fn __f, _T1& __t1, _A0& __a0, _A1& __a1) { 89 return (__t1.*__f)(__a0, __a1); 95 __invoke(_Fn __f, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) { 96 return (__t1.*__f)(__a0, __a1, __a2); 102 __invoke(_Fn __f, _T1& __t1) { 103 return ((*__t1).*__f)(); [all …]
|
H A D | utility | 417 pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {} 514 explicit pair(_T1 const& __t1, _T2 const& __t2) 517 : first(__t1), second(__t2) {} 523 pair(_T1 const& __t1, _T2 const& __t2) 526 : first(__t1), second(__t2) {} 761 make_pair(_T1&& __t1, _T2&& __t2) 764 (_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
|
H A D | regex | 4392 _ForwardIterator __t1 = _VSTD::next(__first); 4393 if (__t1 == __last) 4396 _ForwardIterator __t2 = __parse_decimal_escape(__t1, __last); 4397 if (__t2 != __t1) 4401 __t2 = __parse_character_class_escape(__t1, __last); 4402 if (__t2 != __t1) 4406 __t2 = __parse_character_escape(__t1, __last); 4407 if (__t2 != __t1) 4663 _ForwardIterator __t1 = _VSTD::find(__first, __last, _CharT('\n')); 4664 if (__t1 != __first) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A 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.old/dist/libstdc++-v3/include/parallel/ |
H A 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/libstdc++-v3/include/tr1/ |
H A D | hypergeometric.tcc | 130 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()
|
H A D | random.h | 643 _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()
|
H A D | random.tcc | 66 _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.old/dist/libstdc++-v3/include/tr1/ |
H A D | hypergeometric.tcc | 130 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()
|
H A D | random.h | 643 _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()
|
H A D | random.tcc | 66 _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.old/dist/libgcc/config/ |
H A 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()
|
H A D | gthr-vxworks-thread.c | 300 __gthread_equal (__gthread_t __t1, __gthread_t __t2) in __gthread_equal() argument 302 return (__t1 == __t2) ? OK : ERROR; in __gthread_equal()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
H A 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()
|
H A 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/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | compressed_pair.h | 134 __compressed_pair(_U1&& __t1, _U2&& __t2) 135 : _Base1(_VSTD::forward<_U1>(__t1)), _Base2(_VSTD::forward<_U2>(__t2)) {}
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A 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/libgcc/ |
H A 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/libstdc++-v3/include/bits/ |
H A D | chrono.h | 412 _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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | xmmintrin.h | 1306 __v4sf __t1 = __builtin_ia32_unpcklps (__r2, __r3); \ 1309 (row0) = __builtin_ia32_movlhps (__t0, __t1); \ 1310 (row1) = __builtin_ia32_movhlps (__t1, __t0); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | chrono | 363 _ToDur __t1 = __t0 + _ToDur{1}; 365 auto __diff1 = __t1 - __d; 369 return __t1; 374 return __t1;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 1859 __v4sf __t1 = vec_vmrghw (__r2, __r3); \ 1863 (__vector long long)__t1); \ 1865 (__vector long long)__t1); \
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 1824 __v4sf __t1 = vec_vmrghw (__r2, __r3); \ 1828 (__vector long long)__t1); \ 1830 (__vector long long)__t1); \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 1863 __v4sf __t1 = vec_vmrghw (__r2, __r3); \ 1867 (__vector long long)__t1); \ 1869 (__vector long long)__t1); \
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | longlong.h | 251 register USItype __t0, __t1, __t2; \ 267 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
|