Searched refs:FOPi (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2056 LLVMValueRef FOPi = lp_build_const_vec(gallivm, bld->type, 1.27323954473516); in lp_build_sin() local 2057 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_sin() 2268 LLVMValueRef FOPi = lp_build_const_vec(gallivm, bld->type, 1.27323954473516); in lp_build_cos() local 2269 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_cos()
|