Searched defs:mpfr_srcptr (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/mpfr/src/ |
H A D | gmp_op.c | 50 foo (mpfr_ptr x, mpfr_srcptr y, mpz_srcptr z, mpfr_rnd_t r, in foo() argument 67 foo2 (mpfr_ptr x, mpz_srcptr y, mpfr_srcptr z, mpfr_rnd_t r, in foo2() argument
|
H A D | mpfr.h | 205 typedef __gmp_const __mpfr_struct *mpfr_srcptr; typedef
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fold-const-call.c | 123 int (*func) (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t), in do_mpfr_arg1() argument 185 int (*func) (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t), in do_mpfr_arg2() argument 218 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument 248 int (*func) (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, in do_mpfr_arg3() argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtins.c | 8244 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_logarithm() argument 8583 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_exponent() argument 13643 do_mpfr_arg1 (tree arg, tree type, int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg1() argument 13688 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg2() argument 13733 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg3() argument 13852 int (*func)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_bessel_n() argument
|