Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/
H A Drunulp.sh116 t sincosf_sinf 0 0xffff0000 10000
117 t sincosf_sinf 0x1p-14 0x1p54 50000
118 t sincosf_sinf -0x1p-14 -0x1p54 50000
H A Dulp.c218 static float sincosf_sinf(float x) {(void)cosf(x); return sinf(x);} in sincosf_sinf() function
327 F (sincosf_sinf, sincosf_sinf, sincos_sin, sincos_mpfr_sin, 1, 1, f1, 0)
H A Dmathtest.c200 static float sincosf_sinf(float x) { float s,c; sincosf(x, &s, &c); return s; } in sincosf_sinf() function
221 TFUNCARM(at_s,rt_s, sincosf_sinf, 3*ULPUNIT/4),

Completed in 5 milliseconds