Searched refs:logexp (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 | 3517 LLVMValueRef logexp = NULL; local in function:lp_build_log2_approx 3546 logexp = LLVMBuildLShr(builder, exp, lp_build_const_int_vec(bld->gallivm, type, 23), ""); 3547 logexp = LLVMBuildSub(builder, logexp, lp_build_const_int_vec(bld->gallivm, type, 127), ""); 3548 logexp = LLVMBuildSIToFP(builder, logexp, vec_type, ""); 3570 /* y * P(z) + logexp */ 3571 res = lp_build_mad(bld, y, p_z, logexp); 3603 *p_floor_log2 = logexp;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3439 LLVMValueRef logexp = NULL; local in function:lp_build_log2_approx 3477 logexp = LLVMBuildLShr(builder, exp, lp_build_const_int_vec(bld->gallivm, type, 23), ""); 3478 logexp = LLVMBuildSub(builder, logexp, lp_build_const_int_vec(bld->gallivm, type, 127), ""); 3479 logexp = LLVMBuildSIToFP(builder, logexp, vec_type, ""); 3501 /* y * P(z) + logexp */ 3502 res = lp_build_mad(bld, y, p_z, logexp); 3534 *p_floor_log2 = logexp;
|
Completed in 10 milliseconds