Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp330 /* See ldexp_to_arith for structure. Uses frexp_exp to extract the exponent in dldexp_to_arith()
372 ir_expression *frexp_exp = expr(ir_unop_frexp_exp, x); in dldexp_to_arith() local
374 dfrexp_exp_to_arith(frexp_exp); in dldexp_to_arith()
378 i.insert_before(assign(extracted_biased_exp, add(frexp_exp, exp_bias))); in dldexp_to_arith()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp1152 TEST_F(ComputeTest, frexp_exp) in TEST_F()

Completed in 7 milliseconds