Searched refs:x_abs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2959 LLVMValueRef x_abs = LLVMBuildBitCast(b, absi, bld->vec_type, "x_abs"); local in function:lp_build_sin_or_cos 2967 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); 3042 LLVMValueRef x_1 = lp_build_fmuladd(b, y_2, DP1, x_abs);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2848 LLVMValueRef x_abs = LLVMBuildBitCast(b, absi, bld->vec_type, "x_abs"); local in function:lp_build_sin_or_cos 2856 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); 2931 LLVMValueRef x_1 = lp_build_fmuladd(b, y_2, DP1, x_abs);
|
Completed in 10 milliseconds