Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dregex2845 if (__temp == __first && __temp != __last) {
2849 ++__temp;
2853 ++__temp;
2859 __temp = __parse_extended_reg_exp(++__temp, __last);
2860 if (__temp == __last || *__temp != ')')
2864 ++__temp;
2930 if (__temp != __last && *__temp == '.') {
2949 if (__temp != __last && *__temp == '.') {
3675 if (__temp != __last && *__temp == '?') {
3685 if (__temp == __last || *__temp != ')')
[all …]
H A Dstring1302 const basic_string __temp(__first, __last, __alloc());
1303 append(__temp.data(), __temp.size());
1465 return insert(__position, __temp.data(), __temp.data() + __temp.size());
1560 return replace(__i1, __i2, __temp);
2622 assign(__temp.data(), __temp.size());
2812 append(__temp.data(), __temp.size());
2909 const basic_string __temp(__first, __last, __alloc());
2910 return insert(__pos, __temp.data(), __temp.data() + __temp.size());
2935 return __insert_from_safe_copy(__n, __ip, __temp.begin(), __temp.end());
3071 const basic_string __temp(__j1, __j2, __alloc());
[all …]
H A Distream440 long __temp;
441 std::use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __temp);
442 if (__temp < numeric_limits<_Tp>::min()) {
445 } else if (__temp > numeric_limits<_Tp>::max()) {
449 __n = static_cast<_Tp>(__temp);
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h383 return ((__m128d)vec_nor(__temp, __temp)); in _mm_cmpneq_pd()
854 __temp = vec_mergeo(__temp, __temp); in _mm_cvtpd_epi32()
856 __temp = vec_mergee(__temp, __temp); in _mm_cvtpd_epi32()
882 __v4si __temp; in _mm_cvtpd_ps() local
889 __temp = vec_mergeo(__temp, __temp); in _mm_cvtpd_ps()
891 __temp = vec_mergee(__temp, __temp); in _mm_cvtpd_ps()
909 __v4si __temp; in _mm_cvttpd_epi32() local
918 __temp = vec_mergeo(__temp, __temp); in _mm_cvttpd_epi32()
920 __temp = vec_mergee(__temp, __temp); in _mm_cvttpd_epi32()
953 __v4si __temp; in _mm_cvtpi32_pd() local
[all …]
H A Dxmmintrin.h512 return ((__m128)vec_nor(__temp, __temp)); in _mm_cmpneq_ps()
978 float __temp = __A[0]; in _mm_cvttss_si32() local
980 return __temp; in _mm_cvttss_si32()
996 return __temp; in _mm_cvttss_si64()
1006 return __temp; in _mm_cvttss_si64x()
1014 __v4sf __temp; in _mm_cvttps_pi32() local
1034 float __temp = __B; in _mm_cvtsi32_ss() local
1035 __A[0] = __temp; in _mm_cvtsi32_ss()
1051 float __temp = __B; in _mm_cvtsi64_ss() local
1052 __A[0] = __temp; in _mm_cvtsi64_ss()
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2s_intrinsics.h77 auto __temp = __a * (unsigned __int128)__b;
78 *__productHi = __temp >> 64;
79 return static_cast<uint64_t>(__temp);
89 auto __temp = __lo | ((unsigned __int128)__hi << 64);
92 return static_cast<uint64_t>(__temp >> (__dist & 63));
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Delements_view.h230 auto __temp = *this;
232 return __temp;
245 auto __temp = *this;
247 return __temp;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h645 _Tp __temp;
647 __cxx_atomic_assign_volatile(__temp, __a->__a_value);
648 bool __ret = (std::memcmp(&__temp, __expected, sizeof(_Tp)) == 0);
672 _Tp __temp;
674 __cxx_atomic_assign_volatile(__temp, __a->__a_value);
675 bool __ret = (std::memcmp(&__temp, __expected, sizeof(_Tp)) == 0);
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h1631 shared_ptr<_Tp> __temp;
1635 std::swap(__temp, *__p);
1640 std::swap(__temp, *__v);