Home
last modified time | relevance | path

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

12

/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dseed_seq.h107 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
Dclamp_to_integral.h44 _IntT __clamp_to_integral(_RealT __r) _NOEXCEPT { in __clamp_to_integral()
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformatter_floating_point.h58 to_chars_result __r = _VSTD::to_chars(__first, __last, __value); in __to_buffer() local
65 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt); in __to_buffer() local
72 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __fmt, __precision); in __to_buffer() local
Dformatter_integral.h91 string __r; in __determine_grouping() local
156 to_chars_result __r = _VSTD::to_chars(__first, __last, __value, __base); in __to_buffer() local
Dparser_std_format_spec.h61 __format::__parse_number_result __r = __format::__parse_arg_id(__begin, __end, __parse_ctx); in __parse_arg_id() local
483 …__format::__parse_number_result __r = __format_spec::__parse_arg_id(++__begin, __end, __parse_ctx); in __parse_width() local
493 __format::__parse_number_result __r = __format::__parse_number(__begin, __end); in __parse_width() local
521 __format::__parse_number_result __r = __format::__parse_number(__begin, __end); in __parse_precision() local
Dformatter_output.h198 auto __r = __grouping.rbegin(); in __write_using_decimal_separators() local
406 to_chars_result __r = std::to_chars(std::begin(__buffer), std::end(__buffer), __value, 16); in __write_escaped_code_unit() local
Dformat_string.h78 __parse_number_result<_Iterator> __r = __format::__parse_number(__begin, __end); in __parse_manual() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dcomp_ref_type.h32 bool __r = __comp_(__x, __y); in operator() local
42 bool __r = __comp_(__x, __y); in operator() local
Dsample.h46 _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
Dthree_way_comp_ref_type.h32 auto __r = __comp_(__x, __y); in operator() local
Dpartial_sort_copy.h41 _RandomAccessIterator __r = __result_first; in __partial_sort_copy() local
Dsort.h51 unsigned __r = 0; in __sort3() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__string/
Dchar_traits.h126 char_type* __r = __s1; in move() local
147 char_type* __r = __s1; in copy() local
155 char_type* __r = __s; in assign() local
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp102 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/buildtools/third_party/libc++/trunk/src/
Dstd_stream.h134 codecvt_base::result __r; in __getchar() local
277 codecvt_base::result __r; in overflow() local
330 codecvt_base::result __r; in sync() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dhash.h42 _Size __r; in __loadword() local
/external/libcxx/benchmarks/
Dunordered_set_operations.bench.cpp21 _Size __r; in loadword() local
84 const uint32_t __r = 24; in operator ()() local
/external/clang/test/PCH/
Dcxx-variadic-templates.h16 shared_ptr<_Tp> __r; in allocate_shared() local
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/
Dunordered_set_operations.bench.cpp21 _Size __r; in loadword() local
84 const uint32_t __r = 24; in operator ()() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/
Dfrom_chars_integral.h46 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/buildtools/third_party/libc++/trunk/include/__ranges/
Dlazy_split_view.h92 constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_Range&& __r, range_value_t<_Range> __e) in lazy_split_view()
Downing_view.h42 _LIBCPP_HIDE_FROM_ABI constexpr owning_view(_Rp&& __r) : __r_(std::move(__r)) {} in owning_view()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx-std-suppression.h125 shared_ptr(shared_ptr&& __r) { } in shared_ptr() function
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_popcount.cpp27 #define __popcnt(x, __T, __n, __r) \ argument
/external/cronet/buildtools/third_party/libc++/trunk/src/include/ryu/
Dd2s_intrinsics.h232 const uint32_t __r = static_cast<uint32_t>(__value) - 5 * static_cast<uint32_t>(__q); in __pow5Factor() local

12