Searched refs:MPFR_GROUP_INIT_2 (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | tanh.c | 90 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 D | tan.c | 69 MPFR_GROUP_INIT_2 (group, m, s, c); in mpfr_tan()
|
H A D | cosh.c | 86 MPFR_GROUP_INIT_2 (group, Nt, t, te); in mpfr_cosh()
|
H A D | gamma_inc.c | 190 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 D | log.c | 119 MPFR_GROUP_INIT_2 (group, p, tmp1, tmp2); in mpfr_log()
|
H A D | sinh.c | 88 MPFR_GROUP_INIT_2 (group, Nt, t, ti); in mpfr_sinh()
|
H A D | const_log2.c | 129 MPFR_GROUP_INIT_2(group, w, t, q); in mpfr_const_log2_internal()
|
H A D | log_ui.c | 153 MPFR_GROUP_INIT_2(group, w, t, q); in mpfr_log_ui()
|
H A D | cos.c | 192 MPFR_GROUP_INIT_2 (group, m, r, s); in mpfr_cos()
|
H A D | beta.c | 265 MPFR_GROUP_INIT_2 (group, prec, tmp, tmp2); in mpfr_beta()
|
H A D | exp_2.c | 169 MPFR_GROUP_INIT_2(group, q + error_r, r, s); in mpfr_exp_2()
|
H A D | zeta.c | 139 MPFR_GROUP_INIT_2 (group, MPFR_PREC (sum), u, s1); in mpfr_zeta_part_a()
|
H A D | sin_cos.c | 600 MPFR_GROUP_INIT_2(group, w, ts, tc); in mpfr_sincos_fast()
|
H A D | lngamma.c | 96 MPFR_GROUP_INIT_2 (group, MPFR_PREC (y), t1, t2); in mpfr_explgamma()
|
H A D | mpfr-impl.h | 2314 #define MPFR_GROUP_INIT_2(g, prec, x, y) \ macro
|