Lines Matching full:double
11 double fres;
32 static ULong double_as_ULong ( double d )
34 union { double dd; ULong ll; } u;
121 static Result insn_##name ( double arg1, double arg2, double arg3 ) \
124 /* 0 */ double a1; \
125 /* 8 */ double a2; \
126 /* 16 */ double a3; \
127 /* 24 */ double res; \
263 Result(*f)(double,double,double),
264 double a1,
284 Result(*f)(double,double,double),
285 double a1, double a2,
306 Result(*f)(double,double,double),
307 double a1, double a2, double a3,
329 Result(*f)(double,double,double),
330 double* args,
341 Result(*f)(double,double,double),
342 double* args,
355 Result(*f)(double,double,double),
356 double* args,
377 double* args = malloc(nargs * sizeof(double));
378 double* macArgs = malloc(nMacArgs * sizeof(double));