| /external/llvm-libc/test/src/__support/FPUtil/ |
| D | rounding_mode_test.cpp | 21 ForceRoundingMode __r(RoundingMode::Upward); in TEST() local 27 ForceRoundingMode __r(RoundingMode::Downward); in TEST() local 33 ForceRoundingMode __r(RoundingMode::Nearest); in TEST() local 39 ForceRoundingMode __r(RoundingMode::TowardZero); in TEST() local 49 ForceRoundingMode __r(RoundingMode::Upward); in TEST() local 55 ForceRoundingMode __r(RoundingMode::Downward); in TEST() local 61 ForceRoundingMode __r(RoundingMode::Nearest); in TEST() local 67 ForceRoundingMode __r(RoundingMode::TowardZero); in TEST() local 77 ForceRoundingMode __r(RoundingMode::Upward); in TEST() local 83 ForceRoundingMode __r(RoundingMode::Downward); in TEST() local [all …]
|
| /external/cronet/third_party/libc++/src/include/__mdspan/ |
| D | layout_stride.h | 85 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()
|
| D | layout_left.h | 62 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()
|
| 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()
|
| D | mdspan.h | 94 _LIBCPP_HIDE_FROM_ABI static constexpr size_t static_extent(rank_type __r) noexcept { in static_extent() 97 _LIBCPP_HIDE_FROM_ABI constexpr index_type extent(rank_type __r) const noexcept { in extent() 168 for (size_t __r = 0; __r < rank(); __r++) { in requires() local 254 …_LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const { return __map_.stride(__r)… in stride()
|
| /external/cronet/third_party/libc++/src/include/__random/ |
| D | seed_seq.h | 107 result_type __r = 1664525 * _Tp(__first[0] ^ __first[__p] in generate() local 132 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local 149 result_type __r = 1664525 * _Tp(__first[__kmodn] ^ __first[__kpmodn] ^ __first[__k1modn]); in generate() local 166 … result_type __r = 1566083941 * _Tp(__first[__kmodn] + __first[__kpmodn] + __first[__k1modn]); in generate() local
|
| D | clamp_to_integral.h | 44 _IntT __clamp_to_integral(_RealT __r) _NOEXCEPT { in __clamp_to_integral()
|
| /external/cronet/third_party/libc++/src/include/__format/ |
| D | formatter_floating_point.h | 59 to_chars_result __r = _VSTD::to_chars(__first, __last, __value); in __to_buffer() local 66 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt); in __to_buffer() local 73 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt, __precision); in __to_buffer() local
|
| D | formatter_integral.h | 91 string __r; in __determine_grouping() local 156 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __base); in __to_buffer() local 235 auto __r = __grouping.rbegin(); in __write_using_decimal_separators() local 382 auto __r = std::__to_unsigned_like(__value); in __format_integer() local
|
| /external/cronet/third_party/libc++/src/include/__algorithm/ |
| D | three_way_comp_ref_type.h | 32 auto __r = __comp_(__x, __y); in operator() local 40 auto __r = __comp_(__x, __y); in operator() local
|
| D | comp_ref_type.h | 32 bool __r = __comp_(__x, __y); in operator() local 42 bool __r = __comp_(__x, __y); in operator() local
|
| D | sample.h | 46 _Distance __r = uniform_int_distribution<_Distance>(0, __k)(__g); in __sample() local 64 _Distance __r = uniform_int_distribution<_Distance>(0, --__unsampled_sz)(__g); in __sample() local
|
| D | partial_sort_copy.h | 41 _RandomAccessIterator __r = __result_first; in __partial_sort_copy() local
|
| /external/cronet/third_party/libc++/src/include/__string/ |
| D | char_traits.h | 128 char_type* __r = __s1; in move() local 148 char_type* __r = __s1; in copy() local 156 char_type* __r = __s; in assign() local
|
| /external/cronet/third_party/libc++/src/include/__pstl/internal/omp/ |
| D | parallel_scan.h | 33 __upsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Rp __reduce, _Cp… in __upsweep() 52 __downsweep(_Index __i, _Index __m, _Index __tilesize, _Tp* __r, _Index __lastsize, _Tp __initial, … in __downsweep() 82 _Tp* __r = __buf.get(); in __parallel_strict_scan_body() local
|
| /external/libcxx/test/support/ |
| D | constexpr_char_traits.hpp | 102 char_type* __r = __s1; in move() local 123 char_type* __r = __s1; in copy() local 133 char_type* __r = __s; in assign() local
|
| /external/cronet/third_party/libc++/src/include/__functional/ |
| D | hash.h | 42 _Size __r; in __loadword() local
|
| /external/libcxx/benchmarks/ |
| D | unordered_set_operations.bench.cpp | 21 _Size __r; in loadword() local 84 const uint32_t __r = 24; in operator ()() local
|
| /external/clang/test/PCH/ |
| D | cxx-variadic-templates.h | 16 shared_ptr<_Tp> __r; in allocate_shared() local
|
| /external/cronet/third_party/libc++/src/benchmarks/ |
| D | unordered_set_operations.bench.cpp | 20 _Size __r; in loadword() local 75 const uint32_t __r = 24; in operator ()() local
|
| /external/cronet/third_party/libc++/src/src/ |
| D | std_stream.h | 186 codecvt_base::result __r; in __getchar() local 360 codecvt_base::result __r; in overflow() local 416 codecvt_base::result __r; in sync() local
|
| /external/llvm-libc/test/src/math/smoke/ |
| D | powf_test.cpp | 31 ForceRoundingMode __r(ROUNDING_MODES[i]); in TEST_F() local
|
| /external/cronet/third_party/libc++/src/include/__charconv/ |
| D | from_chars_integral.h | 46 auto __r = __f(__neg ? __first + 1 : __first, __last, __x, __args...); in __sign_combinator() local 116 auto __r = __f(__p, __last, __value, __args...); in __subject_seq_combinator() local
|
| /external/cronet/third_party/libc++/src/include/__ranges/ |
| D | lazy_split_view.h | 92 constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_Range&& __r, range_value_t<_Range> __e) in lazy_split_view()
|
| D | owning_view.h | 45 _LIBCPP_HIDE_FROM_ABI constexpr owning_view(_Rp&& __r) : __r_(std::move(__r)) {} in owning_view()
|