Searched refs:__kernel_cospil (Results 1 – 6 of 6) sorted by relevance
60 return (__kernel_cospil(ax)); in cospil()70 c = -__kernel_cospil(1 - ax); in cospil()80 c = ar == 0 ? 1 : __kernel_cospil(ar); in cospil()89 c = -__kernel_cospil(1 - ar); in cospil()
72 s = __kernel_cospil(0.5 - ax); in sinpil()74 s = __kernel_cospil(ax - 0.5); in sinpil()91 s = __kernel_cospil(0.5 - ar); in sinpil()94 s = __kernel_cospil(ar - 0.5); in sinpil()
32 __kernel_cospil(long double x) in __kernel_cospil() function
69 RETURNI(__kernel_cospil(ax)); in cospil()79 c = -__kernel_cospil(1 - ax); in cospil()90 c = ix == 0 ? 1 : __kernel_cospil(ax); in cospil()100 c = -__kernel_cospil(1 - ax); in cospil()
83 s = __kernel_cospil(0.5 - ax); in sinpil()85 s = __kernel_cospil(ax - 0.5); in sinpil()103 s = __kernel_cospil(0.5 - ax); in sinpil()107 s = __kernel_cospil(ax - 0.5); in sinpil()