Searched refs:__kernel_cospif (Results 1 – 2 of 2) sorted by relevance
38 #define __kernel_cospif(x) (__kernel_cosdf(M_PI * (x))) macro60 return (__kernel_cospif(ax)); in cospif()70 c = -__kernel_cospif(1 - ax); in cospif()81 c = ix == 0 ? 1 : __kernel_cospif(ax); in cospif()90 c = -__kernel_cospif(1 - ax); in cospif()
39 #define __kernel_cospif(x) (__kernel_cosdf(M_PI * (x))) macro76 s = __kernel_cospif(0.5F - ax); in sinpif()78 s = __kernel_cospif(ax - 0.5F); in sinpif()96 s = __kernel_cospif(0.5F - ax); in sinpif()99 s = __kernel_cospif(ax - 0.5F); in sinpif()