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

  /src/lib/libm/ld128/
s_cospil.c 63 c = __kernel_sinpil(0.5 - ax);
67 c = -__kernel_sinpil(ax - 0.5);
81 c = __kernel_sinpil(0.5 - ar);
86 c = -__kernel_sinpil(ar - 0.5);
k_sinpil.h 32 __kernel_sinpil(long double x) function in typeref:typename:long double
s_sinpil.c 66 s = __kernel_sinpil(ax);
75 s = __kernel_sinpil(1 - ax);
88 s = __kernel_sinpil(ar);
95 s = __kernel_sinpil(1 - ar);
  /src/lib/libm/ld80/
k_sinpil.h 32 __kernel_sinpil(long double x) function in typeref:typename:long double
s_cospil.c 69 c = __kernel_sinpil(0.5 - ax);
73 c = -__kernel_sinpil(ax - 0.5);
88 c = __kernel_sinpil(0.5 - ax);
94 c = -__kernel_sinpil(ax - 0.5);
s_sinpil.c 74 s = __kernel_sinpil(ax);
83 s = __kernel_sinpil(1 - ax);
97 s = __kernel_sinpil(ax);
105 s = __kernel_sinpil(1 - ax);

Completed in 17 milliseconds