Searched refs:F_hi (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/ppc32/
H A Dround.c191 float F_hi = F_lo + denorm_small; local
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);
[all...]
/external/valgrind/none/tests/ppc64/
H A Dround.c191 float F_hi = F_lo + denorm_small; local
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);
[all...]

Completed in 106 milliseconds