Home
last modified time | relevance | path

Searched refs:__kernel_cospif (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_cospif.c38 #define __kernel_cospif(x) (__kernel_cosdf(M_PI * (x))) macro
60 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()
H A Ds_sinpif.c39 #define __kernel_cospif(x) (__kernel_cosdf(M_PI * (x))) macro
76 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()