Home
last modified time | relevance | path

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 DAMDGPULibCalls.cpp861 static double log2(double V) { in log2() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3113 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 DShaderCore.cpp1155 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 Dt3_hw.c2911 unsigned int log2 = fls(mtu); in t3_load_mtus() local
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2846 unsigned int log2 = fls(mtu); in t3_load_mtus() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2887 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 DglsBuiltinPrecisionTests.cpp2196 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 DvktShaderBuiltinPrecisionTests.cpp2860 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 Dt4_hw.c5893 unsigned int log2 = fls(mtu); in t4_load_mtus() local
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5863 unsigned int log2 = fls(mtu); in t4_load_mtus() local
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp5017 TIntermTyped* log2 = handleUnaryMath(loc, "log2", EOpLog2, arg0); in decomposeIntrinsic() local

Completed in 92 milliseconds

123