Home
last modified time | relevance | path

Searched defs:log2 (Results 1 – 25 of 29) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java291 int log2 = DoubleMath.log2(d, FLOOR); in testRoundLog2Floor() local
299 int log2 = DoubleMath.log2(d, CEILING); in testRoundLog2Ceiling() local
307 for (double d : POSITIVE_FINITE_DOUBLE_CANDIDATES) {
/external/guava/guava/src/com/google/common/math/
DDoubleMath.java195 public static double log2(double x) { in log2() method in DoubleMath
211 public static int log2(double x, RoundingMode mode) { in log2() method in DoubleMath
DBigIntegerMath.java67 public static int log2(BigInteger x, RoundingMode mode) { in log2() method in BigIntegerMath
233 int log2 = log2(x, FLOOR); in sqrtFloor() local
DIntMath.java76 public static int log2(int x, RoundingMode mode) { in log2() method in IntMath
DLongMath.java72 public static int log2(long x, RoundingMode mode) { in log2() method in LongMath
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Dmathutil.h21 inline int log2(int x) in log2() function
/external/qemu/android/build/
Dcommon.sh32 log2 () function
/external/webkit/Source/WebCore/platform/
DArena.cpp88 int log2; in CeilingLog2() local
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dstring-tagcloud.js228 var log2 = Math.log(2); variable
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dstring-tagcloud.js228 var log2 = Math.log(2); variable
/external/libffi/src/powerpc/
Dasm.h38 #define ALIGNARG(log2) log2 argument
/external/grub/stage2/
Dfsys_iso9660.c60 log2 (unsigned long word) in log2() function
Dfsys_fat.c58 log2 (unsigned long word) in log2() function
Ddisk_io.c131 log2 (unsigned long word) in log2() function
Dfsys_ext2fs.c196 #define log2(n) ffz(~(n)) macro
/external/webrtc/src/common_audio/vad/
Dvad_filterbank.c233 int16_t zeros = 0, frac = 0, log2 = 0; in WebRtcVad_LogOfEnergy() local
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c101 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; in NoiseEstimationNeon() local
Dnsx_core.c477 WebRtc_Word16 log2, tabind, logval, tmp16, tmp16no1, tmp16no2; in NoiseEstimationC() local
1537 WebRtc_Word16 log2 = 0; in WebRtcNsx_DataAnalysis() local
/external/skia/src/core/
DSkCordic.cpp284 float log2 = (float) f_log / 65536.0f; local
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h121 log2, enumerator
/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.cpp352 unsigned log2 = 0; in fastLog2() local
/external/webkit/Source/JavaScriptCore/wtf/
DMathExtras.h151 inline double log2(double num) in log2() function
/external/chromium/net/proxy/
Dmulti_threaded_proxy_resolver_unittest.cc369 CapturingBoundNetLog log2(CapturingNetLog::kUnbounded); in TEST() local
/external/valgrind/main/coregrind/
Dm_libcbase.c787 Int VG_(log2) ( UInt x ) in VG_() argument
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLoggerTest.java445 Logger log2 = Logger.getLogger( in testGetLoggerWithRes_ExistingLoggerWithNoRes() local
465 Logger log2 = Logger.getLogger( in testGetLoggerWithRes_ExistingLoggerWithSameRes() local

12