Lines Matching +defs:gen +defs:y
99 struct gen struct
101 uint64_t start;
102 uint64_t len;
103 uint64_t start2;
104 uint64_t len2;
105 uint64_t off;
106 uint64_t step;
107 uint64_t cnt;
135 float y; member
144 double y; member
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()
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()
645 cmp (const struct fun *f, struct gen *gen, const struct conf *conf) in cmp()
773 struct gen gen; in main() local