OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_hi
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/ppc32/
round.c
178
float
F_hi
= F_lo + denorm_small;
186
**
F_hi
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
.
197
print_single("
F_hi
", &
F_hi
);
201
status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &
F_hi
);
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 : &
F_hi
));
209
status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &
F_hi
);
[
all
...]
/external/valgrind/main/none/tests/ppc64/
round.c
178
float
F_hi
= F_lo + denorm_small;
186
**
F_hi
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
.
197
print_single("
F_hi
", &
F_hi
);
201
status |= check_dbl_to_flt_round(TO_NEAREST, D_hi, &
F_hi
);
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 : &
F_hi
));
209
status |= check_dbl_to_flt_round(TO_PLUS_INFINITY, D_hi, &
F_hi
);
[
all
...]
Completed in 111 milliseconds