HomeSort by relevance Sort by last modified time
    Searched full:logbase2 (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
stats.cc 30 int LogBase2(int32 number) {
301 int result = LogBase2(size) + 1;
  /external/llvm/unittests/ADT/
APIntTest.cpp 439 EXPECT_EQ(APInt(15, 7).logBase2(), 2U);
442 EXPECT_EQ(APInt(15, 8).logBase2(), 3U);
445 EXPECT_EQ(APInt(15, 9).logBase2(), 3U);
645 EXPECT_EQ(A2.nearestLogBase2(), A2.logBase2());
662 EXPECT_EQ(A5.nearestLogBase2(), A5.logBase2());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 103 /// a new vector obtained from C replacing each element with its logBase2.
113 Elts.push_back(ConstantInt::get(Elt->getType(), IVal->logBase2()));
150 NewCst = ConstantInt::get(NewOp->getType(), IVal->logBase2());
830 Op0, ConstantInt::get(Op0->getType(), C.logBase2()));
855 N = IC.Builder->CreateAdd(N, ConstantInt::get(N->getType(), CI.logBase2()));
    [all...]
InstCombineSelect.cpp 447 unsigned C1Log = C1->logBase2();
448 unsigned C2Log = C2->logBase2();
795 unsigned ValZeros = ValC->getValue().logBase2();
796 unsigned AndZeros = AndRHS->getValue().logBase2();
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp 572 uint32_t ShiftAmt = KnownZeroMask.logBase2();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1276 unsigned logbase2 = util_logbase2(block_length); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1276 unsigned logbase2 = util_logbase2(block_length); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 743 * Given the logbase2 of a mipmap's base level size and a mipmap level,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 656 unsigned log = tmp.logBase2();
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 743 * Given the logbase2 of a mipmap's base level size and a mipmap level,
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.html     [all...]
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-as 
llvm-dis 
llvm-link 

Completed in 683 milliseconds