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

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

Completed in 2 milliseconds