HomeSort by: relevance | last modified time | path
    Searched defs:__kernel_cospif (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
s_cospif.c 42 #define __kernel_cospif(x) (__kernel_cosdf(M_PI * (x))) macro
64 return (__kernel_cospif(ax));
74 c = -__kernel_cospif(1 - ax);
85 c = ix == 0 ? 1 : __kernel_cospif(ax);
94 c = -__kernel_cospif(1 - ax);
s_sinpif.c 44 #define __kernel_cospif(x) (__kernel_cosdf(M_PI * (x))) macro
81 s = __kernel_cospif(0.5F - ax);
83 s = __kernel_cospif(ax - 0.5F);
101 s = __kernel_cospif(0.5F - ax);
104 s = __kernel_cospif(ax - 0.5F);

Completed in 12 milliseconds