Home
last modified time | relevance | path

Searched defs:sincosf_cosf (Results 1 – 2 of 2) sorted by relevance

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