Searched refs:COS2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dcosq_kernel.c39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
42 #define COS2 c[7] macro
94 return ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
H A Dsincosq_kernel.c39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
42 #define COS2 c[7] macro
123 *cosx = ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcosq_kernel.c39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
42 #define COS2 c[7] macro
94 return ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+
H A Dsincosq_kernel.c39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
42 #define COS2 c[7] macro
123 *cosx = ONE + (z*(COS1+z*(COS2+z*(COS3+z*(COS4+

Completed in 196 milliseconds