Searched refs:Log2 (Results 1 – 17 of 17) sorted by relevance
/external/sfntly/cpp/src/sfntly/math/ |
D | font_math.h | 26 static int32_t Log2(int32_t a) { in Log2() function
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/math/ |
D | font_math.h | 26 static int32_t Log2(int32_t a) { in Log2() function
|
/external/llvm/test/CodeGen/X86/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
|
/external/llvm/test/CodeGen/ARM/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 294 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf() argument 304 Log2 = II; in detectLog2OfHalf() 481 IntrinsicInst *Log2; in visitFMul() local 482 detectLog2OfHalf(Op0, OpY, Log2); in visitFMul() 486 detectLog2OfHalf(Op1, OpY, Log2); in visitFMul() 493 Log2->setArgOperand(0, OpY); in visitFMul() 494 Value *FMulVal = Builder->CreateFMul(OpX, Log2); in visitFMul() 496 FMul->copyFastMathFlags(Log2); in visitFMul() 498 FSub->copyFastMathFlags(Log2); in visitFMul()
|
/external/compiler-rt/lib/asan/ |
D | asan_fake_stack.cc | 42 uptr log = Log2(rounded_size); in ComputeSizeClass()
|
D | asan_allocator2.cc | 123 u32 res = Log2(rz_size) - 4; in RZSize2Log()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 231 INLINE uptr Log2(uptr x) { in Log2() function
|
/external/zlib/src/as400/ |
D | zlib.inc | 380 D windowBits 10I 0 value Log2(buffer size) 393 D windowBits 10I 0 value Log2(buffer size)
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
D | font.cc | 117 int32_t log2_of_max_power_of_2 = FontMath::Log2(table_headers->size()); in SerializeHeader()
|
/external/sfntly/cpp/src/sfntly/ |
D | font.cc | 117 int32_t log2_of_max_power_of_2 = FontMath::Log2(table_headers->size()); in SerializeHeader()
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 438 TEST(APIntTest, Log2) { in TEST() argument
|
/external/clang/include/clang/Basic/ |
D | BuiltinsNVPTX.def | 182 // Exp2, Log2
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 1077 int32_t log2_seg_count = FontMath::Log2(seg_count); in SubSerialize()
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 1077 int32_t log2_seg_count = FontMath::Log2(seg_count); in SubSerialize()
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsNVVM.td | 294 // Exp2 Log2
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 367 // Exp2 Log2
|