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

/external/valgrind/main/none/tests/ppc32/
H A Dround.c177 float F_lo = *base; local
178 float F_hi = F_lo + denorm_small;
183 ** ^F_lo ^ ^ ^
187 ** F_lo and F_hi are two consecutive single float model numbers
190 ** and will be rounded to either F_lo or F_hi.
196 print_single("F_lo", &F_lo);
202 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo);
205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c177 float F_lo = *base; local
178 float F_hi = F_lo + denorm_small;
183 ** ^F_lo ^ ^ ^
187 ** F_lo and F_hi are two consecutive single float model numbers
190 ** and will be rounded to either F_lo or F_hi.
196 print_single("F_lo", &F_lo);
202 status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &F_lo);
205 status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &F_lo : &F_hi));
206 status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &F_lo
[all...]

Completed in 50 milliseconds