Lines Matching defs:f
28 asuint64 (double f) in asuint64()
32 double f; in asuint64() member
44 double f; in asdouble() member
50 asuint (float f) in asuint()
54 float f; in asuint() member
66 float f; in asfloat() member
386 call_f1 (const struct fun *f, struct args_f1 a, const struct conf *conf) in call_f1()
395 call_f2 (const struct fun *f, struct args_f2 a, const struct conf *conf) in call_f2()
405 call_d1 (const struct fun *f, struct args_d1 a, const struct conf *conf) in call_d1()
414 call_d2 (const struct fun *f, struct args_d2 a, const struct conf *conf) in call_d2()
423 call_long_f1 (const struct fun *f, struct args_f1 a) in call_long_f1()
428 call_long_f2 (const struct fun *f, struct args_f2 a) in call_long_f2()
433 call_long_d1 (const struct fun *f, struct args_d1 a) in call_long_d1()
438 call_long_d2 (const struct fun *f, struct args_d2 a) in call_long_d2()
443 printcall_f1 (const struct fun *f, struct args_f1 a) in printcall_f1()
448 printcall_f2 (const struct fun *f, struct args_f2 a) in printcall_f2()
453 printcall_d1 (const struct fun *f, struct args_d1 a) in printcall_d1()
458 printcall_d2 (const struct fun *f, struct args_d2 a) in printcall_d2()
463 printgen_f1 (const struct fun *f, struct gen *gen) in printgen_f1()
469 printgen_f2 (const struct fun *f, struct gen *gen) in printgen_f2()
476 printgen_d1 (const struct fun *f, struct gen *gen) in printgen_d1()
482 printgen_d2 (const struct fun *f, struct gen *gen) in printgen_d2()
489 #define reduce_f1(a, f, op) (f (a.x)) argument
490 #define reduce_f2(a, f, op) (f (a.x) op f (a.x2)) argument
491 #define reduce_d1(a, f, op) (f (a.x)) argument
492 #define reduce_d2(a, f, op) (f (a.x) op f (a.x2)) argument
541 call_mpfr_f1 (mpfr_t y, const struct fun *f, struct args_f1 a, mpfr_rnd_t r) in call_mpfr_f1()
548 call_mpfr_f2 (mpfr_t y, const struct fun *f, struct args_f2 a, mpfr_rnd_t r) in call_mpfr_f2()
557 call_mpfr_d1 (mpfr_t y, const struct fun *f, struct args_d1 a, mpfr_rnd_t r) in call_mpfr_d1()
564 call_mpfr_d2 (mpfr_t y, const struct fun *f, struct args_d2 a, mpfr_rnd_t r) in call_mpfr_d2()
639 for (const struct fun *f = fun; f->name; f++) in usage() local
645 cmp (const struct fun *f, struct gen *gen, const struct conf *conf) in cmp()
714 parsegen (struct gen *g, int argc, char *argv[], const struct fun *f) in parsegen()
772 const struct fun *f; in main() local