Home
last modified time | relevance | path

Searched refs:DECIMAL_DIG (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dcfloat34 #ifndef DECIMAL_DIG
35 #define DECIMAL_DIG __DECIMAL_DIG__
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcfloat34 #ifndef DECIMAL_DIG
35 #define DECIMAL_DIG __DECIMAL_DIG__
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dfloat.h156 #undef DECIMAL_DIG
157 #define DECIMAL_DIG __DECIMAL_DIG__ macro
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcfloat48 # ifndef DECIMAL_DIG
49 # define DECIMAL_DIG __DECIMAL_DIG__
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcfloat52 # ifndef DECIMAL_DIG
53 # define DECIMAL_DIG __DECIMAL_DIG__
/dragonfly/include/
H A Dfloat.h50 #define DECIMAL_DIG 21 /* max precision in decimal digits */ macro