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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp130 bool ys1_negate = ys[1].file == IMM ? ys[1].f < 0.0f local in function:operands_match
148 ys[1].negate = ys[1].file == IMM ? false : ys1_negate;
152 *negate = (xs0_negate != xs1_negate) != (ys0_negate != ys1_negate);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp131 bool ys1_negate = ys[1].file == IMM ? ys[1].f < 0.0f local in function:operands_match
149 ys[1].negate = ys[1].file == IMM ? false : ys1_negate;
153 *negate = (xs0_negate != xs1_negate) != (ys0_negate != ys1_negate);

Completed in 3 milliseconds