Home
last modified time | relevance | path

Searched refs:C1 (Results 1 – 25 of 53) sorted by relevance

123

/titanic_41/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|C2|C3, "PAPI_l1_ich" }, /* l1i.hits */ \
[all …]
/titanic_41/usr/src/lib/libmvec/common/
H A D__vcosf.c82 #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)))); in __vcosf()
228 z1 * (C1 + z1 * C2)))); in __vcosf()
235 z0 * (C1 + z0 * C2)))); in __vcosf()
237 z1 * (C1 + z1 * C2)))); in __vcosf()
246 z2 * (C1 + z2 * C2)))); in __vcosf()
252 z0 * (C1 + z0 * C2)))); in __vcosf()
255 z2 * (C1 + z2 * C2)))); in __vcosf()
[all …]
H A D__vsinf.c82 #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)))); in __vsinf()
232 z1 * (C1 + z1 * C2)))); in __vsinf()
239 z0 * (C1 + z0 * C2)))); in __vsinf()
241 z1 * (C1 + z1 * C2)))); in __vsinf()
250 z2 * (C1 + z2 * C2)))); in __vsinf()
256 z0 * (C1 + z0 * C2)))); in __vsinf()
259 z2 * (C1 + z2 * C2)))); in __vsinf()
[all …]
H A D__vsincosf.c82 #define C1 C[6] macro
123 z##N * (C1 + z##N * C2)))); \
148 (C1 + z##N * C2)))); \
236 (C1 + z0 * C2)))); in __vsincosf()
238 (C1 + z1 * C2)))); in __vsincosf()
240 (C1 + z2 * C2)))); in __vsincosf()
242 (C1 + z3 * C2)))); in __vsincosf()
/titanic_41/usr/src/lib/libresolv/
H A Dres_query.c272 register char *C1, *C2; local
283 for (C1 = buf; *C1 && !isspace(*C1); ++C1);
284 if (!*C1)
286 *C1 = '\0';
288 while (isspace(*++C1));
289 if (!*C1)
291 for (C2 = C1 + 1; *C2 && !isspace(*C2); ++C2);
293 (void) strncpy(abuf, C1, sizeof (abuf) - 1);
/titanic_41/usr/src/cmd/deroff/
H A Dderoff.c58 #define C1 ((c = getc(infile)) == EOF ? eof() : c) macro
668 if ((C1 == '.') || (c == '\'')) { in eqn()
669 while ((C1 == ' ') || (c == '\t')) in eqn()
671 if ((c == 'E') && (C1 == 'N')) { in eqn()
684 if ((C1 == 'e') && (C1 == 'l')) { in eqn()
685 if ((C1 == 'i') && (C1 == 'm')) { in eqn()
686 while (C1 == ' ') in eqn()
689 ((c2 = C1) == '\n') || in eqn()
691 (C1 == 'f'))) { in eqn()
704 while (C1 != '\n') { in eqn()
/titanic_41/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/system-board/P0/cpu
[all …]
/titanic_41/usr/src/lib/libm/common/R/
H A Dsincosf.c86 #define C1 C[5] macro
122 *c = (float)(((C0 + z * C1) + (z * z) * C2) * in sincosf()
127 *s = (float)(((C0 + z * C1) + (z * z) * C2) * in sincosf()
134 *s = (float)-(((C0 + z * C1) + (z * z) * C2) * in sincosf()
174 g = (float)(((C0 + z * C1) + (z * z) * C2) * in sincosf()
H A Dsinf.c64 #define C1 C[5] macro
101 return ((float)(((C0 + z * C1) + (z * z) * C2) * in sinf()
106 return ((float)-(((C0 + z * C1) + (z * z) * C2) * in sinf()
142 f = (float)(((C0 + z * C1) + (z * z) * C2) * in sinf()
H A D__cosf.c66 #define C1 q[1] macro
84 ft = (float) (((C0 + z * C1) + (z * z) * C2) * (C3 + z * (C4 + z))); in __k_cosf()
H A Dcosf.c64 #define C1 C[5] macro
96 return ((float)(((C0 + z * C1) + (z * z) * C2) * in cosf()
139 f = (float)(((C0 + z * C1) + (z * z) * C2) * in cosf()
H A D__sincosf.c81 #define C1 q[5] macro
100 *c = (float) (((C0 + z * C1) + (z * z) * C2) * (C3 + z * (C4 + z))); in __k_sincosf()
/titanic_41/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/cpu-module/P0/cpu
[all …]
/titanic_41/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
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=0 C0=1 when +inf
204 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
[all …]
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=? C0=1 when +-inf
[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=? C0=1 when +-inf
[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
/titanic_41/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=? C0=1 when +-inf
[all …]
H A Dremquol.s52 andw $0x200,%ax / get C1
/titanic_41/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;
/titanic_41/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;
/titanic_41/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
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmath.h325 #define _REDUCE(TYPE, X, XN, C1, C2) { \ argument
327 X = x1 - (XN) * (C1); X += x2; X -= (XN) * (C2); }

123