Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/math/
Dfont_math.h26 static int32_t Log2(int32_t a) { in Log2() function
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPIntTest.cpp396 TEST(APIntTest, Log2) { in TEST() argument
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp623 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
710 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
DMipsSEISelLowering.cpp577 unsigned Log2 = Log2IfPositive; in performANDCombine() local
/external/mesa3d/src/amd/addrlib/core/
Daddrcommon.h444 static inline UINT_32 Log2( in Log2() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp408 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf()
640 IntrinsicInst *Log2; in visitFMul() local
/external/webrtc/webrtc/base/
Doptional_unittest.cc90 static void Log2(const char* msg, const Logger& a, const Logger& b) { in Log2() function in rtc::__anon9eaab31f0111::Logger
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DOpenCL.std.h74 Log2 = 38, enumerator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h467 INLINE uptr Log2(uptr x) { in Log2() function
/external/llvm/unittests/ADT/
DAPIntTest.cpp742 TEST(APIntTest, Log2) { in TEST() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp848 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2147 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() function in deqp::gls::BuiltinPrecisionTests::Functions::Log2
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2126 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() class