Home | History | Annotate | Download | only in ppc32

Lines Matching refs:D_hi

188 	double D_hi = (double)*base + half + qtr;
198 ** D_hi
201 ** denorm_small distance apart. D_lo and D_hi are two numbers
208 print_double("D_hi", D_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);
226 status |= check_dbl_to_flt_round(TO_MINUS_INFINITY, D_hi, &F_lo);