HomeSort by relevance Sort by last modified time
    Searched refs:log2 (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/eigen/Eigen/src/SparseCore/
ConservativeSparseSparseProduct.h 79 int t200 = rows/(log2(200)*1.39);
86 // In order to avoid to perform an expensive log2 when the
88 //if((nnz<200 && nnz<t200) || nnz * log2(nnz) < t)
  /external/grub/stage2/
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...]
fsys_reiserfs.c 370 log2 (unsigned long word) function
612 INFO->fullblocksize_shift = log2 (super.s_blocksize);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp     [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
  /prebuilts/sdk/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/guava/guava/src/com/google/common/math/
LongMath.java 72 public static int log2(long x, RoundingMode mode) { method in class:LongMath
89 // Since sqrt(2) is irrational, log2(x) - logFloor cannot be exactly 0.5
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 412 case Intrinsic::log2: ISD = ISD::FLOG2; break;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 183 "log2",
419 TLI.setUnavailable(LibFunc::log2);
  /frameworks/rs/scriptc/
rs_cl.rsh 557 _RS_RUNTIME float __attribute__((overloadable)) log2(float v);
558 FN_FUNC_FN(log2)
  /ndk/tests/
run-tests.sh 780 log2 "ADB online devices (sorted): $ADB_DEVICES"
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 557 _RS_RUNTIME float __attribute__((overloadable)) log2(float v);
558 FN_FUNC_FN(log2)
  /bionic/tests/
math_test.cpp 400 TEST(math, log2) {
401 ASSERT_FLOAT_EQ(12.0, log2(4096.0));
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 483 static_assert((std::is_same<decltype(log2((double)0)), double>::value), "");
486 assert(log2(1) == 0);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 70 /* logN(x) = logN(2)*log2(x) = 0.6931*log2(x). Output in Q8. */
80 WebRtc_Word16 zeros, log2, frac, logN; local
84 log2=(WebRtc_Word16)(WEBRTC_SPL_LSHIFT_W32(31-zeros, 8)+frac); // log2(x) in Q8
85 logN=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(log2,22713,15); //Q8*Q15 log(2) = 0.693147 = 22713 in Q15
93 expN(x) = 2^(a*x), where a = log2(e) ~= 1.442695
98 a = log2(e) = log2(exp(1)) ~= 1.442695 ==> a = 23637 in Q14 (1.442688)
    [all...]
  /ndk/build/tools/
gen-platforms.sh 293 log2 "Link \$DST/$2/$file --> $rev/$1/$file"
prebuilt-common.sh 889 log2 $CC $HOST_CFLAGS -c -o $TMPO $TMPC
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 476 extern float __attribute__((overloadable)) log2(float v) { function
479 FN_FUNC_FN(log2)
    [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...]
  /external/valgrind/main/coregrind/
m_libcbase.c 783 Int VG_(log2) ( UInt x ) function
  /external/valgrind/main/callgrind/
sim.c 185 c->line_size_bits = VG_(log2)(c->line_size);
186 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets);
    [all...]

Completed in 2135 milliseconds

1 2 34 5 6