Lines Matching defs:DOUBLE
24 extern int rpl_isnanl (long double x) _GL_ATTRIBUTE_CONST;
27 extern int rpl_isnand (double x);
40 # define DOUBLE long double
52 # define DOUBLE double
64 # define DOUBLE float
79 ((sizeof (DOUBLE) + sizeof (unsigned int) - 1) / sizeof (unsigned int))
80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double;
94 FUNC (DOUBLE x)
141 static DOUBLE zero = L_(0.0);
143 DOUBLE plus_inf = L_(1.0) / zero;
144 DOUBLE minus_inf = -L_(1.0) / zero;
148 static DOUBLE plus_inf = L_(1.0) / L_(0.0);
149 static DOUBLE minus_inf = -L_(1.0) / L_(0.0);