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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfloat_ieee754.h51 #ifndef FLT_ROUNDS
55 #define FLT_ROUNDS __flt_rounds() macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dfloat.h54 #define FLT_ROUNDS 1 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dfloat.h45 #define FLT_ROUNDS 1 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h101 * #define Check_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3.
120 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
358 #ifdef FLT_ROUNDS
359 #define Flt_Rounds FLT_ROUNDS
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c767 int flt_rounds; /* The calculated value of FLT_ROUNDS */
1678 #ifdef FLT_ROUNDS
1679 checktype(FLT_ROUNDS, "FLT_ROUNDS", Signed, int);
1681 fmissing("FLT_ROUNDS");
2255 #ifdef FLT_ROUNDS
2256 #define F_ROUNDS FLT_ROUNDS
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c151 * #define Honor_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3
153 * #define Check_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3
173 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
331 * MacOS 10.2 defines the macro FLT_ROUNDS to an internal function
337 #undef FLT_ROUNDS macro
338 #define FLT_ROUNDS 1 macro
435 #ifdef FLT_ROUNDS
436 #define Flt_Rounds FLT_ROUNDS
1829 /* round correctly FLT_ROUNDS = 2 or 3 */
1845 /* round correctly FLT_ROUNDS
[all...]

Completed in 1880 milliseconds