Home
last modified time | relevance | path

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

12

/freebsd/lib/msun/aarch64/
H A Dfenv.h77 #define __mrs_fpcr(__r) __asm __volatile("mrs %0, fpcr" : "=r" (__r)) argument
78 #define __msr_fpcr(__r) __asm __volatile("msr fpcr, %0" : : "r" (__r)) argument
80 #define __mrs_fpsr(__r) __asm __volatile("mrs %0, fpsr" : "=r" (__r)) argument
81 #define __msr_fpsr(__r) __asm __volatile("msr fpsr, %0" : : "r" (__r)) argument
86 fexcept_t __r; in feclearexcept() local
97 fexcept_t __r; in fegetexceptflag() local
107 fexcept_t __r; in fesetexceptflag() local
119 fexcept_t __r; in feraiseexcept() local
130 fexcept_t __r; in fetestexcept() local
139 fenv_t __r; in fegetround() local
[all …]
/freebsd/lib/msun/powerpc/
H A Dfenv.h136 union __fpscr __r; in feclearexcept() local
149 union __fpscr __r; in fegetexceptflag() local
159 union __fpscr __r; in fesetexceptflag() local
176 union __fpscr __r; in feraiseexcept() local
190 union __fpscr __r; in fetestexcept() local
199 union __fpscr __r; in fegetround() local
208 union __fpscr __r; in fesetround() local
222 union __fpscr __r; in fegetenv() local
232 union __fpscr __r; in feholdexcept() local
244 union __fpscr __r; in fesetenv() local
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h85 for (rank_type __r = 1; __r < __rank_; __r++) { in __required_span_size_is_representable() local
100 for (rank_type __r = 0; __r < __rank_; __r++) { in __required_span_size_is_representable() local
138 for (rank_type __r = 0; __r < __i; __r++) { in __bubble_sort_by_strides() local
162 for (rank_type __r = __rank_ - 1; __r > static_cast<rank_type>(0); __r--) { in mapping() local
313 for (rank_type __r = 1; __r < __rank_; __r++) in is_exhaustive() local
316 for (rank_type __r = 0; __r < __rank_; __r++) in is_exhaustive() local
332 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept { in stride()
H A Dlayout_left.h62 for (rank_type __r = 1; __r < extents_type::rank(); __r++) { in __required_span_size_is_representable() local
142 for (size_t __r = 0; __r < extents_type::rank(); __r++) in required_span_size() local
174 _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 Dmdspan.h93 _LIBCPP_HIDE_FROM_ABI static constexpr size_t static_extent(rank_type __r) noexcept { in static_extent()
96 _LIBCPP_HIDE_FROM_ABI constexpr index_type extent(rank_type __r) const noexcept { in extent()
167 for (size_t __r = 0; __r < rank(); __r++) { in requires() local
258 …_LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const { return __map_.stride(__r)… in stride()
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dseed_seq.h98 result_type __r = 1664525 * _Tp(__first[0] ^ __first[__p] ^ __first[__n - 1]); in generate() local
121 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local
137 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local
153 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() argument
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h60 to_chars_result __r = std::to_chars(__first, __last, __value); in __to_buffer() local
67 to_chars_result __r = std::to_chars(__first, __last, __value, __fmt); in __to_buffer() local
74 to_chars_result __r = std::to_chars(__first, __last, __value, __fmt, __precision); in __to_buffer() local
H A Dformatter_integral.h95 string __r; in __determine_grouping() local
161 …to_chars_result __r = std::to_chars(std::to_address(__first), std::to_address(__last), __value, __… in __to_buffer() local
247 auto __r = __grouping.rbegin(); in __write_using_decimal_separators() local
393 auto __r = std::__to_unsigned_like(__value); in __format_integer() local
/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Drotate.h30 int __r = __s % __N; in __rotl() local
45 int __r = __s % __N; in __rotr() local
/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
H A Dpartial_sort_copy.h41 _RandomAccessIterator __r = __result_first; __partial_sort_copy() local
H A Dsort.h54 unsigned __r = 0; in __sort3() local
H A Dcount.h52 difference_type __r = 0; in __count_bool() local
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dparallel_scan.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h34 _Size __r; in __loadword() local
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h186 codecvt_base::result __r; __getchar() local
360 codecvt_base::result __r; overflow() local
416 codecvt_base::result __r; sync() local
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h47 auto __r = __f(__neg ? __first + 1 : __first, __last, __x, __args...); in __sign_combinator() local
117 auto __r = __f(__p, __last, __value, __args...); in __subject_seq_combinator() local
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Downing_view.h45 owning_view(_Rp && __r) owning_view() argument
H A Dlazy_split_view.h94 …_LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_Range&& __r, range_v… in lazy_split_view()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Df16cintrin.h42 __v4sf __r = __builtin_ia32_vcvtph2ps(__v); in _cvtsh_ss() local
/freebsd/lib/msun/arm/
H A Dfenv.h108 #define vmrs_fpscr(__r) __asm __volatile("vmrs %0, fpscr" : "=&r"(__r)) argument
109 #define vmsr_fpscr(__r) __asm __volatile("vmsr fpscr, %0" : : "r"(__r)) argument

12