Searched refs:sincos_mpfr_cos (Results 1 - 1 of 1) sorted by relevance
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 224 static int sincos_mpfr_cos(mpfr_t y, const mpfr_t x, mpfr_rnd_t r) { mpfr_sin(y,x,r); return mpfr_cos(y,x,r); } in sincos_mpfr_cos() function 328 F (sincosf_cosf, sincosf_cosf, sincos_cos, sincos_mpfr_cos, 1, 1, f1, 0)
|
Completed in 2 milliseconds