/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 145 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 145 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 156 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 156 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 145 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 145 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/external/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 375 _STLP_DMATH_INLINE(log10) 446 _STLP_DEF_MATH_INLINE(log10, log10) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 583 using ::log10;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 375 _STLP_DMATH_INLINE(log10) 446 _STLP_DEF_MATH_INLINE(log10, log10) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 583 using ::log10;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 375 _STLP_DMATH_INLINE(log10) 446 _STLP_DEF_MATH_INLINE(log10, log10) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 583 using ::log10;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 375 _STLP_DMATH_INLINE(log10) 446 _STLP_DEF_MATH_INLINE(log10, log10) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 583 using ::log10;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 375 _STLP_DMATH_INLINE(log10) 446 _STLP_DEF_MATH_INLINE(log10, log10) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 583 using ::log10;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 375 _STLP_DMATH_INLINE(log10) 446 _STLP_DEF_MATH_INLINE(log10, log10) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 583 using ::log10;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
StrictMathTest.java | 516 * @tests java.lang.StrictMath#log10(double) 522 .log10(Double.NaN))); 524 .log10(-2541.05745687234187532))); 527 .log10(Double.POSITIVE_INFINITY)); 529 Double.NEGATIVE_INFINITY, StrictMath.log10(0.0)); 531 Double.NEGATIVE_INFINITY, StrictMath.log10(+0.0)); 533 Double.NEGATIVE_INFINITY, StrictMath.log10(-0.0)); 534 assertEquals("Should return 14.0", 14.0, StrictMath.log10(StrictMath 538 StrictMath.log10(5482.2158)); 540 StrictMath.log10(458723662312872.125782332587)) [all...] |
/external/v8/src/ |
bignum-dtoa.cc | 372 // This function estimates log10 of v where v = f*2^e (with e == exponent). 373 // Note that 10^floor(log10(v)) <= v, but v <= 10^ceil(log10(v)). 377 // Given that log10(v) == log2(v)/log2(10) and e+(len(f)-1) is quite close 380 // and not log10).
|
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.c | 28 // A = -10*log10(lvl) * (CompRatio - 1) / CompRatio; 33 // in = 10*log10(lvl); out = 20*log10(gains/65536); 72 const WebRtc_UWord16 kLog10_2 = 49321; // 10*log10(2) in Q14 87 // kLog10_2 = 49321; // 10*log10(2) in Q14
|
/external/guava/guava/src/com/google/common/math/ |
BigIntegerMath.java | 126 public static int log10(BigInteger x, RoundingMode mode) { method in class:BigIntegerMath 129 return LongMath.log10(x.longValue(), mode); 165 // Since sqrt(10) is irrational, log10(x) - floorLog can never be exactly 0.5
|
/external/chromium-trace/trace-viewer/src/tracks/ |
ruler_track.js | 24 function log10(x) { 148 Math.pow(10, Math.ceil(log10(idealMajorMarkDistanceWorld)));
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
HDRLoader.java | 71 double exp = Math.ceil( Math.log10(max) / Math.log10(2) );
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.h | 165 * DLS_GAIN_FACTOR = (2^18) / (200 * log10(2)) 173 * DLS_GAIN_FACTOR = (2^18) / (200 * log10(2))
|
/device/samsung/manta/libsensors/ |
IioSensorBase.cpp | 150 char buf[21]; /* 21 = log10(max long long int) + 1 for sign + '\0' */
|
/external/clang/lib/Headers/ |
tgmath.h | 928 // log10 936 __tg_log10(double __x) {return log10(__x);} 942 #undef log10 macro 943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
|
/external/fdlibm/ |
k_standard.c | 365 exc.name = "log10"; 374 (void) WRITE2("log10: SING error\n", 18); 382 exc.name = "log10"; 391 (void) WRITE2("log10: DOMAIN error\n", 20);
|
/external/icu4c/tools/tzcode/ |
private.h | 215 ** 302 / 1000 is log10(2.0) rounded up.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 96 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
|
fortran.php | 83 'len','len_trim','lge','lgt','lle','llt','log','log10','matmul','max','maxexponent',
|