Home
last modified time | relevance | path

Searched refs:__c (Results 26 – 50 of 109) sorted by relevance

12345

/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h160 return eq_int_type(__c, eof()) ? ~eof() : __c; in not_eof()
163 return char_type(__c); in to_char_type()
166 return int_type(__c); in to_int_type()
257 return eq_int_type(__c, eof()) ? ~eof() : __c;
260 return char_type(__c);
334 return eq_int_type(__c, eof()) ? ~eof() : __c;
340 return int_type(__c);
400 return eq_int_type(__c, eof()) ? ~eof() : __c;
479 return eq_int_type(__c, eof()) ? ~eof() : __c;
485 return int_type(__c);
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h236 __c = vec_mergel(__a, __b); in _mm_unpackhi_pi8()
398 __c = vec_add(__a, __b); in _mm_add_pi8()
434 __c = vec_add(__a, __b); in _mm_add_pi16()
466 __c = vec_add(__a, __b); in _mm_add_pi32()
496 __c = vec_sub(__a, __b); in _mm_sub_pi8()
532 __c = vec_sub(__a, __b); in _mm_sub_pi16()
564 __c = vec_sub(__a, __b); in _mm_sub_pi32()
910 __c = vec_adds(__a, __b); in _mm_adds_pi8()
928 __c = vec_adds(__a, __b); in _mm_adds_pi16()
1058 __vector signed int __c; in _mm_madd_pi16() local
[all …]
H A Demmintrin.h312 __v2df __c; in _mm_sqrt_sd() local
326 __v2df __a, __b, __c; in _mm_min_sd() local
342 __v2df __a, __b, __c; in _mm_max_sd() local
413 __v2du __c, __d; in _mm_cmpord_pd() local
425 __v2du __c, __d; in _mm_cmpunord_pd() local
431 __c = vec_nor(__c, __c); in _mm_cmpunord_pd()
434 __v2du __c, __d; in _mm_cmpunord_pd()
439 __c = vec_nor(__c, __c); in _mm_cmpunord_pd()
448 __v2df __a, __b, __c; in _mm_cmpeq_sd() local
464 __v2df __a, __b, __c; in _mm_cmplt_sd() local
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A D__split_buffer365 __c.__first_ = nullptr;
366 __c.__begin_ = nullptr;
367 __c.__end_ = nullptr;
390 __construct_at_end(_Ip(__c.begin()), _Ip(__c.end()));
404 __end_ = __c.__end_;
407 __c.__first_ = __c.__begin_ = __c.__end_ = __c.__end_cap() = nullptr;
463 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
485 __split_buffer<value_type, __alloc_rr&> __t(__c, (__c + 3) / 4, __alloc());
508 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
530 __split_buffer<value_type, __alloc_rr&> __t(__c, __c / 4, __alloc());
[all …]
H A Dlist661 __c.__end_.__next_ = __c.__end_.__prev_ = __c.__end_as_link();
663 __c.__end_.__prev_->__next_ = __c.__end_.__next_->__prev_ = __c.__end_as_link();
879 base::swap(__c);
911 _LIBCPP_HIDE_FROM_ABI void merge(list&& __c) { merge(__c); }
1074 splice(end(), __c);
1083 assign(_Ip(__c.begin()), _Ip(__c.end()));
1099 assign(_Ip(__c.begin()), _Ip(__c.end()));
1109 splice(end(), __c);
1118 assign(__c.begin(), __c.end());
1462 __c.__sz() = 0;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h126 return __nv_fma(__a, __b, __c); in fma()
129 return __nv_fmaf(__a, __b, __c); in fmaf()
212 return __nv_norm3d(__a, __b, __c); in norm3d()
215 return __nv_norm3df(__a, __b, __c); in norm3df()
243 return __nv_remquo(__a, __b, __c); in remquo()
246 return __nv_remquof(__a, __b, __c); in remquof()
261 return __nv_rnorm3d(__a, __b, __c); in rnorm3d()
264 return __nv_rnorm3df(__a, __b, __c); in rnorm3df()
295 return __nv_sincos(__a, __s, __c); in sincos()
301 return __nv_sincospi(__a, __s, __c); in sincospi()
[all …]
H A Dvecintrin.h687 return (__c & __b) | (~__c & __a); in vec_sel()
693 return (__c & __b) | (~__c & __a); in vec_sel()
727 return (__c & __b) | (~__c & __a); in vec_sel()
733 return (__c & __b) | (~__c & __a); in vec_sel()
767 return (__c & __b) | (~__c & __a); in vec_sel()
773 return (__c & __b) | (~__c & __a); in vec_sel()
807 return (__c & __b) | (~__c & __a); in vec_sel()
813 return (__c & __b) | (~__c & __a); in vec_sel()
6614 unsigned char __c) __constant(__c);
6618 unsigned char __c) __constant(__c);
[all …]
H A Dwasm_simd128.h434 return (v128_t)(__i8x16){__c, __c, __c, __c, __c, __c, __c, __c, in wasm_i8x16_const_splat()
435 __c, __c, __c, __c, __c, __c, __c, __c}; in wasm_i8x16_const_splat()
440 return (v128_t)(__u8x16){__c, __c, __c, __c, __c, __c, __c, __c, in wasm_u8x16_const_splat()
441 __c, __c, __c, __c, __c, __c, __c, __c}; in wasm_u8x16_const_splat()
446 return (v128_t)(__i16x8){__c, __c, __c, __c, __c, __c, __c, __c}; in wasm_i16x8_const_splat()
451 return (v128_t)(__u16x8){__c, __c, __c, __c, __c, __c, __c, __c}; in wasm_u16x8_const_splat()
456 return (v128_t)(__i32x4){__c, __c, __c, __c}; in wasm_i32x4_const_splat()
461 return (v128_t)(__u32x4){__c, __c, __c, __c}; in wasm_u32x4_const_splat()
466 return (v128_t)(__i64x2){__c, __c}; in wasm_i64x2_const_splat()
471 return (v128_t)(__u64x2){__c, __c}; in wasm_u64x2_const_splat()
[all …]
H A D__clang_cuda_libdevice_declares.h41 __DEVICE__ int __nv_byte_perm(int __a, int __b, int __c);
172 __DEVICE__ double __nv_fma(double __a, double __b, double __c);
173 __DEVICE__ float __nv_fmaf(float __a, float __b, float __c);
178 __DEVICE__ float __nv_fmaf_rd(float __a, float __b, float __c);
179 __DEVICE__ float __nv_fmaf_rn(float __a, float __b, float __c);
180 __DEVICE__ float __nv_fmaf_ru(float __a, float __b, float __c);
181 __DEVICE__ float __nv_fmaf_rz(float __a, float __b, float __c);
279 __DEVICE__ float __nv_norm3df(float __a, float __b, float __c);
300 __DEVICE__ float __nv_remquof(float __a, float __b, int *__c);
316 __DEVICE__ int __nv_sad(int __a, int __b, int __c);
[all …]
H A Darm_acle.h320 return __builtin_arm_smlabb(__a, __b, __c); in __smlabb()
324 return __builtin_arm_smlabt(__a, __b, __c); in __smlabt()
328 return __builtin_arm_smlatb(__a, __b, __c); in __smlatb()
332 return __builtin_arm_smlatt(__a, __b, __c); in __smlatt()
336 return __builtin_arm_smlawb(__a, __b, __c); in __smlawb()
340 return __builtin_arm_smlawt(__a, __b, __c); in __smlawt()
444 return __builtin_arm_usada8(__a, __b, __c); in __usada8()
552 return __builtin_arm_smlad(__a, __b, __c); in __smlad()
556 return __builtin_arm_smladx(__a, __b, __c); in __smladx()
560 return __builtin_arm_smlald(__a, __b, __c); in __smlald()
[all …]
H A Dxmmintrin.h2745 __m64 __b, __c; in _mm_cvtpi16_ps() local
2752 __r = _mm_cvtpi32_ps(__r, __c); in _mm_cvtpi16_ps()
2775 __m64 __b, __c; in _mm_cvtpu16_ps() local
2856 __m128 __c; in _mm_cvtpi32x2_ps() local
2858 __c = _mm_setzero_ps(); in _mm_cvtpi32x2_ps()
2859 __c = _mm_cvtpi32_ps(__c, __b); in _mm_cvtpi32x2_ps()
2860 __c = _mm_movelh_ps(__c, __c); in _mm_cvtpi32x2_ps()
2885 __m64 __b, __c; in _mm_cvtps_pi16() local
2889 __c = _mm_cvtps_pi32(__a); in _mm_cvtps_pi16()
2915 __m64 __b, __c; in _mm_cvtps_pi8() local
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Derase_if_container.h25 _LIBCPP_HIDE_FROM_ABI typename _Container::size_type __libcpp_erase_if_container(_Container& __c, _… in __libcpp_erase_if_container() argument
26 typename _Container::size_type __old_size = __c.size(); in __libcpp_erase_if_container()
28 const typename _Container::iterator __last = __c.end(); in __libcpp_erase_if_container()
29 for (typename _Container::iterator __iter = __c.begin(); __iter != __last;) { in __libcpp_erase_if_container()
31 __iter = __c.erase(__iter); in __libcpp_erase_if_container()
36 return __old_size - __c.size(); in __libcpp_erase_if_container()
H A Dempty.h26 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_HIDE_FROM_ABI constexpr auto empty(const _Cont& __c)
27 _NOEXCEPT_(noexcept(__c.empty())) -> decltype(__c.empty()) {
28 return __c.empty();
/freebsd/contrib/llvm-project/libcxx/src/
H A Dtz.cpp52 [[nodiscard]] static bool __is_whitespace(int __c) { return __c == ' ' || __c == '\t'; } in __is_whitespace() argument
72 for (auto __c : __expected) in __matches() local
73 if (std::tolower(__input.get()) != __c) in __matches()
80 int __c = __input.get(); in __parse_string() local
81 switch (__c) { in __parse_string()
94 __result.push_back(__c); in __parse_string()
H A Dstrstream.cpp105 strstreambuf::int_type strstreambuf::overflow(int_type __c) { in overflow() argument
106 if (__c == EOF) in overflow()
140 *pptr() = static_cast<char>(__c); in overflow()
142 return int_type(static_cast<unsigned char>(__c)); in overflow()
145 strstreambuf::int_type strstreambuf::pbackfail(int_type __c) { in pbackfail() argument
148 if (__c == EOF) { in pbackfail()
153 if (gptr()[-1] == static_cast<char>(__c)) { in pbackfail()
155 return __c; in pbackfail()
160 *gptr() = static_cast<char>(__c); in pbackfail()
161 return __c; in pbackfail()
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp522 const uint32_t __c = __output2 % 10000; in __to_chars() local
554 const uint32_t __c = __output2 << 1; in __to_chars() local
598 const uint32_t __c = __output2 % 10000; in __to_chars() local
601 const uint32_t __c0 = (__c % 100) << 1; in __to_chars()
602 const uint32_t __c1 = (__c / 100) << 1; in __to_chars()
616 const uint32_t __c = __output2 % 10000; in __to_chars()
619 const uint32_t __c0 = (__c % 100) << 1; in __to_chars()
620 const uint32_t __c1 = (__c / 100) << 1; in __to_chars()
632 const uint32_t __c = __output2 << 1; in __to_chars() local
634 __result[2] = __DIGIT_TABLE[__c + 1]; in __to_chars()
[all …]
H A Df2s.cpp563 const uint32_t __c = _Output % 10000; in __to_chars()
566 const uint32_t __c0 = (__c % 100) << 1; in __to_chars()
567 const uint32_t __c1 = (__c / 100) << 1; in __to_chars()
577 const uint32_t __c = _Output << 1; in __to_chars() local
615 const uint32_t __c = _Output % 10000; in __to_chars()
618 const uint32_t __c0 = (__c % 100) << 1; in __to_chars()
619 const uint32_t __c1 = (__c / 100) << 1; in __to_chars()
625 const uint32_t __c = (_Output % 100) << 1; in __to_chars() local
631 const uint32_t __c = _Output << 1; in __to_chars() local
633 __result[2] = __DIGIT_TABLE[__c + 1]; in __to_chars()
[all …]
/freebsd/contrib/bmake/mk/
H A Djava.mk60 __c:= ${__classdest}${__s:.java=.class}
61 .if !target(${__c})
63 ${__c}: ${__s}
66 SRCS_${__c}=${__s}
67 __classes:= ${__classes} ${__c}
81 __c:= ${__classdest}${__s:.java=.class}
82 ${__c}: ${__s}
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dmersenne_twister_engine.h41 _UIntType __c,
133 _UIntType __c,
323 _UIntType __c,
340 _UIntType __c,
357 _UIntType __c,
406 __c,
454 __c,
502 __c,
550 __c,
598 __c,
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dis_heap_until.h29 difference_type __c = 1; in __is_heap_until() local
31 while (__c < __len) { in __is_heap_until()
32 _RandomAccessIterator __cp = __first + __c; in __is_heap_until()
35 ++__c; in __is_heap_until()
37 if (__c == __len) in __is_heap_until()
43 __c = 2 * __p + 1; in __is_heap_until()
H A Dsort.h55 if (!__c(*__y, *__x)) // if x <= y in __sort3()
62 if (__c(*__y, *__x)) // if x > y in __sort3()
92 if (__c(*__x4, *__x3)) { in __sort4()
94 if (__c(*__x3, *__x2)) { in __sort4()
96 if (__c(*__x2, *__x1)) { in __sort4()
164 bool __r = __c(*__x, *__y);
177 bool __r = __c(*__z, *__x);
213 _Compare __c) {
230 _Compare __c) {
244 _Compare __c) {
[all …]
H A Dlexicographical_compare_three_way.h54 auto __c = __comp(*__first1, *__first2); variable
55 if (__c != 0) {
56 return __c;
82 auto __c = __comp(*__first1, *__first2); variable
83 if (__c != 0) {
84 return __c;
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h49 sized_range<_Container> && requires(_Container& __c, range_size_t<_Container> __n) { in requires() argument
50 __c.reserve(__n); in requires()
51 { __c.capacity() } -> same_as<decltype(__n)>; in requires()
52 { __c.max_size() } -> same_as<decltype(__n)>; in requires()
56 constexpr bool __container_insertable = requires(_Container& __c, _Ref&& __ref) { in requires() argument
58 requires { __c.push_back(std::forward<_Ref>(__ref)); } || in requires()
59 requires { __c.insert(__c.end(), std::forward<_Ref>(__ref)); }); in requires()
63 _LIBCPP_HIDE_FROM_ABI constexpr auto __container_inserter(_Container& __c) { in __container_inserter() argument
64 if constexpr (requires { __c.push_back(std::declval<_Ref>()); }) { in __container_inserter()
65 return std::back_inserter(__c); in __container_inserter()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_integral.h136 unsigned __c = __value % __divisor;
139 std::copy_n(&__base_2_lut[4 * __c], 4, __p);
142 unsigned __c = __value % 2;
144 *--__p = "01"[__c];
172 unsigned __c = __value % __divisor;
178 unsigned __c = __value % 8;
180 *--__p = "01234567"[__c];
208 unsigned __c = __value % __divisor;
215 unsigned __c = __value % 16;
217 *--__p = "0123456789abcdef"[__c];
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h35 return hypot(__c.real(), __c.imag()); in abs()
41 return atan2(__c.imag(), __c.real()); in arg()
59 if (std::isinf(__c.real())) in norm()
60 return abs(__c.real()); in norm()
61 if (std::isinf(__c.imag())) in norm()
62 return abs(__c.imag()); in norm()
63 return __c.real() * __c.real() + __c.imag() * __c.imag(); in norm()
69 return std::complex<_Tp>(__c.real(), -__c.imag()); in conj()
75 std::complex<_Tp> __r = __c; in proj()
76 if (std::isinf(__c.real()) || std::isinf(__c.imag())) in proj()
[all …]

12345