Searched refs:p_exp (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h377 LLVMValueRef *p_exp,
H A Dlp_bld_tgsi_action.c1627 LLVMValueRef p_exp; local in function:log_emit_cpu
1632 &p_exp, &p_floor_log2, &p_log2, FALSE);
1638 src0, p_exp);
H A Dlp_bld_arit.c3498 LLVMValueRef *p_exp,
3523 if(p_exp || p_floor_log2 || p_log2) {
3597 if (p_exp) {
3599 *p_exp = exp;
3496 lp_build_log2_approx(struct lp_build_context * bld,LLVMValueRef x,LLVMValueRef * p_exp,LLVMValueRef * p_floor_log2,LLVMValueRef * p_log2,boolean handle_edge_cases) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h376 LLVMValueRef *p_exp,
H A Dlp_bld_tgsi_action.c1627 LLVMValueRef p_exp; local in function:log_emit_cpu
1632 &p_exp, &p_floor_log2, &p_log2, FALSE);
1638 src0, p_exp);
H A Dlp_bld_arit.c3420 LLVMValueRef *p_exp,
3454 if(p_exp || p_floor_log2 || p_log2) {
3528 if (p_exp) {
3530 *p_exp = exp;
3418 lp_build_log2_approx(struct lp_build_context * bld,LLVMValueRef x,LLVMValueRef * p_exp,LLVMValueRef * p_floor_log2,LLVMValueRef * p_log2,boolean handle_edge_cases) argument

Completed in 20 milliseconds