Home
last modified time | relevance | path

Searched defs:__q (Results 1 – 11 of 11) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dsubtract_with_carry_engine.h119 seed(_Sseq& __q) in seed()
211 subtract_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, in __seed()
226 subtract_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, in __seed()
Ddiscard_block_engine.h80 : __e_(__q), __n_(0) {} in __e_() argument
92 seed(_Sseq& __q) {__e_.seed(__q); __n_ = 0;} in seed()
Dmersenne_twister_engine.h151 seed(_Sseq& __q) in seed()
350 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 1>) in __seed()
375 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 2>) in __seed()
Dindependent_bits_engine.h112 : __e_(__q) {} in __e_() argument
124 seed(_Sseq& __q) {__e_.seed(__q);} in seed()
Dseed_seq.h103 const size_t __q = __p + __t; in generate() local
/external/cronet/buildtools/third_party/libc++/trunk/src/ryu/
Dd2s.cpp213 const uint32_t __q = __log10Pow2(__e2) - (__e2 > 3); in __d2d() local
237 const uint32_t __q = __log10Pow5(-__e2) - (-__e2 > 1); in __d2d() local
518 const uint64_t __q = __div1e8(_Output); in __to_chars() local
594 const uint64_t __q = __div1e8(_Output); in __to_chars() local
766 const uint64_t __q = __div10(__v.__mantissa); in __d2s_buffered_n() local
Df2s.cpp90 const uint32_t __q = __value / 5; in __pow5Factor() local
142 …E_FROM_ABI inline uint32_t __mulPow5InvDivPow2(const uint32_t __m, const uint32_t __q, const int32… in __mulPow5InvDivPow2()
184 const uint32_t __q = __log10Pow2(__e2); in __f2d() local
211 const uint32_t __q = __log10Pow5(-__e2); in __f2d() local
/external/cronet/buildtools/third_party/libc++/trunk/src/include/ryu/
Dd2s_intrinsics.h231 const uint64_t __q = __div5(__value); in __pow5Factor() local
/external/musl/arch/riscv64/bits/
Dsignal.h30 struct __riscv_mc_q_ext_state __q; member
/external/clang/lib/Headers/
Demmintrin.h2077 _mm_set1_epi64x(long long __q) in _mm_set1_epi64x()
2096 _mm_set1_epi64(__m64 __q) in _mm_set1_epi64()
Davxintrin.h2679 _mm256_set1_epi64x(long long __q) in _mm256_set1_epi64x()