Home | History | Annotate | Download | only in ppc64

Lines Matching defs:F_hi

181 	float F_hi = F_lo + denorm_small;
189 ** F_hi
190 ** F_lo and F_hi are two consecutive single float model numbers
193 ** and will be rounded to either F_lo or F_hi.
200 print_single("F_hi", &F_hi);
204 status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &F_hi);
208 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
209 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo : &F_hi));
212 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &F_hi);
213 status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_lo, &F_hi);