| /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/mesa3d/src/mesa/program/ |
| prog_to_nir.c | 339 nir_ssa_def *log2 = nir_flog2(b, abs_srcx); local 340 nir_ssa_def *floor_log2 = nir_ffloor(b, log2); 347 ptn_move_dest_masked(b, dest, log2, WRITEMASK_Z);
|
| /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
| tgmath.h | 158 #define log2(x) __TGMATH_REAL(x, log2) macro
|
| /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
| tgmath.h | 158 #define log2(x) __TGMATH_REAL(x, log2) macro
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| tgmath.h | 322 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
| tgmath.h | 147 #define log2(x) __TGMATH_REAL(x, log2) macro
|
| /system/core/libmemunreachable/ |
| Allocator.cpp | 106 static inline unsigned int log2(size_t n) { function in namespace:android 112 return log2(size - 1) + 1 - const_log2(kMinBucketAllocationSize);
|
| /external/deqp/modules/gles2/scripts/ |
| genutil.py | 172 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in class:GenMath
|
| /external/deqp/modules/gles3/scripts/ |
| genutil.py | 182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in class:GenMath
|
| /external/deqp/modules/gles31/scripts/ |
| genutil.py | 182 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0)) member in class:GenMath
|
| /external/eigen/Eigen/src/Core/ |
| MathFunctions.h | 1018 inline int log2(int x) function in namespace:Eigen::numext [all...] |
| /external/guava/guava-tests/test/com/google/common/math/ |
| DoubleMathTest.java | 320 int log2 = DoubleMath.log2(d, FLOOR); local 321 assertTrue(StrictMath.pow(2.0, log2) <= d); 322 assertTrue(StrictMath.pow(2.0, log2 + 1) > d); 326 @GwtIncompatible("DoubleMath.log2(double, RoundingMode), StrictMath") 329 int log2 = DoubleMath.log2(d, CEILING); local 330 assertTrue(StrictMath.pow(2.0, log2) >= d); 331 double z = StrictMath.pow(2.0, log2 - 1); 336 @GwtIncompatible("DoubleMath.log2(double, RoundingMode), StrictMath" [all...] |
| /external/libxaac/decoder/ |
| ixheaacd_esbr_envcal.c | 804 const double log2 = log(2.0); local 846 log2; [all...] |
| /external/tensorflow/tensorflow/core/kernels/ |
| reduction_gpu_kernels.cu.h | 567 int log2 = Log2Floor(grid_dim.y); local 568 grid_dim.y = 1 << log2; 603 int log2 = Log2Floor(grid_dim.y); local 604 grid_dim.y = 1 << log2; [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/ |
| build-precise-multilib-toolchain.sh | 472 log2 () { function 476 log2 () { function 487 log2 () { function 580 log2 "Directory copy: $SRCDIR -> $DSTDIR" [all...] |
| /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
| asm7.go | 1049 func log2(x uint64) uint32 { func [all...] |
| /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
| asm7.go | 1049 func log2(x uint64) uint32 { func [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
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| math_h.pass.cpp | 84 Ambiguous log2(Ambiguous){ return Ambiguous(); } function [all...] |
| /external/libcxx/test/std/numerics/c.math/ |
| cmath.pass.cpp | 87 Ambiguous log2(Ambiguous){ return Ambiguous(); } function [all...] |
| /external/mesa3d/src/gallium/auxiliary/nir/ |
| tgsi_to_nir.c | 901 nir_ssa_def *log2 = nir_flog2(b, abs_srcx); local 903 ttn_move_dest_masked(b, dest, nir_ffloor(b, log2), TGSI_WRITEMASK_X); 905 nir_fdiv(b, abs_srcx, nir_fexp2(b, nir_ffloor(b, log2))), [all...] |
| /external/pdfium/third_party/libtiff/ |
| tif_luv.c | 46 * Le = floor( 256*(log2(L) + 64) ) # 15-bit from real 110 * Le' = floor( 64*(log2(L) + 12) ) # 10-bit from real 740 #undef log2 /* Conflict with C'99 function */ macro 741 #define log2(x) ((1./M_LN2)*log(x)) macro 775 return itrunc(256.*(log2(Y) + 64.), em); 777 return (~0x7fff | itrunc(256.*(log2(-Y) + 64.), em)); 853 return itrunc(64.*(log2(Y) + 12.), em); [all...] |
| /external/valgrind/coregrind/ |
| m_libcbase.c | 950 Int VG_(log2) ( UInt x ) function
|
| /external/webrtc/webrtc/modules/audio_processing/ns/ |
| nsx_core_neon.c | 140 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local 157 // lmagn(i)=log(magn(i))=log(2)*log2(magn(i)) 167 // log2(magn(i)) 168 log2 = (int16_t)(((31 - zeros) << 8) 170 // log2(magn(i))*log(2) 171 lmagn[i] = (int16_t)((log2 * log2_const) >> 15);
|
| /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/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
|