Lines Matching refs:c3two51
85 #define c3two51 C[9] macro
128 z##N = y##N * invpio2 + c3two51; \
130 z##N -= c3two51; \
181 z0 = y0 * invpio2 + c3two51; in __vcosf()
182 z1 = y1 * invpio2 + c3two51; in __vcosf()
183 z2 = y2 * invpio2 + c3two51; in __vcosf()
184 z3 = y3 * invpio2 + c3two51; in __vcosf()
191 z0 -= c3two51; in __vcosf()
192 z1 -= c3two51; in __vcosf()
193 z2 -= c3two51; in __vcosf()
194 z3 -= c3two51; in __vcosf()