Searched refs:expipart (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 | 3336 LLVMValueRef expipart = NULL; local in function:lp_build_exp2 3362 /* expipart = (float) (1 << ipart) */ 3363 expipart = LLVMBuildAdd(builder, ipart, 3365 expipart = LLVMBuildShl(builder, expipart, 3367 expipart = LLVMBuildBitCast(builder, expipart, vec_type, ""); 3372 res = LLVMBuildFMul(builder, expipart, expfpart, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3251 LLVMValueRef expipart = NULL; local in function:lp_build_exp2 3284 /* expipart = (float) (1 << ipart) */ 3285 expipart = LLVMBuildAdd(builder, ipart, 3287 expipart = LLVMBuildShl(builder, expipart, 3289 expipart = LLVMBuildBitCast(builder, expipart, vec_type, ""); 3294 res = LLVMBuildFMul(builder, expipart, expfpart, "");
|
Completed in 11 milliseconds