Home
last modified time | relevance | path

Searched refs:more_bits (Results 1 – 1 of 1) sorted by relevance

/math/
A Dfromfp.h55 fromfp_round (bool negative, uintmax_t x, bool half_bit, bool more_bits, in fromfp_round() argument
61 return x + (!negative && (half_bit || more_bits)); in fromfp_round()
64 return x + (negative && (half_bit || more_bits)); in fromfp_round()
76 return x + (half_bit && ((x & 1) || more_bits)); in fromfp_round()
152 bool more_bits, int round, int exponent, in fromfp_round_and_return() argument
155 uintmax_t uret = fromfp_round (negative, x, half_bit, more_bits, round); in fromfp_round_and_return()
159 if (INEXACT && (half_bit || more_bits)) in fromfp_round_and_return()

Completed in 3 milliseconds