HomeSort by relevance Sort by last modified time
    Searched refs:log2 (Results 101 - 125 of 169) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 444 case Intrinsic::log2: ISD = ISD::FLOG2; break;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 189 "log2",
425 TLI.setUnavailable(LibFunc::log2);
  /frameworks/rs/scriptc/
rs_cl.rsh 578 _RS_RUNTIME float __attribute__((const, overloadable)) log2(float v);
579 FN_FUNC_FN(log2)
  /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 578 _RS_RUNTIME float __attribute__((const, overloadable)) log2(float v);
579 FN_FUNC_FN(log2)
  /bionic/tests/
math_test.cpp 400 TEST(math, log2) {
401 ASSERT_FLOAT_EQ(12.0, log2(4096.0));
  /external/grub/stage2/
fsys_reiserfs.c 370 log2 (unsigned long word) function
612 INFO->fullblocksize_shift = log2 (super.s_blocksize);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 248 case Intrinsic::log2:
  /ndk/build/tools/
gen-platforms.sh 293 log2 "Link \$DST/$2/$file --> $rev/$1/$file"
prebuilt-common.sh 890 log2 $CC $HOST_CFLAGS -c -o $TMPO $TMPC
    [all...]
  /ndk/tests/
run-tests.sh 798 log2 "ADB online devices (sorted): $ADB_DEVICES"
  /frameworks/rs/driver/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 450 reg.data.f64 = log2(reg.data.f64);
  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 182 /* Computes a rough approximation of log2(2^a + 2^b) */
216 return log2(pow(4, a)+ pow(4, b))/2;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 417 ; FIXME(rbultje) instead of out=((num-x)*in1+x*in2+rnd)>>log2(num), we can
418 ; also do out=in1+(((num-x)*(in2-in1)+rnd)>>log2(num)). Total number of
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 450 reg.data.f64 = log2(reg.data.f64);
  /external/valgrind/main/coregrind/
m_libcbase.c 783 Int VG_(log2) ( UInt x ) function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2501 LLVMValueRef log2 = lp_build_const_vec(bld->gallivm, bld->type, local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2501 LLVMValueRef log2 = lp_build_const_vec(bld->gallivm, bld->type, local
    [all...]
  /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 735 milliseconds

1 2 3 45 6 7