Searched refs:__kernel_cospil (Results 1 – 6 of 6) sorted by relevance
59 return (__kernel_cospil(ax)); in cospil()69 c = -__kernel_cospil(1 - ax); in cospil()79 c = ar == 0 ? 1 : __kernel_cospil(ar); in cospil()88 c = -__kernel_cospil(1 - ar); in cospil()
71 s = __kernel_cospil(0.5 - ax); in sinpil()73 s = __kernel_cospil(ax - 0.5); in sinpil()90 s = __kernel_cospil(0.5 - ar); in sinpil()93 s = __kernel_cospil(ar - 0.5); in sinpil()
32 __kernel_cospil(long double x) in __kernel_cospil() function
65 RETURNI(__kernel_cospil(ax)); in cospil()75 c = -__kernel_cospil(1 - ax); in cospil()86 c = ix == 0 ? 1 : __kernel_cospil(ax); in cospil()96 c = -__kernel_cospil(1 - ax); in cospil()
79 s = __kernel_cospil(0.5 - ax); in sinpil()81 s = __kernel_cospil(ax - 0.5); in sinpil()99 s = __kernel_cospil(0.5 - ax); in sinpil()103 s = __kernel_cospil(ax - 0.5); in sinpil()