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

12

  /prebuilt/sdk/14/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/15/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
  /external/grub/stage2/
fsys_ext2fs.c 196 #define log2(n) ffz(~(n)) macro
219 #define EXT2_ADDR_PER_BLOCK_BITS(s) (log2(EXT2_ADDR_PER_BLOCK(s)))
540 group_desc = group_id >> log2 (EXT2_DESC_PER_BLOCK (SUPERBLOCK));
556 >> log2 (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode)));
fsys_reiserfs.c 370 log2 (unsigned long word) function
612 INFO->fullblocksize_shift = log2 (super.s_blocksize);
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/main/source/
nsx_core.c 342 // sum of log2(i) from table index to inst->anaLen2 in Q5
343 // Note that the first table value is invalid, since log2(0) = -infinity
356 // sum of log2(i)^2 from table index to inst->anaLen2 in Q2
357 // Note that the first table value is invalid, since log2(0) = -infinity
370 // log2(table index) in Q12
371 // Note that the first table value is invalid, since log2(0) = -infinity
392 // determinant of estimation matrix in Q0 corresponding to the log2 tables above
393 // Note that the first table value is invalid, since log2(0) = -infinity
456 // noise_estimate = 2^(pinkNoiseNumerator + pinkNoiseExp * log2(j))
677 WebRtc_Word16 log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
1452 WebRtc_Word16 log2 = 0; local
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 1560 static unsigned int log2(int value) { function in namespace:android
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 3041 unsigned log2 = divisor.logBase2(); \/\/ floor(log_2(divisor)) local
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 365 // Logger log2 = Logger.getLogger("..");
366 // assertSame(log2.getParent(), Logger.getLogger(""));
445 Logger log2 = Logger.getLogger( local
448 assertSame(log1, log2);
465 Logger log2 = Logger.getLogger( local
468 assertSame(log1, log2);
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 940 milliseconds

12