Home
last modified time | relevance | path

Searched defs:__r (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/lib/msun/aarch64/
H A Dfenv.h78 #define __mrs_fpcr(__r) __asm __volatile("mrs %0, fpcr" : "=r" (__r)) argument
79 #define __msr_fpcr(__r) __asm __volatile("msr fpcr, %0" : : "r" (__r)) argument
81 #define __mrs_fpsr(__r) __asm __volatile("mrs %0, fpsr" : "=r" (__r)) argument
82 #define __msr_fpsr(__r) __asm __volatile("msr fpsr, %0" : : "r" (__r)) argument
117 fexcept_t __r; __feclearexcept_int() local
128 fexcept_t __r; __fegetexceptflag_int() local
138 fexcept_t __r; __fesetexceptflag_int() local
150 fexcept_t __r; __feraiseexcept_int() local
161 fexcept_t __r; __fetestexcept_int() local
170 fenv_t __r; __fegetround_int() local
179 fenv_t __r; __fesetround_int() local
206 fenv_t __r; __feholdexcept_int() local
232 fexcept_t __r; __feupdateenv_int() local
267 fenv_t __r; __fegetexcept_int() local
[all...]
/freebsd/lib/msun/powerpc/
H A Dfenv.h164 union __fpscr __r; in __fesetexceptflag_int() local
178 __mffs(&__r); in __feraiseexcept_int() local
141 union __fpscr __r; __feclearexcept_int() local
154 union __fpscr __r; __fegetexceptflag_int() local
191 union __fpscr __r; __fetestexcept_int() local
200 union __fpscr __r; __fegetround_int() local
209 union __fpscr __r; __fesetround_int() local
223 union __fpscr __r; __fegetenv_int() local
233 union __fpscr __r; __feholdexcept_int() local
245 union __fpscr __r; __fesetenv_int() local
255 union __fpscr __r; __feupdateenv_int() local
275 union __fpscr __r; __feenableexcept_int() local
288 union __fpscr __r; __fedisableexcept_int() local
302 union __fpscr __r; fegetexcept() local
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h89 for (rank_type __r = 1; __r < __rank_; __r++) { in __required_span_size_is_representable() local
104 for (rank_type __r = 0; __r < __rank_; __r++) { in __required_span_size_is_representable() local
143 for (rank_type __r = 0; __r < __i; __r++) { in __bubble_sort_by_strides() local
167 for (rank_type __r = __rank_ - 1; __r > static_cast<rank_type>(0); __r--) { in mapping() local
318 for (rank_type __r = 1; __r < __rank_; __r++) in is_exhaustive() local
321 for (rank_type __r = 0; __r < __rank_; __r++) in is_exhaustive() local
337 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept { in stride()
H A Dlayout_right.h61 for (rank_type __r = 1; __r < extents_type::rank(); __r++) { in __required_span_size_is_representable() local
141 for (size_t __r = 0; __r < extents_type::rank(); __r++) in required_span_size() local
171 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept in stride()
H A Dlayout_left.h61 for (rank_type __r = 1; __r < extents_type::rank(); __r++) { in __required_span_size_is_representable() local
141 for (size_t __r = 0; __r < extents_type::rank(); __r++) in required_span_size() local
173 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept in stride()
H A Dmdspan.h92 _LIBCPP_HIDE_FROM_ABI static constexpr size_t static_extent(rank_type __r) noexcept { in static_extent()
95 _LIBCPP_HIDE_FROM_ABI constexpr index_type extent(rank_type __r) const noexcept { in extent()
166 for (size_t __r = 0; __r < rank(); __r++) { in requires() local
257 …_LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const { return __map_.stride(__r)… in stride()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dseed_seq.h91 result_type __r = 1664525 * _Tp(__first[0] ^ __first[__p] ^ __first[__n - 1]); in generate() local
114 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local
130 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local
146 result_type __r = 1566083941 * _Tp(__first[__kmodn] + __first[__kpmodn] + __first[__k1modn]); in generate() local
H A Dclamp_to_integral.h44 _LIBCPP_HIDE_FROM_ABI _IntT __clamp_to_integral(_RealT __r) _NOEXCEPT { in __clamp_to_integral()
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dseed_seq.h100 result_type __r = 1664525 * _Tp(__first[0] ^ __first[__p] ^ __first[__n - 1]); in generate() local
123 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local
139 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local
155 result_type __r = 1566083941 * _Tp(__first[__kmodn] + __first[__kpmodn] + __first[__k1modn]); in generate() local
H A Dclamp_to_integral.h44 _LIBCPP_HIDE_FROM_ABI _IntT __clamp_to_integral(_RealT __r) _NOEXCEPT { in __clamp_to_integral()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h61 to_chars_result __r = std::to_chars(__first, __last, __value); in __to_buffer() local
68 to_chars_result __r = std::to_chars(__first, __last, __value, __fmt); in __to_buffer() local
75 to_chars_result __r = std::to_chars(__first, __last, __value, __fmt, __precision); in __to_buffer() local
H A Dformatter_integral.h96 string __r; in __determine_grouping() local
162 …to_chars_result __r = std::to_chars(std::to_address(__first), std::to_address(__last), __value, __… in __to_buffer() local
248 auto __r = __grouping.rbegin(); in __write_using_decimal_separators() local
394 auto __r = std::__to_unsigned_like(__value); in __format_integer() local
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwbuffer_convert.h72 streambuf* __r = __bufptr_; in rdbuf() local
158 codecvt_base::result __r; in underflow() local
225 codecvt_base::result __r; in overflow() local
303 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om); in seekoff() local
327 codecvt_base::result __r; in sync() local
351 codecvt_base::result __r; in sync() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__bit/
H A Drotate.h29 int __r = __s % __N; in __rotl() local
44 int __r = __s % __N; in __rotr() local
/freebsd/sys/kern/
H A Dsched_shim.c25 #define __DEFINE_SHIM(__m, __r, __n, __p, __a) \ argument
30 #define DEFINE_SHIM0(__m, __r, __n) \ argument
32 #define DEFINE_SHIM1(__m, __r, __n, __t1, __a1) \ argument
34 #define DEFINE_SHIM2(__m, __r, __n, __t1, __a1, __t2, __a2) \ argument
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dthree_way_comp_ref_type.h33 auto __r = __comp_(__x, __y); in operator() local
41 auto __r = __comp_(__x, __y); in operator() local
H A Dcomp_ref_type.h29 bool __r = __comp_(__x, __y); in operator() local
37 bool __r = __comp_(__x, __y); in operator() local
H A Dsample.h46 _Distance __r = uniform_int_distribution<_Distance>(0, __k)(__g); __sample() local
64 _Distance __r = uniform_int_distribution<_Distance>(0, --__unsampled_sz)(__g); __sample() local
/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Drotate.h29 int __r = __s % __n; in __rotl() local
44 int __r = __s % __n; in __rotr() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dcomp_ref_type.h29 bool __r = __comp_(__x, __y); in operator() local
37 bool __r = __comp_(__x, __y); in operator() local
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dparallel_scan.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h146 auto __r = __get(); variable
157 auto __r = __get(); variable
H A Dsimd.h117 simd __r = *this; variable
128 simd __r = *this; variable
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h39 _Size __r; in __loadword() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/
H A Dhash.h34 _Size __r; in __loadword() local

123