Home | History | Annotate | Download | only in src

Lines Matching full:double

37  * A union which permits us to convert between a double and two 32 bit
45 double value;
59 double value;
69 /* Get two 32 bit ints from a double. */
79 /* Get the more significant 32 bit int from a double. */
88 /* Get the less significant 32 bit int from a double. */
97 /* Set a double from two 32 bit ints. */
107 /* Set the more significant 32 bits of a double from an int. */
117 /* Set the less significant 32 bits of a double from an int. */
178 static __inline double complex
179 cpack(double x, double y)
181 double complex z;
188 static __inline long double complex
189 cpackl(long double x, long double y)
191 long double complex z;
260 int __ieee754_rem_pio2(double,double*);
261 double __kernel_sin(double,double,int);
262 double __kernel_cos(double,double);
263 double __kernel_tan(double,double,int);
264 int __kernel_rem_pio2(double*,double*,int,int,int,const int*);
268 float __kernel_sindf(double);
269 float __kernel_cosdf(double);
270 float __kernel_tandf(double,int);