Searched refs:exp_bias (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | lower_instructions.cpp | 562 ir_constant *exp_bias = new(ir) ir_constant(1022, vec_elem); local in function:lower_instructions_visitor::dldexp_to_arith 593 i.insert_before(assign(extracted_biased_exp, add(frexp_exp, exp_bias))); |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | lower_instructions.cpp | 555 ir_constant *exp_bias = new(ir) ir_constant(1022, vec_elem); local in function:lower_instructions_visitor::dldexp_to_arith 586 i.insert_before(assign(extracted_biased_exp, add(frexp_exp, exp_bias))); |
Completed in 7 milliseconds