Searched refs:C1 (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c499 #define C1 C(1) macro
538 { 0xc4, 0x01, C0|C1|C2|C3, "PAPI_br_cn" }, /* br_inst_retired.conditional */ \
539 { 0x1d, 0x01, C0|C1|C2|C3, "PAPI_hw_int" }, /* hw_int.rcx */ \
540 { 0x17, 0x01, C0|C1|C2|C3, "PAPI_tot_iis" }, /* inst_queue_writes */ \
541 { 0x43, 0x01, C0|C1, "PAPI_l1_dca" }, /* l1d_all_ref.any */ \
542 { 0x24, 0x03, C0|C1|C2|C3, "PAPI_l1_dcm" }, /* l2_rqsts. loads and rfos */ \
543 { 0x40, 0x0f, C0|C1|C2|C3, "PAPI_l1_dcr" }, /* l1d_cache_ld.mesi */ \
544 { 0x41, 0x0f, C0|C1|C2|C3, "PAPI_l1_dcw" }, /* l1d_cache_st.mesi */ \
545 { 0x80, 0x03, C0|C1|C2|C3, "PAPI_l1_ica" }, /* l1i.reads */ \
546 { 0x80, 0x01, C0|C1|C
[all...]
/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)
42 * C1 = -5.03324285989964979398034700054920226866107675091e-0004
59 /* C1 = */ -5.03324285989964979398034700054920226866107675091e-0004,
66 #define C1 q[1] 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)
47 * C1 = -5.03324285989964979398034700054920226866107675091e-0004
69 /* C1 = */ -5.03324285989964979398034700054920226866107675091e-0004,
81 #define C1 q[5] macro
100 *c = (float) (((C0 + z * C1) + (z * z) * C2) * (C3 + z * (C4 + z)));
H A Dsinf.c64 #define C1 C[5] macro
101 return ((float)(((C0 + z * C1) + (z * z) * C2) *
106 return ((float)-(((C0 + z * C1) + (z * z) * C2) *
142 f = (float)(((C0 + z * C1) + (z * z) * C2) *
H A Dsincosf.c45 * C(x) = (C0 + C1*z + C2*z*z) * (C3 + C4*z + z*z)
48 * C1 = -5.03324285989964979398034700054920226866107675091e-0004
86 #define C1 C[5] macro
122 *c = (float)(((C0 + z * C1) + (z * z) * C2) *
127 *s = (float)(((C0 + z * C1) + (z * z) * C2) *
134 *s = (float)-(((C0 + z * C1) + (z * z) * C2) *
174 g = (float)(((C0 + z * C1) + (z * z) * C2) *
H A Dcosf.c64 #define C1 C[5] macro
96 return ((float)(((C0 + z * C1) + (z * z) * C2) *
139 f = (float)(((C0 + z * C1) + (z * z) * C2) *
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosf.c35 * z*(S1+z*S2)) and cos(x) by a polynomial 1+z*(-1/2+z*(C0+z*(C1+
82 #define C1 C[6] macro
117 (C0 + z##N * (C1 + z##N * C2)))); \
136 z##N * (C1 + z##N * C2)))); \
219 z0 * (C1 + z0 * C2))));
228 z1 * (C1 + z1 * C2))));
235 z0 * (C1 + z0 * C2))));
237 z1 * (C1 + z1 * C2))));
246 z2 * (C1 + z2 * C2))));
252 z0 * (C1
[all...]
H A D__vsinf.c35 * z*(S1+z*S2)) and cos(x) by a polynomial 1+z*(-1/2+z*(C0+z*(C1+
82 #define C1 C[6] macro
121 (C0 + z##N * (C1 + z##N * C2)))); \
140 z##N * (C1 + z##N * C2)))); \
223 z0 * (C1 + z0 * C2))));
232 z1 * (C1 + z1 * C2))));
239 z0 * (C1 + z0 * C2))));
241 z1 * (C1 + z1 * C2))));
250 z2 * (C1 + z2 * C2))));
256 z0 * (C1
[all...]
H A D__vsincosf.c35 * z*(S1+z*S2)) and cos(x) by a polynomial 1+z*(-1/2+z*(C0+z*(C1+
82 #define C1 C[6] macro
123 z##N * (C1 + z##N * C2)))); \
148 (C1 + z##N * C2)))); \
236 (C1 + z0 * C2))));
238 (C1 + z1 * C2))));
240 (C1 + z2 * C2))));
242 (C1 + z3 * C2))));
/illumos-gate/usr/src/lib/libresolv/
H A Dres_query.c273 register char *C1, *C2; local
284 for (C1 = buf; *C1 && !isspace(*C1); ++C1);
285 if (!*C1)
287 *C1 = '\0';
289 while (isspace(*++C1));
290 if (!*C1)
292 for (C2 = C1
[all...]
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c58 #define C1 ((c = getc(infile)) == EOF ? eof() : c) macro
668 if ((C1 == '.') || (c == '\'')) {
669 while ((C1 == ' ') || (c == '\t'))
671 if ((c == 'E') && (C1 == 'N')) {
684 if ((C1 == 'e') && (C1 == 'l')) {
685 if ((C1 == 'i') && (C1 == 'm')) {
686 while (C1 == ' ')
689 ((c2 = C1)
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dsystem-board.info70 Node C1 location
72 Prop Label string r 0 "C1"
98 name:/frutree/chassis/C1
100 name:/frutree/chassis/C1/system-board
105 REFPROP _fru_parent /frutree/chassis/C1/system-board
139 name:/frutree/chassis/C1/system-board
140 REFNODE P0 location WITH name:/frutree/chassis/C1/system-board
141 name:/frutree/chassis/C1/system-board/P0
185 name:/frutree/chassis/C1/system-board/P0
189 REFPROP _fru_parent /frutree/chassis/C1/syste
[all...]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s104 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
129 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
138 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
159 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
161 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
171 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
173 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
181 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
183 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
327 cmpb $0x05,%cl / C3=0 C2=1 C1
[all...]
H A Dremquol.s52 andw $0x200,%ax / get C1
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dsystem-board.info121 name:/frutree/chassis/MB/system-board/C1
123 name:/frutree/chassis/MB/system-board/C1/cpu-module
128 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C1/cpu-module
170 name:/frutree/chassis/MB/system-board/C1/cpu-module
171 REFNODE P0 location WITH name:/frutree/chassis/MB/system-board/C1/cpu-module
172 name:/frutree/chassis/MB/system-board/C1/cpu-module/P0
179 REFPROP _location_parent name:/frutree/chassis/MB/system-board/C1/cpu-module/P0/cpu
181 REFPROP _location_parent name:/frutree/chassis/MB/system-board/C1/cpu-module/P0/cpu
237 REFPROP _location_parent /frutree/chassis/MB/system-board/C1/cpu-module/P0/cpu
239 name:/frutree/chassis/MB/system-board/C1/cp
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.s107 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
111 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
117 cmpb $0x01,%cl /// C3=0 C2=0 C1=? C0=1 when +-NaN
149 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
158 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
180 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
182 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
192 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
194 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
202 cmpb $0x05,%cl / C3=0 C2=1 C1
[all...]
H A Dremquo.s53 andw $0x200,%ax / get C1
H A Dremquof.s53 andw $0x200,%ax / get C1
H A Dremquol.s53 andw $0x200,%ax / get C1
H A Dpowf.s108 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
135 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
144 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
166 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
168 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
178 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
180 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
188 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
190 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
349 cmpb $0x05,%cl / C3=0 C2=1 C1
[all...]
H A Dpowl.s104 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
131 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
140 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
162 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
164 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
174 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
176 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
184 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
186 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
341 cmpb $0x05,%cl / C3=0 C2=1 C1
[all...]
/illumos-gate/usr/src/lib/libm/common/LD/
H A Derfl.c138 static long double C1 = (long double)((float)0.84506291151); variable
296 t = C1+__poly_libmq(s,12,P1)/(one+s*__poly_libmq(s,12,Q1));
328 t = one-C1;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Derfl.c139 static const long double C1 = (long double)((float)0.84506291151); variable
297 t = C1+__poly_libmq(s,12,P1)/(one+s*__poly_libmq(s,12,Q1));
328 t = one-C1;
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h325 #define _REDUCE(TYPE, X, XN, C1, C2) { \
327 X = x1 - (XN) * (C1); X += x2; X -= (XN) * (C2); }
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A DSB-tables.info228 name:/frutree/chassis/C1/system-board
237 REFPROP _fru_parent name:/frutree/chassis/C1/system-board
285 name:/frutree/chassis/C1/system-board/P0/cpu
302 REFPROP _fru_parent name:/frutree/chassis/C1/system-board/P0/cpu
304 REFPROP _fru_parent name:/frutree/chassis/C1/system-board/P0/cpu
376 name:/frutree/chassis/C1/system-board/P0/cpu/B0/bank/D0/mem-module
383 name:/frutree/chassis/C1/system-board/P0/cpu/B0/bank/D1/mem-module
390 name:/frutree/chassis/C1/system-board/P0/cpu/B1/bank/D0/mem-module
397 name:/frutree/chassis/C1/system-board/P0/cpu/B1/bank/D1/mem-module

Completed in 104 milliseconds

12