| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | Math.cpp | 40 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/sfntly/cpp/src/sfntly/math/ |
| D | font_math.h | 26 static int32_t Log2(int32_t a) { in Log2() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Alignment.h | 204 inline unsigned Log2(Align A) { return A.ShiftValue; } in Log2() function 208 inline unsigned Log2(MaybeAlign A) { in Log2() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/ |
| D | buddy.h | 79 static uint32_t Log2(uint64_t n) { in Log2() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | EmulatedIntrinsics.cpp | 159 RValue<Float> Log2(RValue<Float> x) in Log2() function 251 RValue<Float4> Log2(RValue<Float4> x) in Log2() function
|
| D | OptimalIntrinsics.cpp | 221 Float4 Log2(RValue<Float4> x) in Log2() function
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | MathTests.cpp | 51 TEST(Math, Log2) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsSEISelDAGToDAG.cpp | 637 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local 724 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
|
| /third_party/spirv-headers/include/spirv/1.2/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/spirv-headers/include/spirv/1.0/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/spirv-headers/include/spirv/1.1/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
| D | OpenCL.std.h | 70 Log2 = 38, enumerator
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | topk_lib.cuh | 20 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/ |
| D | addrcommon.h | 642 static inline UINT_32 Log2( in Log2() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/ |
| D | np_dtypes.cc | 475 struct Log2 { struct 476 T operator()(T a) { return T(std::log2(static_cast<float>(a))); } in operator ()()
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
| D | OpenCL.std.h | 74 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
| D | OpenCL.std.h | 74 Log2 = 38, enumerator
|
| /third_party/spirv-headers/include/spirv/unified1/ |
| D | OpenCL.std.h | 74 Log2 = 38, enumerator
|
| /third_party/mesa3d/src/compiler/spirv/ |
| D | OpenCL.std.h | 74 Log2 = 38, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 554 IntrinsicInst *Log2 = nullptr; in visitFMul() local
|