Searched refs:__kernel_sinpif (Results 1 – 2 of 2) sorted by relevance
39 #define __kernel_sinpif(x) (__kernel_sindf(M_PI * (x))) macro64 c = __kernel_sinpif(0.5F - ax); in cospif()68 c = -__kernel_sinpif(ax - 0.5F); in cospif()83 c = __kernel_sinpif(0.5F - ax); in cospif()88 c = -__kernel_sinpif(ax - 0.5F); in cospif()
40 #define __kernel_sinpif(x) (__kernel_sindf(M_PI * (x))) macro71 s = __kernel_sinpif(ax); in sinpif()80 s = __kernel_sinpif(1 - ax); in sinpif()94 s = __kernel_sinpif(ax); in sinpif()101 s = __kernel_sinpif(1 - ax); in sinpif()