Searched defs:Log2 (Results 1 – 11 of 11) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | type_traits.hpp | 78 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/ |
D | font_math.h | 26 static int32_t Log2(int32_t a) { in Log2() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 607 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local 694 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
|
D | MipsSEISelLowering.cpp | 577 unsigned Log2 = Log2IfPositive; in performANDCombine() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 405 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf() 626 IntrinsicInst *Log2; in visitFMul() local
|
/external/webrtc/webrtc/base/ |
D | optional_unittest.cc | 90 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/ |
D | sanitizer_common.h | 444 INLINE uptr Log2(uptr x) { in Log2() function
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 714 TEST(APIntTest, Log2) { in TEST() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 807 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits() local
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2147 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() class
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 2126 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() function in vkt::shaderexecutor::Functions::Log2
|