/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | __cosf.c | 39 * 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.c | 40 * 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 D | cosf.c | 64 #define C1 C[5] macro 96 return ((float)(((C0 + z * C1) + (z * z) * C2) * 139 f = (float)(((C0 + z * C1) + (z * z) * C2) *
|
H A D | sinf.c | 64 #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 D | sincosf.c | 45 * 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) *
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_query.c | 273 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/lib/libm/common/LD/ |
H A D | erfl.c | 138 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 D | erfl.c | 139 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/libmvec/common/vis/ |
H A D | __vcosf.S | 59 #define C1 0x30 define 142 ! f52 C1 172 ldd [%g1+C1],%f52
|
H A D | __vsincosf.S | 59 #define C1 0x30 define 143 ! f52 C1 178 ldd [%g1+C1],%f52
|
H A D | __vsinf.S | 59 #define C1 0x30 define 142 ! f52 C1 172 ldd [%g1+C1],%f52
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vcosf.c | 35 * 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 | __vsincosf.c | 35 * 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))));
|
H A D | __vsinf.c | 35 * 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...] |
/illumos-gate/usr/src/cmd/deroff/ |
H A D | deroff.c | 58 #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/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_Lxcacheerr.c | 133 /* C0 C1 C2 C3 C4 C5 C6 C7 C8 */ 146 * 129 ECC bit C1 is bad. 164 #define C1 129 macro 201 NA, C0, C1, S003, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
|
/illumos-gate/usr/src/uts/intel/pcbe/ |
H A D | core_pcbe.c | 499 #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/uts/sun/io/dada/targets/ |
H A D | dad.c | 2659 #define C1 (STAT_ATA_BUS_RESET|STAT_ATA_DEV_RESET|STAT_ATA_ABORTED) macro 2664 if ((pkt->pkt_statistics & C1) == 0) {
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 174 * 65 ECC bit C1 is bad. 190 #define C1 65 macro 210 NA, C0, C1, M2, C2, M2, M2, M3, C3, M2, M2, M3, M2, M3, M3, M4,
|
H A D | us3_common.c | 188 * 129 ECC bit C1 is bad. 206 #define C1 129 macro 243 NA, C0, C1, S003, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
|