Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dsin_cos.c470 mpfr_prec_t prec_s, sh; in sincos_aux() local
477 prec_s = MPFR_PREC(s); in sincos_aux()
499 for (sh = 1, j = 0; mpfr_cmp_ui (x2, 0) != 0 && sh <= prec_s; sh <<= 1, j++) in sincos_aux()
501 if (sh > prec_s / 2) /* sin(x) = x + O(x^3), cos(x) = 1 + O(x^2) */ in sincos_aux()
520 l2 = sin_bs_aux (Q2, S2, C2, y, 2 * sh - 1, prec_s); in sincos_aux()
548 l += reduce (Q, Q, prec_s); in sincos_aux()
550 l -= reduce2 (S, C, prec_s); in sincos_aux()