Searched defs:sincosf_sinf (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp_wrappers.h11 static float sincosf_sinf(float x) {(void)cosf(x); return sinf(x);} function
H A Dmathtest.c201 static float sincosf_sinf(float x) { float s,c; sincosf(x, &s, &c); return s; } function

Completed in 60 milliseconds