Searched defs:log2 (Results 51 - 61 of 61) sorted by relevance
123
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 861 static double log2(double V) { in log2() function
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3113 LLVMValueRef log2 = lp_build_const_vec(bld->gallivm, bld->type, in lp_build_log() local 3130 LLVMValueRef log2 = lp_build_const_vec(bld->gallivm, bld->type, in lp_build_log_safe() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | ShaderCore.cpp | 1155 void ShaderCore::log2(Vector4f &dst, const Vector4f &src, bool pp) in log2() function in sw::ShaderCore
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 2911 unsigned int log2 = fls(mtu); in t3_load_mtus() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 2846 unsigned int log2 = fls(mtu); in t3_load_mtus() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 2887 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2< Signature<float, float> > >(x); } in log2() function 2890 ExprP<deFloat16> log2 (const ExprP<deFloat16>& x) { return app<Log2< Signature<deFloat16, deFloat16> > >(x); } in log2() function 2893 ExprP<double> log2 (const ExprP<double>& x) { return app<Log2< Signature<double, double> > >(x); } in log2() function
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsBuiltinPrecisionTests.cpp | 2196 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2>(x); } in log2() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderBuiltinPrecisionTests.cpp | 2860 ExprP<float> log2 (const ExprP<float>& x) { return app<Log2< Signature<float, float> > >(x); } in log2() function 2863 ExprP<deFloat16> log2 (const ExprP<deFloat16>& x) { return app<Log2< Signature<deFloat16, deFloat16> > >(x); } in log2() function 2866 ExprP<double> log2 (const ExprP<double>& x) { return app<Log2< Signature<double, double> > >(x); } in log2() function
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 5893 unsigned int log2 = fls(mtu); in t4_load_mtus() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 5863 unsigned int log2 = fls(mtu); in t4_load_mtus() local
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 5017 TIntermTyped* log2 = handleUnaryMath(loc, "log2", EOpLog2, arg0); in decomposeIntrinsic() local
|
Completed in 92 milliseconds
123