Searched refs:from_sign (Results 1 – 2 of 2) sorted by relevance
1275 uint16_t from_sign = from_as_int & sign_mask; in operator ()() local1280 (from_abs > to_abs || from_sign != to_sign) ? 0xFFFF : 0x0001; in operator ()()
1392 auto from_sign = And(from_as_int, ScalarLike(from_as_int, sign_mask)); in NextAfter() local1411 auto signs_disagree = Ne(from_sign, to_sign); in NextAfter()