/external/valgrind/main/include/ |
pub_tool_libcbase.h | 185 -1 if it is not a power of two. Nb: VG_(log2)(1) == 0. */ 186 extern Int VG_(log2) ( UInt x );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 443 log2 () { function 447 log2 () { function 458 log2 () { function 564 log2 "Directory copy: $SRCDIR -> $DSTDIR" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 443 log2 () { function 447 log2 () { function 458 log2 () { function 564 log2 "Directory copy: $SRCDIR -> $DSTDIR" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/external/llvm/lib/CodeGen/ |
IntrinsicLowering.cpp | 149 case Intrinsic::log2: 150 EnsureFPIntrinsicsExist(M, I, "log2f", "log2", "log2l"); 509 case Intrinsic::log2: { 510 ReplaceFPIntrinsicWithCall(CI, "log2f", "log2", "log2l");
|
/bionic/libm/include/ |
math.h | 236 double log2(double);
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Texture.cpp | 660 int q = log2(std::max(width, height)); 778 unsigned int q = log2(std::max(mImageArray[0]->getWidth(), mImageArray[0]->getHeight())); 1122 int q = log2(size); [all...] |
/external/eigen/Eigen/src/SparseCore/ |
ConservativeSparseSparseProduct.h | 79 int t200 = rows/(log2(200)*1.39); 86 // In order to avoid to perform an expensive log2 when the 88 //if((nnz<200 && nnz<t200) || nnz * log2(nnz) < t)
|
/external/grub/stage2/ |
disk_io.c | 131 log2 (unsigned long word) function 143 int sector_size_bits = log2 (buf_geom.sector_size); 166 sector_size_bits = log2 (buf_geom.sector_size); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/external/clang/lib/Headers/ |
tgmath.h | 962 // log2 970 __tg_log2(double __x) {return log2(__x);} 976 #undef log2 macro 977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 962 // log2 970 __tg_log2(double __x) {return log2(__x);} 976 #undef log2 macro 977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 675 #define __ieee754_log2 log2
|
/external/guava/guava/src/com/google/common/math/ |
LongMath.java | 72 public static int log2(long x, RoundingMode mode) { method in class:LongMath 89 // Since sqrt(2) is irrational, log2(x) - logFloor cannot be exactly 0.5
|