Home
last modified time | relevance | path

Searched defs:__factor (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Drandom.tcc85 _OutputIterator __result, const _Tp& __factor) in __normalize()
143 _UIntType __factor = 1u; in seed() local
365 _UIntType __factor = 1u; in seed() local
553 _UIntType __factor = 1u; in seed() local
581 _UIntType __factor = 1u; in seed() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Drandom.tcc85 _OutputIterator __result, const _Tp& __factor) in __normalize()
143 _UIntType __factor = 1u; in seed() local
365 _UIntType __factor = 1u; in seed() local
553 _UIntType __factor = 1u; in seed() local
581 _UIntType __factor = 1u; in seed() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/tr1/
Dmodified_bessel_func.tcc342 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2() in __sph_bessel_ik() local
Dbessel_function.tcc541 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2() in __sph_bessel_jn() local
Drandom.tcc452 _UIntType __factor = 1; in seed() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
Dmodified_bessel_func.tcc342 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2() in __sph_bessel_ik() local
Dbessel_function.tcc541 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2() in __sph_bessel_jn() local
Drandom.tcc452 _UIntType __factor = 1; in seed() local
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ryu/
H A Df2s.cpp114 …CPP_HIDE_FROM_ABI inline uint32_t __mulShift(const uint32_t __m, const uint64_t __factor, const in… in __mulShift()