Home
last modified time | relevance | path

Searched defs:__z (Results 1 – 10 of 10) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dmersenne_twister_engine.h157 void discard(unsigned long long __z) {for (; __z; --__z) operator()();} in discard()
408 result_type __z = __x_[__i_] ^ (__rshift<__u>(__x_[__i_]) & __d); in operator() local
Ddiscard_block_engine.h97 void discard(unsigned long long __z) {for (; __z; --__z) operator()();} in discard()
Dgamma_distribution.h145 const result_type __z = 64 * __w * __w * __w * __v * __v; in operator() local
Dindependent_bits_engine.h130 void discard(unsigned long long __z) {for (; __z; --__z) operator()();} in discard()
Dsubtract_with_carry_engine.h125 void discard(unsigned long long __z) {for (; __z; --__z) operator()();} in discard()
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dsort.h47 …EXPR_SINCE_CXX14 unsigned __sort3(_ForwardIterator __x, _ForwardIterator __y, _ForwardIterator __z, in __sort3()
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1159 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT in fma()
1166 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma()
1170 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma()
1184 fma(_A1 __x, _A2 __y, _A3 __z) _NOEXCEPT in fma()
1544 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT … in remquo()
1547 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { in remquo()
1551 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCE… in remquo()
1561 remquo(_A1 __x, _A2 __y, int* __z) _NOEXCEPT in remquo()
/external/clang/lib/Headers/
Dtgmath.h59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument
735 __tg_fma(float __x, float __y, float __z) in __tg_fma()
740 __tg_fma(double __x, double __y, double __z) in __tg_fma()
745 __tg_fma(long double __x,long double __y, long double __z) in __tg_fma()
749 #define fma(__x, __y, __z) \ argument
1104 __tg_remquo(float __x, float __y, int* __z) in __tg_remquo()
1109 __tg_remquo(double __x, double __y, int* __z) in __tg_remquo()
1114 __tg_remquo(long double __x,long double __y, int* __z) in __tg_remquo()
1118 #define remquo(__x, __y, __z) \ argument
Dxmmintrin.h1814 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
1842 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
/external/cronet/buildtools/third_party/libc++/trunk/include/__chrono/
Dyear_month_day.h79 const int __z = __d.count() + 719468; in __from_days() local