HomeSort by relevance Sort by last modified time
    Searched refs:log2 (Results 76 - 100 of 524) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
248 using ::log2;
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 133 __DEVICE__ double log2(double);
134 __DEVICE__ float log2(float);
234 using ::log2;
  /cts/tests/aslr/src/
AslrMallocTest.cpp 125 log2(static_cast<double>(addresses.size())));
  /external/eigen/bench/
benchFFT.cpp 80 double mflops = 5.*nfft*log2((double)nfft) / (1e6 * timer.value() / (double)nits );
  /external/guava/guava-tests/benchmark/com/google/common/math/
BigIntegerMathBenchmark.java 72 if (IntMath.log2(n2, CEILING) * (n2 - n1) < Long.SIZE - 1) {
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_test.cc 64 ideal_code_length[i] = -std::log2((cdf[i + 1] - cdf[i]) / normalizer);
  /prebuilts/go/darwin-x86/src/math/
stubs_arm64.s 63 TEXT ·Log2(SB),NOSPLIT,$0
64 B ·log2(SB)
stubs_ppc64x.s 63 TEXT ·Log2(SB),NOSPLIT,$0
64 BR ·log2(SB)
  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 63 TEXT ·Log2(SB),NOSPLIT,$0
64 B ·log2(SB)
stubs_ppc64x.s 63 TEXT ·Log2(SB),NOSPLIT,$0
64 BR ·log2(SB)
  /external/google-benchmark/src/
complexity.cc 37 return [](int n) { return log2(n); };
39 return [](int n) { return n * log2(n); };
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
LongMath.java 80 public static int log2(long x, RoundingMode mode) { method in class:LongMath
97 // Since sqrt(2) is irrational, log2(x) - logFloor cannot be exactly 0.5
229 int nBits = LongMath.log2(n, RoundingMode.CEILING);
236 // This is an upper bound on log2(numerator, ceiling).
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 53 //private int log2;
169 int log2 = highBit(JOIN_WITH_NUKTA.length); local
171 power = 1 << log2;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ClassTable.java 70 int log2 = Utility.highBit(table.length); local
71 int power = 1 << log2;
  /external/libcxx/utils/google-benchmark/src/
complexity.cc 37 return [](int n) { return log2(n); };
39 return [](int n) { return n * log2(n); };
  /external/mesa3d/src/mesa/main/
imports.h 93 *** LOG2: Log base 2 of float
95 static inline GLfloat LOG2(GLfloat x)
99 * Based on code from http://www.stereopsis.com/log2.html
104 const GLint log2 = ((GLint) exp) - 127;
105 return (GLfloat) log2 * (1.0 / 4.0); /* 4, because of x^4 above */
  /external/selinux/python/sepolgen/tests/
test_audit.py 54 log2 = """type=AVC_PATH msg=audit(1162852201.019:1225): path="/usr/lib/sa/sa1"
160 a.parse_string(log2)
  /external/swiftshader/src/Common/
Math.hpp 157 inline unsigned long log2(int x) function in namespace:sw
175 inline float log2(float x) function in namespace:sw

Completed in 523 milliseconds

1 2 34 5 6 7 8 91011>>