Searched refs:frexp_exp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp545 /* See ldexp_to_arith for structure. Uses frexp_exp to extract the exponent
587 ir_expression *frexp_exp = expr(ir_unop_frexp_exp, x); local in function:lower_instructions_visitor::dldexp_to_arith
589 dfrexp_exp_to_arith(frexp_exp);
593 i.insert_before(assign(extracted_biased_exp, add(frexp_exp, exp_bias)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp538 /* See ldexp_to_arith for structure. Uses frexp_exp to extract the exponent
580 ir_expression *frexp_exp = expr(ir_unop_frexp_exp, x); local in function:lower_instructions_visitor::dldexp_to_arith
582 dfrexp_exp_to_arith(frexp_exp);
586 i.insert_before(assign(extracted_biased_exp, add(frexp_exp, exp_bias)));
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp1158 TEST_F(ComputeTest, frexp_exp)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4326 - nir: use generic float types for frexp_exp and frexp_sig
4327 - spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
4333 - radv: do not lower frexp_exp and frexp_sig

Completed in 15 milliseconds