Lines Matching defs:d1
141 void call2a (char c, float f1, short s, double d1, int i, float f2, long l, double d2) in call2a()
146 void call2b (float f1, short s, double d1, int i, float f2, long l, double d2, char c) in call2b()
151 void call2c (short s, double d1, int i, float f2, long l, double d2, char c, float f1) in call2c()
156 void call2d (double d1, int i, float f2, long l, double d2, char c, float f1, short s) in call2d()
161 void call2e (int i, float f2, long l, double d2, char c, float f1, short s, double d1) in call2e()
166 void call2f (float f2, long l, double d2, char c, float f1, short s, double d1, int i) in call2f()
171 void call2g (long l, double d2, char c, float f1, short s, double d1, int i, float f2) in call2g()
176 void call2h (double d2, char c, float f1, short s, double d1, int i, float f2, long l) in call2h()
181 void call2i (char c1, float f1, char c2, char c3, double d1, char c4, char c5, char c6, float f2, s… in call2i()
217 void callcb (double _Complex d1, double _Complex d2, double _Complex d3) in callcb()
497 double call_with_trampolines (double d1) in call_with_trampolines()