Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dtype_traits.hpp78 template <int N, int CURRENT_VAL = N, int COUNT = 0> struct Log2 struct
80 enum { value = Log2<N, (CURRENT_VAL >> 1), COUNT + 1>::VALUE };
82 template <int N, int COUNT> struct Log2<N, 0, COUNT> struct
84 enum { value = (1 << (COUNT - 1) < N) ? COUNT : COUNT - 1 };
/external/sfntly/cpp/src/sfntly/math/
Dfont_math.h26 static int32_t Log2(int32_t a) { in Log2() function
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp607 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local
694 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
DMipsSEISelLowering.cpp577 unsigned Log2 = Log2IfPositive; in performANDCombine() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp405 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf()
626 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::__anon498329ec0111::Logger
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h444 INLINE uptr Log2(uptr x) { in Log2() function
/external/llvm/unittests/ADT/
DAPIntTest.cpp714 TEST(APIntTest, Log2) { in TEST() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp807 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() class
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2126 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() function in vkt::shaderexecutor::Functions::Log2