Lines Matching refs:negative
147 extern FLOAT MPN2FLOAT (mp_srcptr mpn, int exponent, int negative);
189 overflow_value (int negative) in overflow_value() argument
192 FLOAT result = math_narrow_eval ((negative ? -MAX_VALUE : MAX_VALUE) in overflow_value()
201 underflow_value (int negative) in underflow_value() argument
204 FLOAT result = math_narrow_eval ((negative ? -MIN_VALUE : MIN_VALUE) in underflow_value()
213 round_and_return (mp_limb_t *retval, intmax_t exponent, int negative, in round_and_return() argument
221 return underflow_value (negative); in round_and_return()
269 if (round_away (negative, in round_and_return()
320 if (round_away (negative, in round_and_return()
348 return overflow_value (negative); in round_and_return()
355 return MPN2FLOAT (retval, exponent, negative); in round_and_return()
509 int negative; /* The sign of the number. */ in ____STRTOF_INTERNAL() local
602 negative = 0; in ____STRTOF_INTERNAL()
616 negative = 1; in ____STRTOF_INTERNAL()
654 return negative ? -FLOAT_HUGE_VAL : FLOAT_HUGE_VAL; in ____STRTOF_INTERNAL()
681 return negative ? -retval : retval; in ____STRTOF_INTERNAL()
765 RETURN (negative ? -0.0 : 0.0, in ____STRTOF_INTERNAL()
825 RETURN (negative ? -0.0 : 0.0, tp); in ____STRTOF_INTERNAL()
980 result = negative ? -0.0 : 0.0; in ____STRTOF_INTERNAL()
985 ? underflow_value (negative) in ____STRTOF_INTERNAL()
986 : overflow_value (negative)); in ____STRTOF_INTERNAL()
1046 return negative ? -0.0 : 0.0; in ____STRTOF_INTERNAL()
1153 return round_and_return (retval, exponent, negative, val, in ____STRTOF_INTERNAL()
1165 return round_and_return (retval, exponent, negative, 0, 0, 0); in ____STRTOF_INTERNAL()
1181 return overflow_value (negative); in ____STRTOF_INTERNAL()
1193 return underflow_value (negative); in ____STRTOF_INTERNAL()
1254 return overflow_value (negative); in ____STRTOF_INTERNAL()
1286 return round_and_return (retval, bits - 1, negative, in ____STRTOF_INTERNAL()
1325 return round_and_return (retval, bits - 1, negative, 0, 0, 0); in ____STRTOF_INTERNAL()
1542 return round_and_return (retval, exponent - 1, negative, in ____STRTOF_INTERNAL()
1635 return round_and_return (retval, exponent - 1, negative, in ____STRTOF_INTERNAL()
1762 return round_and_return (retval, exponent - 1, negative, in ____STRTOF_INTERNAL()