/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 147 #define log2(x) __TGMATH_REAL(x, log2) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 147 #define log2(x) __TGMATH_REAL(x, log2) macro
|
/external/bison/darwin-lib/ |
math.h | 1760 # undef log2 macro [all...] |
/external/bison/lib/ |
math.in.h | 1434 # undef log2 macro 1435 # define log2 macro 1441 # undef log2 macro 1446 _GL_CXXALIASWARN (log2); variable 1448 # undef log2 macro [all...] |
/external/bison/linux-lib/ |
math.h | 1760 # undef log2 macro [all...] |
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver_unittest.cc | 369 CapturingBoundNetLog log2(CapturingNetLog::kUnbounded); 371 GURL("http://request2"), &results2, &callback2, &request2, log2.bound()); 411 log2.GetEntries(&entries2);
|
/external/chromium_org/net/proxy/ |
multi_threaded_proxy_resolver_unittest.cc | 378 CapturingBoundNetLog log2; local 380 callback2.callback(), &request2, log2.bound()); 420 log2.GetEntries(&entries2);
|
/external/webrtc/src/modules/audio_processing/ns/ |
nsx_core.c | 366 // sum of log2(i) from table index to inst->anaLen2 in Q5 367 // Note that the first table value is invalid, since log2(0) = -infinity 380 // sum of log2(i)^2 from table index to inst->anaLen2 in Q2 381 // Note that the first table value is invalid, since log2(0) = -infinity 394 // log2(table index) in Q12 395 // Note that the first table value is invalid, since log2(0) = -infinity 416 // determinant of estimation matrix in Q0 corresponding to the log2 tables above 417 // Note that the first table value is invalid, since log2(0) = -infinity 477 WebRtc_Word16 log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local 492 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i) 1537 WebRtc_Word16 log2 = 0; local [all...] |
nsx_core_neon.c | 101 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local 118 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i)) 128 // log2(magn(i)) 129 log2 = (int16_t)(((31 - zeros) << 8) 131 // log2(magn(i))*log(2) 132 lmagn[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_math.h | 119 static INLINE double log2( double x ) function 143 double log2(double d) function 236 const float k = 1.44269f; /* = log2(e) */ 248 * Fast approximation to log2(x).
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_math.h | 119 static INLINE double log2( double x ) function 143 double log2(double d) function 236 const float k = 1.44269f; /* = log2(e) */ 248 * Fast approximation to log2(x).
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 145 __MATHCALL (log2,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 315 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 324 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 145 __MATHCALL (log2,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 315 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 324 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 145 __MATHCALL (log2,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 315 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
RealtimeAnalyser.cpp | 82 unsigned log2size = static_cast<unsigned>(log2(size));
|
ScriptProcessorNode.cpp | 49 size_t bufferSize = 1 << static_cast<unsigned>(log2(4 * hardwareBufferSize) + 0.5);
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
HRTFPanner.cpp | 202 ASSERT(1UL << static_cast<int>(log2(framesToProcess)) == framesToProcess);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 231 {"log2", &lp_build_log2, &log2f, log2_values, Elements(log2_values), 20.0 }, 334 precision = error ? -log2(error/fabs(ref)) : FLT_MANT_DIG;
|
/external/guava/guava/src/com/google/common/math/ |
IntMath.java | 76 public static int log2(int x, RoundingMode mode) { method in class:IntMath 93 // Since sqrt(2) is irrational, log2(x) - logFloor cannot be exactly 0.5
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 231 {"log2", &lp_build_log2, &log2f, log2_values, Elements(log2_values), 20.0 }, 334 precision = error ? -log2(error/fabs(ref)) : FLT_MANT_DIG;
|