/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
db_utilities_constants.h | 139 * \brief log10(e) 144 * \brief log10(e)
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 139 * \brief log10(e) 144 * \brief log10(e)
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioUtilities.cpp | 49 return 20.0 * log10(linear);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cmath | 59 using ::log10;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cmath | 59 using ::log10;
|
/external/llvm/test/CodeGen/ARM/ |
vfloatintrinsics.ll | 56 ; CHECK: test_v2f32.log10: 57 define %v2f32 @test_v2f32.log10(%v2f32 %a) { 59 %1 = call %v2f32 @llvm.log10.v2f32(%v2f32 %a) 119 declare %v2f32 @llvm.log10.v2f32(%v2f32) #0 180 ; CHECK: test_v4f32.log10: 181 define %v4f32 @test_v4f32.log10(%v4f32 %a) { 183 %1 = call %v4f32 @llvm.log10.v4f32(%v4f32 %a) 243 declare %v4f32 @llvm.log10.v4f32(%v4f32) #0 304 ; CHECK: test_v2f64.log10: 305 define %v2f64 @test_v2f64.log10(%v2f64 %a) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidStrictMathTest.java | 287 .log10(Double.NaN))); 289 .log10(-2541.05745687234187532))); 292 .log10(Double.POSITIVE_INFINITY)); 294 Double.NEGATIVE_INFINITY, StrictMath.log10(0.0)); 296 Double.NEGATIVE_INFINITY, StrictMath.log10(+0.0)); 298 Double.NEGATIVE_INFINITY, StrictMath.log10(-0.0)); 299 assertEquals("Should return 14.0", 14.0, StrictMath.log10(StrictMath 303 StrictMath.log10(5482.2158)); 305 StrictMath.log10(458723662312872.125782332587)); 307 StrictMath.log10(0.12348583358871)) [all...] |
/external/stlport/src/ |
complex.cpp | 219 // log10 225 r._M_re = ::log10(::hypot(z._M_re, z._M_im)); 229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) function 235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) function 237 const double LN10_INV = 1. / ::log10(10.); 242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) function
|
/ndk/sources/cxx-stl/stlport/src/ |
complex.cpp | 219 // log10 225 r._M_re = ::log10(::hypot(z._M_re, z._M_im)); 229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) function 235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) function 237 const double LN10_INV = 1. / ::log10(10.); 242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) function
|
/external/stlport/test/unit/ |
cmath_test.cpp | 93 CPPUNIT_CHECK( are_equals(std::log10(100.0), 2.0) ); 118 CPPUNIT_CHECK( are_equals(std::log10(100.0f), 2.0f) ); 144 CPPUNIT_CHECK( are_equals(std::log10(100.0l), 2.0l) );
|
/ndk/tests/device/test-gnustl-full/unit/ |
cmath_test.cpp | 93 CPPUNIT_CHECK( are_equals(std::log10(100.0), 2.0) ); 118 CPPUNIT_CHECK( are_equals(std::log10(100.0f), 2.0f) ); 144 CPPUNIT_CHECK( are_equals(std::log10(100.0l), 2.0l) );
|
/ndk/tests/device/test-stlport/unit/ |
cmath_test.cpp | 93 CPPUNIT_CHECK( are_equals(std::log10(100.0), 2.0) ); 118 CPPUNIT_CHECK( are_equals(std::log10(100.0f), 2.0f) ); 144 CPPUNIT_CHECK( are_equals(std::log10(100.0l), 2.0l) );
|
/bionic/libstdc++/include/ |
cmath | 61 using ::log10;
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
DefaultMapStorage.java | 56 possibleLengths.add((int) Math.log10(prefix) + 1);
|
/external/libvpx/libvpx/test/ |
cq_test.cc | 64 double avg_psnr = log10(psnr_ / n_frames_) * 10.0;
|
/external/webrtc/src/common_audio/vad/ |
vad_defines.h | 30 #define INDIVIDUAL_20MS_Q 21 // (log10(2)*66)<<2 ~=16
|
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 117 TEST_FUNC_1(log10);
|
/ndk/sources/cxx-stl/gabi++/include/ |
cmath | 61 using ::log10;
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 61 using ::log10;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cmath | 61 using ::log10;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cmath | 61 using ::log10;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cmath | 61 using ::log10;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cmath | 61 using ::log10;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cmath | 61 using ::log10;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cmath | 61 using ::log10;
|