Lines Matching defs:double
21 static int mpd1(struct t *s, double (*f)(double))
30 static int mpd2(struct t *s, double (*f)(double, double))
39 static int mpl1(struct t *s, long double (*f)(long double))
48 static int mpl2(struct t *s, long double (*f)(long double, long double))
57 static double sinpi(double x) { return sin(3.141592653589793238*x); }
62 OP(add,+,double)
64 OP(addl,+,long double)
65 OP(mul,*,double)
67 OP(mull,*,long double)
68 OP(div,/,double)
70 OP(divl,/,long double)
341 double y2;
374 double y, y2;