Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_cospif.c39 #define __kernel_sinpif(x) (__kernel_sindf(M_PI * (x))) macro
64 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()
H A Ds_sinpif.c40 #define __kernel_sinpif(x) (__kernel_sindf(M_PI * (x))) macro
71 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()