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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c2473 #define F_ROUNDS f_rounds
2779 i, f_radix, iexp, irnd, mrnd, f_rounds, f_mant_dig, local
2865 f_rounds= -1; /* Unknown rounding */
2866 if (irnd==0 && mrnd==0) f_rounds=0; /* zero = chops */
2867 if (irnd==1 && mrnd==1) f_rounds=1; /* nearest */
2868 if (irnd==2 && mrnd==0) f_rounds=2; /* +inf */
2869 if (irnd==0 && mrnd==2) f_rounds=3; /* -inf */
2871 if (f_rounds != -1) {
2873 switch (f_rounds) {
2895 if (f_radix == 2 && f_rounds
[all...]

Completed in 88 milliseconds