Home | History | Annotate | Download | only in libffi.call

Lines Matching full:double

12 static double floating_1(float a, double b, long double c)
14 return (double) a + b + (double) c;
17 static double floating_2(long double a, double b, float c)
19 return (double) a + b + (double) c;
27 double rd;
30 double d;
31 long double ld;
45 d = (double)1.0/(double)3.0;