Searched refs:COS7 (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 )
47 #define COS7 c[12] macro
95 z*(COS5+z*(COS6+z*(COS7+z*COS8))))))));
H A Dsincosq_kernel.c39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
47 #define COS7 c[12] macro
124 z*(COS5+z*(COS6+z*(COS7+z*COS8))))))));
/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 )
47 #define COS7 c[12] macro
95 z*(COS5+z*(COS6+z*(COS7+z*COS8))))))));
H A Dsincosq_kernel.c39 /* cos x ~ ONE + x^2 ( COS1 + COS2 * x^2 + ... + COS7 * x^12 + COS8 * x^14 )
47 #define COS7 c[12] macro
124 z*(COS5+z*(COS6+z*(COS7+z*COS8))))))));

Completed in 116 milliseconds