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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfloat_ieee754.h64 #define FLT_RADIX 2 /* b */ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dfloat.h53 #define FLT_RADIX 2 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h120 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
234 #define FLT_RADIX 2 macro
242 #define FLT_RADIX 16 macro
250 #define FLT_RADIX 2 macro
328 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
329 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
H A Dstrtod.c852 /* special case -- power of FLT_RADIX to be */
855 if (aadj < 2./FLT_RADIX)
856 aadj = 1./FLT_RADIX;
971 else if (aadj < .4999999/FLT_RADIX)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dfloat.h44 #define FLT_RADIX 2 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c173 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
305 #define FLT_RADIX 2 macro
312 #define FLT_RADIX 16 macro
320 #define FLT_RADIX 2 macro
399 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
400 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
2326 /* special case -- power of FLT_RADIX to be */
2329 if (aadj < 2./FLT_RADIX)
2330 aadj = 1./FLT_RADIX;
2445 else if (aadj < .4999999/FLT_RADIX)
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dtrionan.c97 * o FLT_RADIX == 2: binary encoding
106 #if (FLT_RADIX == 2) && (DBL_MAX_EXP == 1024) && (DBL_MANT_DIG == 53)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c666 #define D_MANT_DIG "Number of base-FLT_RADIX digits in the significand of a %s"
668 #define D_MIN_EXP "Minimum int x such that FLT_RADIX**(x-1) is a normalised %s"
670 #define D_MAX_EXP "Maximum int x such that FLT_RADIX**(x-1) is a representable %s"
768 int flt_radix; /* The calculated value of FLT_RADIX */
1663 #ifdef FLT_RADIX
1664 checktype(FLT_RADIX, "FLT_RADIX", Signed, int);
1666 fmissing("FLT_RADIX");
2246 #ifdef FLT_RADIX
2247 #define F_RADIX FLT_RADIX
[all...]

Completed in 68 milliseconds