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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp652 ir_constant *point_five = add_expr->operands[1 - j]->as_constant(); local in function:ir_algebraic_visitor::handle_expression
653 if (!point_five || !point_five->is_value(0.5, 0))
658 mul(sign_expr, point_five)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp651 ir_constant *point_five = add_expr->operands[1 - j]->as_constant(); local in function:ir_algebraic_visitor::handle_expression
652 if (!point_five || !point_five->is_value(0.5, 0))
657 mul(sign_expr, point_five)));

Completed in 4 milliseconds