HomeSort by relevance Sort by last modified time
    Searched full:log_2 (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/av/media/libeffects/loudness/common/core/
math.h 40 const int log_2 = ((x >> 23) & 255) - 128; local
45 return static_cast<float>(val + log_2);
  /external/chromium_org/third_party/angle_dx11/extensions/
EXT_texture_storage.txt 217 is generated. If <levels> is greater than floor(log_2(width)) + 1
269 floor(log_2(width)) + 1
271 than floor(log_2(max(width, height))) + 1
309 floor(log_2(max(width, height, depth))) + 1
312 floor(log_2(max(width, height))) + 1
366 otherwise p = floor(log_2(maxsize)) + level_base. All arrays from
605 floor(log_2(width)) + 1
607 floor(log_2(max(width, height))) + 1
609 floor(log_2(max(width, height, depth))) + 1
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.cc 109 // log_2(q) * (-log_e(2) * 1/m) = x
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.cc 109 // log_2(q) * (-log_e(2) * 1/m) = x
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
cmath 73 // Constant @f$ \log_2(e) @f$.
  /system/extras/ext4_utils/
ext4_utils.h 158 static inline int log_2(int j) function
ext4_utils.c 156 sb->s_log_block_size = log_2(info.block_size / 1024);
157 sb->s_obso_log_frag_size = log_2(info.block_size / 1024);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 351 # define M_LOG2E 1.4426950408889634074 /* log_2 e */
370 # define M_LOG2El 1.4426950408889634073599246810018921L /* log_2 e */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 351 # define M_LOG2E 1.4426950408889634074 /* log_2 e */
370 # define M_LOG2El 1.4426950408889634073599246810018921L /* log_2 e */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 351 # define M_LOG2E 1.4426950408889634074 /* log_2 e */
370 # define M_LOG2El 1.4426950408889634073599246810018921L /* log_2 e */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 103 /** scalar instruction: dst = log_2(src0.x) */
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 106 /// value. Remaining bits are log_2(bit width). The value representation is
  /external/jpeg/
jdhuff.h 74 #define LOG_TWO_BIT_BUF_SIZE 5 /* log_2(BIT_BUF_SIZE) */
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 103 /** scalar instruction: dst = log_2(src0.x) */
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 74 #define LOG_TWO_BIT_BUF_SIZE 5 /* log_2(BIT_BUF_SIZE) */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 182 GLint log_2; local
184 log_2 = ((num.i >> 23) & 255) - 128;
188 return num.f + log_2;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lcl.h 178 * log_2(MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH).
181 * cache line sizes where log_2(32)=5 and log_2(64)=6 respectively. A
  /external/mesa3d/src/mesa/main/
imports.h 182 GLint log_2; local
184 log_2 = ((num.i >> 23) & 255) - 128;
188 return num.f + log_2;
  /external/openssl/crypto/bn/
bn_lcl.h 178 * log_2(MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH).
181 * cache line sizes where log_2(32)=5 and log_2(64)=6 respectively. A
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
losertree.h 73 /** log_2{k} */
101 // Compute log_2{k} for the Loser Tree
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
losertree.h 71 /** log_2{_M_k} */
99 // Compute log_2{_M_k} for the _Loser Tree
  /frameworks/rs/scriptc/
rs_types.rsh 46 #define M_LOG2E 1.442695040888963407359924681001892137f /* log_2 e */
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 46 #define M_LOG2E 1.442695040888963407359924681001892137f /* log_2 e */
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
tgsi.rst 109 dst.x = \lfloor\log_2{|src.x|}\rfloor
111 dst.y = \frac{|src.x|}{2^{\lfloor\log_2{|src.x|}\rfloor}}
113 dst.z = \log_2{|src.x|}
361 dst = \log_2{src.x}
    [all...]
  /external/mesa3d/src/gallium/docs/source/
tgsi.rst 109 dst.x = \lfloor\log_2{|src.x|}\rfloor
111 dst.y = \frac{|src.x|}{2^{\lfloor\log_2{|src.x|}\rfloor}}
113 dst.z = \log_2{|src.x|}
361 dst = \log_2{src.x}
    [all...]

Completed in 3559 milliseconds

1 2