Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/math/
Dfont_math.h26 static int32_t Log2(int32_t a) { in Log2() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/math/
Dfont_math.h26 static int32_t Log2(int32_t a) { in Log2() function
/third_party/skia/third_party/externals/dawn/src/common/
DMath.cpp40 uint32_t Log2(uint32_t value) { in Log2() function
52 uint32_t Log2(uint64_t value) { in Log2() function
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DMath.cpp38 uint32_t Log2(uint32_t value) { in Log2() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbuddy.h79 static uint32_t Log2(uint64_t n) { in Log2() function
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp34 TEST(Math, Log2) { in TEST() argument
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp51 TEST(Math, Log2) { in TEST() argument
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/spirv-headers/include/spirv/1.2/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/spirv-headers/include/spirv/1.0/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.0/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/spirv-headers/include/spirv/1.1/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
DOpenCL.std.h70 Log2 = 38, enumerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dtopk_lib.cuh20 constexpr __host__ __device__ int Log2(int n, int p = 0) { return (n <= 1) ? p : Log2(n / 2, p + 1)… in Log2() function
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrcommon.h505 static inline UINT_32 Log2( in Log2() function

12