HomeSort by: relevance | last modified time | path
    Searched refs:__kernel_cospil (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/ld128/
s_cospil.c 59 return (__kernel_cospil(ax));
69 c = -__kernel_cospil(1 - ax);
79 c = ar == 0 ? 1 : __kernel_cospil(ar);
88 c = -__kernel_cospil(1 - ar);
k_cospil.h 32 __kernel_cospil(long double x) function in typeref:typename:long double
s_sinpil.c 71 s = __kernel_cospil(0.5 - ax);
73 s = __kernel_cospil(ax - 0.5);
90 s = __kernel_cospil(0.5 - ar);
93 s = __kernel_cospil(ar - 0.5);
  /src/lib/libm/ld80/
k_cospil.h 32 __kernel_cospil(long double x) function in typeref:typename:long double
s_cospil.c 65 RETURNI(__kernel_cospil(ax));
75 c = -__kernel_cospil(1 - ax);
86 c = ix == 0 ? 1 : __kernel_cospil(ax);
96 c = -__kernel_cospil(1 - ax);
s_sinpil.c 79 s = __kernel_cospil(0.5 - ax);
81 s = __kernel_cospil(ax - 0.5);
99 s = __kernel_cospil(0.5 - ax);
103 s = __kernel_cospil(ax - 0.5);

Completed in 17 milliseconds