Lines Matching full:double
67 #define _Mdouble_ double
81 instead of `double' and appending f to each function name. */
105 extern float __nldbl_nexttowardf (float __x, long double __y)
108 extern float __REDIRECT_NTH (nexttowardf, (float __x, long double __y),
111 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
113 extern long double __REDIRECT_NTH (nexttowardl,
114 (long double __x, long double __y),
119 /* Include the file of declarations again, this time using `long double'
120 instead of `double' and appending l to each function name. */
131 # define _Mlong_double_ long double
169 double_t floating-point type at least as wide as `double' used
170 to evaluate `double' expressions
174 0 if `float_t' is `float' and `double_t' is `double'
175 1 if `float_t' and `double_t' are `double'
176 2 if `float_t' and `double_t' are `long double'
220 : sizeof (x) == sizeof (double) \
232 : sizeof (x) == sizeof (double) \
244 : sizeof (x) == sizeof (double) \
260 : sizeof (x) == sizeof (double) \
272 : sizeof (x) == sizeof (double) \
314 double arg1;
315 double arg2;
316 double retval;
365 /* The above constants are not adequate for computation using `long double's.