Searched refs:negative (Results 1 – 6 of 6) sorted by relevance
/stdlib/ |
A D | tst-strfmon_l.c | 66 struct testcase negative; /* -1234567.89 */ member 118 double negative = -1234567.89; in test_pair() local 120 test_one ("%i", negative, "%Li", neg, pair->negative.i); in test_pair() 121 test_one ("%n", negative, "%Ln", neg, pair->negative.n); in test_pair() 122 test_one ("%^i", negative, "%^Li", neg, pair->negative.i_ungrouped); in test_pair() 123 test_one ("%^n", negative, "%^Ln", neg, pair->negative.n_ungrouped); in test_pair()
|
A D | mpn2dbl.c | 26 __mpn_construct_double (mp_srcptr frac_ptr, int expt, int negative) in __mpn_construct_double() argument
|
A D | mpn2flt.c | 26 __mpn_construct_float (mp_srcptr frac_ptr, int expt, int negative) in __mpn_construct_float() argument
|
A D | strtod_l.c | 189 overflow_value (int negative) in overflow_value() argument 201 underflow_value (int negative) in underflow_value() 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() 602 negative = 0; in ____STRTOF_INTERNAL() 616 negative = 1; 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() [all …]
|
A D | erand48_r.c | 36 temp.ieee.negative = 0; in __erand48_r()
|
A D | strtol_l.c | 226 int negative; in INTERNAL() local 297 negative = 0; in INTERNAL() 300 negative = 1; in INTERNAL() 489 && i > (negative in INTERNAL() 501 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX; in INTERNAL() 506 return negative ? -i : i; in INTERNAL()
|
Completed in 18 milliseconds