Searched refs:signs (Results 1 – 5 of 5) sorted by relevance
235 /* Opposite signs, OK */247 /* signs did not mismatch, OK */
1584 /* For differing signs, the negative operand is less. */
3118 uint64_t signs = ones << (bits - 1); in do_match2() local3126 return (cmp0 | cmp1) & signs; in do_match2()
7374 uint64_t signs = ones << (bits - 1); in do_match2() local7382 return (cmp0 | cmp1) & signs; in do_match2()
116 # they are listed separated by plus signs, as in PCLMULQDQ+AVX.