Lines Matching refs:TO_MINUS_INFINITY
37 TO_NEAREST=0, TO_ZERO, TO_PLUS_INFINITY, TO_MINUS_INFINITY } round_mode_t;
123 case TO_MINUS_INFINITY:
226 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo);
227 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_lo, &F_lo);
347 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_lo, &pos_flt_lo);
348 status |= check_int_to_flt_round(TO_MINUS_INFINITY, int24_hi, &pos_flt_lo);
356 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_lo, &neg_flt_hi);
357 status |= check_int_to_flt_round(TO_MINUS_INFINITY, -int24_hi, &neg_flt_hi);
379 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_lo, &pos_dbl_lo);
380 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, long55_hi, &pos_dbl_lo);
388 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_lo, &neg_dbl_hi);
389 status |= check_long_to_dbl_round(TO_MINUS_INFINITY, -long55_hi, &neg_dbl_hi);
423 for (mode = TO_NEAREST; mode <= TO_MINUS_INFINITY; mode++)
463 case TO_MINUS_INFINITY:
594 for (mode = TO_NEAREST; mode <= TO_MINUS_INFINITY; mode++)
739 case TO_MINUS_INFINITY:
925 for (mode = TO_NEAREST; mode <= TO_MINUS_INFINITY; mode++)
1090 case TO_MINUS_INFINITY: