HomeSort by relevance Sort by last modified time
    Searched defs:log2 (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
mathutil.h 21 inline int log2(int x) function in namespace:gl
  /external/qemu/android/build/
common.sh 32 log2 () function
72 log2 "CPU=$CPU"
106 log2 "OS=$OS"
107 log2 "EXE=$EXE"
214 log2 "Mingw : Found $MINGW32_CC"
308 log2 "Object : $CC -o $TMPO -c $CFLAGS $TMPC"
316 log2 "Link : $LD -o $TMPE $TMPO $LDFLAGS"
324 log2 "Running: $*"
331 log2 "RunExec : $CC -o $TMPE $CFLAGS $TMPC"
  /external/webkit/Source/WebCore/platform/
Arena.cpp 88 int log2; local
89 CEILING_LOG2(log2,i);
90 return log2;
  /external/grub/stage2/
fsys_iso9660.c 60 log2 (unsigned long word) function
71 unsigned short sector_size_lg2 = log2(buf_geom.sector_size);
fsys_fat.c 58 log2 (unsigned long word) function
87 FAT_SUPER->sectsize_bits = log2 (FAT_CVT_U16 (bpb.bytes_per_sect));
89 = FAT_SUPER->sectsize_bits + log2 (bpb.sects_per_clust);
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...]
  /external/webrtc/src/common_audio/vad/main/source/
vad_filterbank.c 212 WebRtc_Word16 zeros, frac, log2; local
228 // 160*log10(enerSum*2^shfts) = 160*log10(2)*log2(enerSum*2^shfts) =
229 // 160*log10(2)*(log2(enerSum) + log2(2^shfts)) =
230 // 160*log10(2)*(log2(enerSum) + shfts)
235 log2 = (WebRtc_Word16)(((31 - zeros) << 10) + frac);
237 *enerlogval = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(kLogConst, log2, 19)
  /ndk/build/core/
ndk-common.sh 87 # Setup a log file where all log() and log2() output will be sent
126 log2 () function
205 log2 "HOST_ARCH=$HOST_ARCH"
236 log2 "HOST_OS=$HOST_OS"
237 log2 "HOST_EXE=$HOST_EXE"
268 log2 "HOST_TAG=$HOST_TAG"
289 log2 "HOST_NUM_CPUS=$HOST_NUM_CPUS"
299 log2 "BUILD_NUM_CPUS=$BUILD_NUM_CPUS"
311 log2 "Forcing generation of 32-bit host binaries on $HOST_ARCH"
314 log2 "HOST_ARCH=$HOST_ARCH
    [all...]
  /external/skia/src/core/
SkCordic.cpp 292 float log2 = (float) f_log / 65536.0f; local
293 float error = fabsf(log - log2);
295 SkDebugf("log error : val = %g ; log = %g ; cordic = %g\n", val, log, log2);
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 150 // MSVC's math.h does not currently supply log2.
151 inline double log2(double num) function
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 455 extern float __attribute__((overloadable)) log2(float v) { function
458 FN_FUNC_FN(log2)
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 647 Int VG_(log2) ( UInt x ) function
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 352 unsigned log2 = 0; local
354 log2 += 1;
356 log2 += 16, i >>= 16;
358 log2 += 8, i >>= 8;
360 log2 += 4, i >>= 4;
362 log2 += 2, i >>= 2;
364 log2 += 1;
365 return log2;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 150 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 147 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 147 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 150 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 147 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 147 #define log2(x) __TGMATH_REAL(x, log2) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 397 log2 () { function
401 log2 () { function
412 log2 () { function
    [all...]
  /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
  /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
  /prebuilt/sdk/11/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
  /prebuilt/sdk/12/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
  /prebuilt/sdk/13/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

Completed in 862 milliseconds

1 2