Searched refs:to_abs (Results 1 – 2 of 2) sorted by relevance
1379 auto to_abs = And(to_as_int, ScalarLike(to_as_int, ~sign_mask)); in NextAfter() local1389 auto to_is_zero = Eq(to_abs, ZerosLike(to_abs)); in NextAfter()1412 auto from_magnitude_larger_than_to = Gt(from_abs, to_abs); in NextAfter()
1278 uint16_t to_abs = to_as_int & ~sign_mask; in operator ()() local1280 (from_abs > to_abs || from_sign != to_sign) ? 0xFFFF : 0x0001; in operator ()()