Home
last modified time | relevance | path

Searched defs:Log2 (Results 1 – 25 of 47) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/math/
Dfont_math.h26 static int32_t Log2(int32_t a) { in Log2() function
/external/llvm-project/clang/test/FixIt/
Dfixit-format-darwin.m28 #define Log2(...) \ macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h204 inline unsigned Log2(Align A) { return A.ShiftValue; } in Log2() function
208 inline unsigned Log2(MaybeAlign A) { in Log2() function
/external/llvm-project/libc/test/src/string/memory_utils/
Dutils_test.cpp39 TEST(UtilsTest, Log2) { in TEST() argument
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp159 RValue<Float> Log2(RValue<Float> x) in Log2() function
251 RValue<Float4> Log2(RValue<Float4> x) in Log2() function
DOptimalIntrinsics.cpp221 Float4 Log2(RValue<Float4> x) in Log2() function
/external/pffft/
Dbench_pffft.c240 unsigned Log2(unsigned v) { in Log2() function
/external/llvm-project/llvm/include/llvm/Support/
DAlignment.h217 inline unsigned Log2(Align A) { return A.ShiftValue; } in Log2() function
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp623 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
710 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.h274 uint32_t Log2 = Log(A); in CollectFeatures() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.h274 uint32_t Log2 = Log(A); in CollectFeatures() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp637 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
724 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp637 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
724 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
/external/llvm-project/llvm/unittests/Support/
DAlignmentTest.cpp135 TEST(AlignmentTest, Log2) { in TEST() argument
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h70 Log2 = 38, enumerator
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp584 IntrinsicInst *Log2 = nullptr; in visitFMul() local
596 Value *Log2 = Builder.CreateUnaryIntrinsic(Intrinsic::log2, X, &I); in visitFMul() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp408 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf()
640 IntrinsicInst *Log2; in visitFMul() local

12