Searched defs:C4 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A D__cosf.c39 * C(x) = (C0 + C1*z + C2*z*z) * (C3 + C4*z + z*z)
45 * C4 = -3.63151270591815439197122504991683846785293207730e+0001
62 /* C4 = */ -3.63151270591815439197122504991683846785293207730e+0001,
69 #define C4 q[4] macro
84 ft = (float) (((C0 + z * C1) + (z * z) * C2) * (C3 + z * (C4 + z)));
H A D__sincosf.c40 * C(x) = (C0 + C1*z + C2*z*z) * (C3 + C4*z + z*z)
50 * C4 = -3.63151270591815439197122504991683846785293207730e+0001
72 /* C4 = */ -3.63151270591815439197122504991683846785293207730e+0001,
84 #define C4 q[8] macro
100 *c = (float) (((C0 + z * C1) + (z * z) * C2) * (C3 + z * (C4 + z)));
H A Dcosf.c67 #define C4 C[8] macro
97 (C3 + z * (C4 + z))));
140 (C3 + z * (C4 + z)));
H A Dsinf.c67 #define C4 C[8] macro
102 (C3 + z * (C4 + z))));
107 (C3 + z * (C4 + z))));
143 (C3 + z * (C4 + z)));
H A Dsincosf.c45 * C(x) = (C0 + C1*z + C2*z*z) * (C3 + C4*z + z*z)
51 * C4 = -3.63151270591815439197122504991683846785293207730e+0001
89 #define C4 C[8] macro
123 (C3 + z * (C4 + z)));
128 (C3 + z * (C4 + z)));
135 (C3 + z * (C4 + z)));
175 (C3 + z * (C4 + z)));
/illumos-gate/usr/src/uts/intel/sys/
H A Dsysi86.h240 #define C4 'G' macro
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcacheerr.c133 /* C0 C1 C2 C3 C4 C5 C6 C7 C8 */
149 * 132 ECC bit C4 is bad.
167 #define C4 132 macro
202 C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3732 #define C4 C2 C2 C2 C2 macro
3733 C4 /* clear c[]--assume BMAX+1 is 16 */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4878 #define C4 C2 C2 C2 C2 macro
4879 C4 /* clear c[]--assume BMAX+1 is 16 */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c177 * 68 ECC bit C4 is bad.
193 #define C4 68 macro
211 C4, M2, M2, 32, M2, 57, MX, M2, M2, 37, 49, M2, 40, M2, M2, 44,
H A Dus3_common.c191 * 132 ECC bit C4 is bad.
209 #define C4 132 macro
244 C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,

Completed in 97 milliseconds