Home | History | Annotate | Download | only in ppc64

Lines Matching refs:F_lo

190 	float F_lo = *base;
191 float F_hi = F_lo + denorm_small;
196 ** ^F_lo ^ ^ ^
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.
209 print_single("F_lo", &F_lo);
215 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo);
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));
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);