Home
last modified time | relevance | path

Searched refs:__t2 (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/include/
D__threading_support211 bool __libcpp_thread_id_equal(__libcpp_thread_id __t1, __libcpp_thread_id __t2);
214 bool __libcpp_thread_id_less(__libcpp_thread_id __t1, __libcpp_thread_id __t2);
359 bool __libcpp_thread_id_equal(__libcpp_thread_id __t1, __libcpp_thread_id __t2)
361 return __t1 == __t2;
365 bool __libcpp_thread_id_less(__libcpp_thread_id __t1, __libcpp_thread_id __t2)
367 return __t1 < __t2;
Dvariant1638 constexpr bool operator()(_T1 && __t1, _T2&& __t2) const {
1639 …vertible<decltype(_Operator{}(_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2))), bool>::value,
1641 return _Operator{}(_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
Dregex4463 _ForwardIterator __t2 = __parse_decimal_escape(__t1, __last);
4464 if (__t2 != __t1)
4465 __first = __t2;
4468 __t2 = __parse_character_class_escape(__t1, __last);
4469 if (__t2 != __t1)
4470 __first = __t2;
4473 __t2 = __parse_character_escape(__t1, __last);
4474 if (__t2 != __t1)
4475 __first = __t2;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dxmmintrin.h1217 __v4sf __t2 = __builtin_ia32_shufps (__r0, __r1, 0xEE); \
1222 (row2) = __builtin_ia32_shufps (__t2, __t3, 0x88); \
1223 (row3) = __builtin_ia32_shufps (__t2, __t3, 0xDD); \
/openbsd/src/gnu/gcc/gcc/config/i386/
Dxmmintrin.h1237 __v4sf __t2 = __builtin_ia32_unpckhps (__r0, __r1); \
1241 (row2) = __builtin_ia32_movlhps (__t2, __t3); \
1242 (row3) = __builtin_ia32_movhlps (__t3, __t2); \
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom.tcc65 _Tp __t2 = __r * (__x / __q); in __calc() local
66 if (__t1 >= __t2) in __calc()
67 __x = __t1 - __t2; in __calc()
69 __x = __m - __t2 + __t1; in __calc()
/openbsd/src/gnu/gcc/gcc/
Dlonglong.h207 {register USItype __t0, __t1, __t2; \
223 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlonglong.h212 {register USItype __t0, __t1, __t2; \
228 "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \
/openbsd/src/gnu/llvm/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h1807 __v4sf __t2 = vec_vmrglw(__r0, __r1); \
1813 (row2) = (__v4sf)vec_mergeh((__vector long long)__t2, \
1815 (row3) = (__v4sf)vec_mergel((__vector long long)__t2, \