| /freebsd/lib/msun/aarch64/ |
| H A D | fenv.h | 78 #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 D | fenv.h | 164 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 D | layout_stride.h | 89 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 D | layout_right.h | 61 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 D | layout_left.h | 61 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 D | mdspan.h | 92 _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 D | seed_seq.h | 91 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 D | clamp_to_integral.h | 44 _LIBCPP_HIDE_FROM_ABI _IntT __clamp_to_integral(_RealT __r) _NOEXCEPT { in __clamp_to_integral()
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | seed_seq.h | 100 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 D | clamp_to_integral.h | 44 _LIBCPP_HIDE_FROM_ABI _IntT __clamp_to_integral(_RealT __r) _NOEXCEPT { in __clamp_to_integral()
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | formatter_floating_point.h | 61 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 D | formatter_integral.h | 96 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 D | wbuffer_convert.h | 72 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 D | rotate.h | 29 int __r = __s % __N; in __rotl() local 44 int __r = __s % __N; in __rotr() local
|
| /freebsd/sys/kern/ |
| H A D | sched_shim.c | 25 #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 D | three_way_comp_ref_type.h | 33 auto __r = __comp_(__x, __y); in operator() local 41 auto __r = __comp_(__x, __y); in operator() local
|
| H A D | comp_ref_type.h | 29 bool __r = __comp_(__x, __y); in operator() local 37 bool __r = __comp_(__x, __y); in operator() local
|
| H A D | sample.h | 46 _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 D | rotate.h | 29 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 D | comp_ref_type.h | 29 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 D | parallel_scan.h | |
| /freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| H A D | reference.h | 146 auto __r = __get(); variable 157 auto __r = __get(); variable
|
| H A D | simd.h | 117 simd __r = *this; variable 128 simd __r = *this; variable
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | hash.h | 39 _Size __r; in __loadword() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/ |
| H A D | hash.h | 34 _Size __r; in __loadword() local
|