Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/
H A Dulp.c219 static float sincosf_cosf(float x) {(void)sinf(x); return cosf(x);} in sincosf_cosf() function
H A Dmathtest.c201 static float sincosf_cosf(float x) { float s,c; sincosf(x, &s, &c); return c; } in sincosf_cosf() function

Completed in 5 milliseconds