Home
last modified time | relevance | path

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

12

/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java319 int log2 = DoubleMath.log2(d, FLOOR); in testRoundLog2Floor() local
328 int log2 = DoubleMath.log2(d, CEILING); in testRoundLog2Ceiling() local
337 for (double d : POSITIVE_FINITE_DOUBLE_CANDIDATES) {
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstituteLoggerFactoryTest.java41 Logger log2 = factory.getLogger("foo"); in testFactory() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x) in log2() function
/external/guava/guava/src/com/google/common/math/
DDoubleMath.java216 public static double log2(double x) { in log2() method in DoubleMath
233 public static int log2(double x, RoundingMode mode) { in log2() method in DoubleMath
DBigIntegerMath.java69 public static int log2(BigInteger x, RoundingMode mode) { in log2() method in BigIntegerMath
263 int log2 = log2(x, FLOOR); in sqrtFloor() local
DIntMath.java87 public static int log2(int x, RoundingMode mode) { in log2() method in IntMath
DLongMath.java85 public static int log2(long x, RoundingMode mode) { in log2() method in LongMath
/external/guava/guava-tests/benchmark/com/google/common/math/
DDoubleMathBenchmark.java47 @Benchmark long log2(int reps) { in log2() method in DoubleMathBenchmark
DBigIntegerMathRoundingBenchmark.java54 @Benchmark int log2(int reps) { in log2() method in BigIntegerMathRoundingBenchmark
DLongMathRoundingBenchmark.java54 @Benchmark int log2(int reps) { in log2() method in LongMathRoundingBenchmark
DIntMathRoundingBenchmark.java54 @Benchmark int log2(int reps) { in log2() method in IntMathRoundingBenchmark
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DTinyBitSet.java45 private static int log2(int i) { in log2() method in TinyBitSet
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DDoubleMath.java64 public static double log2(double x) { in log2() method in DoubleMath
DBigIntegerMath.java67 public static int log2(BigInteger x, RoundingMode mode) { in log2() method in BigIntegerMath
DLongMath.java80 public static int log2(long x, RoundingMode mode) { in log2() method in LongMath
DIntMath.java84 public static int log2(int x, RoundingMode mode) { in log2() method in IntMath
/external/selinux/sepolgen/tests/
Dtest_audit.py54 log2 = """type=AVC_PATH msg=audit(1162852201.019:1225): path="/usr/lib/sa/sa1" variable
/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c18 static int get_tile_offset(int idx, int mis, int log2) { in get_tile_offset()
/external/mesa3d/src/mapi/glapi/gen/
DglX_server_table.py32 def log2(value): function
/external/webrtc/src/common_audio/vad/
Dvad_filterbank.c233 int16_t zeros = 0, frac = 0, log2 = 0; in WebRtcVad_LogOfEnergy() local
/external/gptfdisk/
Dgpt.cc34 #define log2(x) (log(x) / M_LN2) macro
38 #define log2(x) (log((double) x) / log(2.0)) macro
47 #define log2(x) log2_32( x ) macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h119 static INLINE double log2( double x ) in log2() function
143 double log2(double d) in log2() function
/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/bison/lib/
Dmath.in.h1435 # define log2 rpl_log2 macro

12