/external/valgrind/main/include/ |
pub_tool_libcbase.h | 173 of two. Nb: VG_(log2)(1) == 0. */ 174 extern Int VG_(log2) ( UInt x );
|
/external/zlib/ |
deflate.h | 110 uInt w_bits; /* log2(w_size) (8..16) */ 138 uInt hash_bits; /* log2(hash_size) */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
log2_norm.h | 108 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */ 109 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
log2_tbl.cpp | 47 This file contains the declaration for log2_tbl[] used by the log2() and 132 [1] log2.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.h | 114 * ltpg = log2(LP_res_en / LTP_res_en) 126 Word16 *ltpg, /* o : LTP coding gain (log2()), Q13 */
|
qgain475.h | 85 #define MIN_QUA_ENER ( -5443) /* Q10 <-> log2 (0.0251189) */ 89 #define MAX_QUA_ENER ( 3037) /* Q10 <-> log2 (7.8125) */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
balanced_quicksort.h | 442 difference_type queue_size = num_threads * (thread_index_t)(log2(n) + 1); 446 // There can never be more than ceil(log2(n)) ranges on the stack, because
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 315 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
|
/bionic/libc/tzcode/ |
private.h | 357 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
|
/external/libvpx/examples/includes/geshi/geshi/ |
delphi.php | 189 'Log10', 'Log2', 'LogN', 'Max', 'MaxIntValue', 'MaxValue', 'Mean',
|
matlab.php | 109 'log10','log2','loglog','logm','logspace','lower','lscov','lu',
|
/external/llvm/include/llvm-c/ |
lto.h | 26 LTO_SYMBOL_ALIGNMENT_MASK = 0x0000001F, /* log2 of alignment */
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 80 /** Returns integer log2 of valA
|
/external/skia/include/core/ |
SkMath.h | 137 /** Returns the log2 of the specified value, were that value to be rounded up
|
/external/webkit/Source/WebCore/platform/audio/ |
HRTFPanner.cpp | 163 ASSERT(1UL << static_cast<int>(log2(framesToProcess)) == framesToProcess);
|
/external/webkit/Source/WebCore/webaudio/ |
RealtimeAnalyser.cpp | 86 unsigned log2size = static_cast<unsigned>(log2(size));
|
/ndk/build/tools/ |
builder-funcs.sh | 310 log2 "Cleaning up build directory: $_BUILD_DIR"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 70 using std::tr1::log2;
|
/system/core/libcutils/ |
private.h | 361 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
|
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver_unittest.cc | 369 CapturingBoundNetLog log2(CapturingNetLog::kUnbounded); 371 GURL("http://request2"), &results2, &callback2, &request2, log2.bound()); 411 log2.GetEntries(&entries2);
|
/external/grub/stage2/ |
jfs.h | 180 s16 s_l2bsize; /* 2: log2 of s_bsize */ 181 s16 s_l2bfactor; /* 2: log2(s_bsize/hardware block size) */ 183 s16 s_l2pbsize; /* 2: log2 of s_pbsize */
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
imdct_fxp.cpp | 135 exp = log2(n)-1 305 shift = 21; /* log2(n)-1 + 14 acomodates 2/N factor */ 310 shift = 24; /* log2(n)-1 +14 acomodates 2/N factor */
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Texture.cpp | [all...] |