Home
last modified time | relevance | path

Searched refs:MPFR_GROUP_INIT_2 (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dtanh.c90 MPFR_GROUP_INIT_2 (group, MPFR_PREC_MIN, t, te); in mpfr_tanh()
108 MPFR_GROUP_INIT_2 (group, Nt, t, te); in mpfr_tanh()
H A Dtan.c69 MPFR_GROUP_INIT_2 (group, m, s, c); in mpfr_tan()
H A Dcosh.c86 MPFR_GROUP_INIT_2 (group, Nt, t, te); in mpfr_cosh()
H A Dgamma_inc.c190 MPFR_GROUP_INIT_2(group, w, s, t); in mpfr_gamma_inc()
372 MPFR_GROUP_INIT_2(group, w, s, t); in mpfr_gamma_inc_negint()
H A Dlog.c119 MPFR_GROUP_INIT_2 (group, p, tmp1, tmp2); in mpfr_log()
H A Dsinh.c88 MPFR_GROUP_INIT_2 (group, Nt, t, ti); in mpfr_sinh()
H A Dconst_log2.c129 MPFR_GROUP_INIT_2(group, w, t, q); in mpfr_const_log2_internal()
H A Dlog_ui.c153 MPFR_GROUP_INIT_2(group, w, t, q); in mpfr_log_ui()
H A Dcos.c192 MPFR_GROUP_INIT_2 (group, m, r, s); in mpfr_cos()
H A Dbeta.c265 MPFR_GROUP_INIT_2 (group, prec, tmp, tmp2); in mpfr_beta()
H A Dexp_2.c169 MPFR_GROUP_INIT_2(group, q + error_r, r, s); in mpfr_exp_2()
H A Dzeta.c139 MPFR_GROUP_INIT_2 (group, MPFR_PREC (sum), u, s1); in mpfr_zeta_part_a()
H A Dsin_cos.c600 MPFR_GROUP_INIT_2(group, w, ts, tc); in mpfr_sincos_fast()
H A Dlngamma.c96 MPFR_GROUP_INIT_2 (group, MPFR_PREC (y), t1, t2); in mpfr_explgamma()
H A Dmpfr-impl.h2314 #define MPFR_GROUP_INIT_2(g, prec, x, y) \ macro