Lines Matching defs:F_hi
191 float F_hi = F_lo + denorm_small;
199 ** F_hi
200 ** F_lo and F_hi are two consecutive single float model numbers
203 ** and will be rounded to either F_lo or F_hi.
210 print_single("F_hi", &F_hi);
214 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
218 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
219 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
222 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi);
223 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi);