Searched refs:__kernel_cospi (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_cospi.c97 return (__kernel_cospi(ax));
107 c = -__kernel_cospi(1 - ax);
118 c = ix == 0 ? 1 : __kernel_cospi(ax);
127 c = -__kernel_cospi(1 - ax);
H A Dk_cospi.h29 * argument to __kernel_cospi() must be multiplied by pi.
33 __kernel_cospi(double x) function
H A Ds_sinpi.c116 s = __kernel_cospi(0.5 - ax);
118 s = __kernel_cospi(ax - 0.5);
136 s = __kernel_cospi(0.5 - ax);
139 s = __kernel_cospi(ax - 0.5);

Completed in 214 milliseconds