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

/haiku-buildtools/legacy/gcc/gcc/config/
H A Dfloat-sh.h46 #undef DBL_DIG macro
47 #define DBL_DIG 6 macro
76 #undef DBL_DIG macro
77 #define DBL_DIG 15 macro
H A Dfloat-i128.h44 #undef DBL_DIG macro
45 #define DBL_DIG 15 macro
H A Dfloat-i32.h44 #undef DBL_DIG macro
45 #define DBL_DIG 6 macro
H A Dfloat-i64.h44 #undef DBL_DIG macro
45 #define DBL_DIG 15 macro
H A Dfloat-m68k.h45 #undef DBL_DIG macro
46 #define DBL_DIG 15 macro
H A Dfloat-vax.h44 #undef DBL_DIG macro
45 #define DBL_DIG 16 macro
H A Dfloat-i386.h45 #undef DBL_DIG macro
46 #define DBL_DIG 15 macro
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/cfloat/
H A Dvalues.cc24 double d1 = DBL_DIG;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc11-float-1.c59 #ifndef DBL_DIG
60 #error "DBL_DIG undefined"
H A Dc99-float-1.c59 #ifndef DBL_DIG
60 #error "DBL_DIG undefined"
H A Dc90-float-1.c59 #ifndef DBL_DIG
60 #error "DBL_DIG undefined"
/haiku-buildtools/gcc/gcc/ginclude/
H A Dfloat.h51 #undef DBL_DIG macro
54 #define DBL_DIG __DBL_DIG__ macro
/haiku-buildtools/legacy/gcc/libio/
H A Dfloatconv.c132 #define DBL_DIG 15 macro
1190 else if (nd <= DBL_DIG + 1)
1194 else if (nd <= DBL_DIG + 1)
1251 k = nd < DBL_DIG + 1 ? nd : DBL_DIG + 1;
1255 if (nd <= DBL_DIG
1271 i = DBL_DIG - nd;
/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.c1356 mantdigs = DBL_DIG;
1399 mantdigs = DBL_DIG;
1401 fractionwidth = DBL_DIG - 1;
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c1271 #ifdef DBL_DIG
1272 checktype(DBL_DIG, "DBL_DIG", Signed, int);
1274 fmissing("DBL_DIG");
1886 #ifdef DBL_DIG
1887 #define F_DIG DBL_DIG
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.xs1204 ndigits = DBL_DIG;

Completed in 214 milliseconds