/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random.tcc | 898 if (_M_mean >= 12) 900 const _RealType __m = std::floor(_M_mean); 901 _M_lm_thr = std::log(_M_mean); 919 _M_lm_thr = std::exp(-_M_mean); 939 if (_M_mean >= 12) 949 const _RealType __m = std::floor(_M_mean); [all...] |
random | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 898 if (_M_mean >= 12) 900 const _RealType __m = std::floor(_M_mean); 901 _M_lm_thr = std::log(_M_mean); 919 _M_lm_thr = std::exp(-_M_mean); 939 if (_M_mean >= 12) 949 const _RealType __m = std::floor(_M_mean); [all...] |
random | [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 898 if (_M_mean >= 12) 900 const _RealType __m = std::floor(_M_mean); 901 _M_lm_thr = std::log(_M_mean); 919 _M_lm_thr = std::exp(-_M_mean); 939 if (_M_mean >= 12) 949 const _RealType __m = std::floor(_M_mean); [all...] |
random | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 898 if (_M_mean >= 12) 900 const _RealType __m = std::floor(_M_mean); 901 _M_lm_thr = std::log(_M_mean); 919 _M_lm_thr = std::exp(-_M_mean); 939 if (_M_mean >= 12) 949 const _RealType __m = std::floor(_M_mean); [all...] |
random | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
random.tcc | 898 if (_M_mean >= 12) 900 const _RealType __m = std::floor(_M_mean); 901 _M_lm_thr = std::log(_M_mean); 919 _M_lm_thr = std::exp(-_M_mean); 939 if (_M_mean >= 12) 949 const _RealType __m = std::floor(_M_mean); [all...] |
random | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
random.tcc | [all...] |
random.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
random.tcc | [all...] |
random.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
random.tcc | [all...] |
random.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
random.tcc | [all...] |
random.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
random.tcc | [all...] |
random.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
random.tcc | [all...] |
random.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
random.tcc | [all...] |
random.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
random.tcc | 517 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), 518 _M_mean.end(), _RealType(0)); 558 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), 559 _M_mean.end(), _RealType(0)); 597 std::fill(std::copy(__meanbegin, __meanend, _M_mean.begin()), 598 _M_mean.end(), _RealType(0)); [all...] |