Searched refs:sincos_aux (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dsin_cos.c454 sincos_aux (mpfr_t s, mpfr_t c, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
583 w += MPFR_INT_CEIL_LOG2(w) + 9; /* ensures w >= 10 (needed by sincos_aux) */
590 /* if 0 < x <= Pi/4, we can call sincos_aux directly */
593 err = sincos_aux (ts, tc, x, MPFR_RNDN);
600 err = sincos_aux (ts, tc, x_red, MPFR_RNDN);
627 err = sincos_aux (ts, tc, x_red, MPFR_RNDN);

Completed in 49 milliseconds