/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
math.h | 72 using std::tr1::lrint;
|
cmath | 102 #undef lrint 244 using ::lrint; 799 lrint(float __x) 803 lrint(long double __x) 809 lrint(_Tp __x) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
math.h | 72 using std::tr1::lrint;
|
cmath | 102 #undef lrint 244 using ::lrint; 779 lrint(float __x) 783 lrint(long double __x) 789 lrint(_Tp __x) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
math.h | 72 using std::tr1::lrint;
|
cmath | 101 #undef lrint 243 using ::lrint; 778 lrint(float __x) 782 lrint(long double __x) 788 lrint(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cmath | 915 #undef lrint 1051 using ::lrint; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
cmath | 102 #undef lrint 244 using ::lrint; 799 lrint(float __x) 803 lrint(long double __x) 809 lrint(_Tp __x) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cmath | 915 #undef lrint 1051 using ::lrint; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
cmath | 102 #undef lrint 244 using ::lrint; 799 lrint(float __x) 803 lrint(long double __x) 809 lrint(_Tp __x) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 915 #undef lrint 1051 using ::lrint; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
cmath | 102 #undef lrint 244 using ::lrint; 799 lrint(float __x) 803 lrint(long double __x) 809 lrint(_Tp __x) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cmath | 992 #undef lrint 1128 using ::lrint; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
cmath | 102 #undef lrint 244 using ::lrint; 779 lrint(float __x) 783 lrint(long double __x) 789 lrint(_Tp __x) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cmath | 915 #undef lrint 1051 using ::lrint; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cmath | 992 #undef lrint 1128 using ::lrint; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cmath | 989 #undef lrint 1125 using ::lrint; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/external/chromium_org/third_party/opus/src/ |
configure.ac | 237 AC_CHECK_FUNCS([lrint])
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioStreamOutALSA.cpp | 85 vol = lrint((volume * 0x2000)+0.5);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 326 __MATHDECL (long int,lrint,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 326 __MATHDECL (long int,lrint,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 326 __MATHDECL (long int,lrint,, (_Mdouble_ __x));
|
/external/chromium_org/v8/src/ |
conversions-inl.h | 63 // There is no unsigned version of lrint, so there is no fast path 64 // in this function as there is in FastD2I. Using lrint doesn't work
|
/external/v8/src/ |
conversions-inl.h | 58 // There is no unsigned version of lrint, so there is no fast path 59 // in this function as there is in FastD2I. Using lrint doesn't work
|