/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | exp__E.c | 70 * Q := q1*x^2 + q2*x^4 (for 56 bits precision, add q3*x^6) 73 * (See the listing below for the values of p1,p2,q1,q2,q3. The poly- 97 vc(q1, 1.1363478204690669916E-1 ,b95a,3ee8,ec45,44a2, -3, .E8B95A44A2EC45) 103 ic(q1, 1.1110813732786649355E-1, -4, 1.C719538248597) 109 #define q1 vccast(q1) macro 123 q = z*( q1 +z*( q2 +z* q3 )); 125 q = z*( q1 +z* q2 );
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | moddiv.c | 78 UWtype q0, q1; local 93 q1 = 0; 104 udiv_qrnnd (q1, n1, 0, n1, d0); 126 q1 = 0; 159 q1 = 0; 190 q1 = 0; 204 const DWunion ww = {{.low = q0, .high = q1}};
|
/illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_descriptors.h | 94 uint32_t q1; member in struct:hci1394_desc_imm_s 110 uint32_t q1; member in struct:hci1394_desc_hdr_s 138 * formats that have to be placed in the immediate q1-q4 fields 332 uint32_t q1; /* (HCI format) packet header w/tcode */ member in struct:hci1394_basic_packet 363 /* q1 shortcuts for ASYNC processing */ 376 /* q1 - definitions for the asynch packet first quadlet */ 389 /* q1 - definitions for the isoch first quadlet (see q1 async above for spd) */ 469 #define HCI1394_SETTAG(PKT, VAL) ((PKT)->q1 = (((PKT)->q1) [all...] |
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | ascii_strcasecmp.s | 240 andn %i3, %i4, %l0 ! q1 = x1 & ~m1 242 add %l0, %l2, %l1 ! p1 = q1 + m2 244 add %l0, %l3, %l0 ! q1 = q1 + m3 246 andn %l1, %l0, %l1 ! p1 = p1 & ~q1 248 andn %i4, %i3, %l0 ! q1 = m1 & ~x1 250 and %l0, %l1, %l0 ! q1 = p1 & q1 252 srl %l0, 2, %l0 ! q1 = q1 >> [all...] |
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | ascii_strcasecmp.s | 240 andn %i3, %i4, %l0 ! q1 = x1 & ~m1 242 add %l0, %l2, %l1 ! p1 = q1 + m2 244 add %l0, %l3, %l0 ! q1 = q1 + m3 246 andn %l1, %l0, %l1 ! p1 = p1 & ~q1 248 andn %i4, %i3, %l0 ! q1 = m1 & ~x1 250 and %l0, %l1, %l0 ! q1 = p1 & q1 252 srl %l0, 2, %l0 ! q1 = q1 >> [all...] |
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | atanf.c | 94 q1 = -3.332921964095646819563419704110132937456e-0001F, variable 145 y = r * (one + z * q1); /* poly2 */ 186 p = s * (one + z * q1);
|
H A D | besself.c | 437 double x, z, s, c, ss, cc, r, t, p1, q1; local 458 q1 = three8 / x; 466 q1 = ((qr0[0] + z * (qr0[1] + z * (qr0[2] + z * 471 t = isqrtpi * (p1 * cc - q1 * ss) / sqrt(x); 526 double x, z, s, c, ss, cc, u, v, p1, q1, t; local 545 q1 = three8 / x; 553 q1 = ((qr0[0] + z * (qr0[1] + z * (qr0[2] + z * 558 return (isqrtpi * (p1 * ss + q1 * cc) / sqrt(x)); 610 double a, b, temp, x, z, w, t, q0, q1, h; local 702 q1 [all...] |
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y4.c | 201 int *r, *s, *q1, *q2; local 208 q1 = tracemem + yypgo[i]; 219 for (r = q1; r < q2; r += 2) { 245 for (r = q1; r < q2; r += 2) { 275 int *r, n, nn, flag, j, *q1, *q2; local 283 q1 = tracemem + temp1[i]; 290 for (r = q1; r < q2; r += 2) { 335 for (r = q1; r < q2; r += 2) {
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | jn.c | 178 double q0, q1, h, tmp; int k, m; local 180 q0 = w; z = w + h; q1 = w*z - 1.0; k = 1; 181 while (q1 < 1.0e9) { 183 tmp = z*q1 - q0; 184 q0 = q1; 185 q1 = tmp;
|
H A D | atan.c | 62 * poly2(r) = (q1*r) * (q2+z(q3+z)) * (q4+z), 96 /* q1 = */ -1.42796626333911796935538518482644576579332351685e-0001, 114 #define q1 g[7] macro 172 return (y + (p - ((q1 * r) * (q4 + z)) * 195 return (((q1 * s) * (q4 + z)) * (q2 + z * (q3 + z)) + w1);
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | jnl.c | 167 double q0, q1, h, tmp; int k, m; local 169 q0 = w; z = w+h; q1 = w*z - 1.0; k = 1; 170 while (q1 < 1.0e17) { 172 tmp = z*q1 - q0; 173 q0 = q1; 174 q1 = tmp;
|
H A D | __cosl.c | 45 * cos(x)=1.0+z*(q1+ ... z*q8) 82 * |cos(x) - (1+q1*x^2+...+q8*x^16)| <= 2^-117.11 for |x|<= 0.15625 84 q1 = -4.999999999999999999999999999999756416975e-0001L, variable 125 return (one + z * (q1 + z * (q2 + z * (q3 + z * (q4 +
|
H A D | __sincosl.c | 82 * |cos(x) - (1+q1*x^2+...+ q8*x^16)| <= 2^-117.11 for |x|<= 0.15625 84 q1 = -4.999999999999999999999999999999756416975e-0001L, variable 120 *c = one + z * (q1 + z * (q2 + z * (q3 + z * (q4 + z *
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | jnl.c | 170 double q0, q1, h, tmp; int k, m; local 172 q0 = w; z = w+h; q1 = w*z - 1.0; k = 1; 173 while (q1 < 1.0e17) { 175 tmp = z*q1 - q0; 176 q0 = q1; 177 q1 = tmp;
|
H A D | __cosl.c | 44 * cos(x)=1.0+z*(q1+ ... z*q8) 80 * |cos(x) - (1+q1*x + ... + q8*x )| <= 2 for |x|<= 0.15625 82 q1 = -4.999999999999999999999999999999756416975e-0001L, variable 121 return one + z * (q1 + z * (q2 + z * (q3 +
|
H A D | atanl.c | 98 q1 = -3.333333333333333333333333333195273650186e-0001L, variable 166 y = r * (one + z * (q1 + z * (q2 + z * (q3 + z * (q4 + 198 p = s * (one + z * (q1 + z * (q2 + z * (q3 + z * q4)))); 200 p = s * (one + z * (q1 + z * (q2 + z * (q3 + z * (q4 +
|
H A D | __sincosl.c | 80 * |cos(x) - (1+q1*x + ... + q8*x )| <= 2 for |x|<= 0.15625 82 q1 = -4.999999999999999999999999999999756416975e-0001L, variable 116 *c = one + z * (q1 + z * (q2 + z * (q3 + z * (q4 +
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatan2f.c | 46 q1 = -3.3333333333296428046e-01f, variable 437 t2 += t2 * sx2 * (q1 + sx2 * q2); 438 t1 += t1 * sx1 * (q1 + sx1 * q2); 439 t0 += t0 * sx0 * (q1 + sx0 * q2); 461 t1 += t1 * sx1 * (q1 + sx1 * q2); 472 t0 += t0 * sx0 * (q1 + sx0 * q2);
|
H A D | __vcosbig.c | 61 q1 = -4.999999999999931701464060878888294524481e-0001, variable 122 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vcosbigf.c | 61 q1 = -4.999999999999931701464060878888294524481e-0001, variable 123 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vsinbig.c | 61 q1 = -4.999999999999931701464060878888294524481e-0001, variable 121 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vsinbigf.c | 61 q1 = -4.999999999999931701464060878888294524481e-0001, variable 122 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vsincosbig.c | 61 q1 = -4.999999999999931701464060878888294524481e-0001, variable 125 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
/illumos-gate/usr/src/common/crypto/edonr/ |
H A D | edonr.c | 245 uint32_t p0, p1, p2, p3, p4, p5, p6, p7, q0, q1, q2, q3, q4, local 287 quasi_exform256(q0, q1, q2, q3, q4, q5, q6, q7); 296 LS2_256(defix, q0, q1, q2, q3, q4, q5, q6, q7); 297 quasi_exform256(q0, q1, q2, q3, q4, q5, q6, q7); 304 LS1_256(defix, q0, q1, q2, q3, q4, q5, q6, q7); 306 quasi_exform256(q0, q1, q2, q3, q4, q5, q6, q7); 314 LS2_256(defix, q0, q1, q2, q3, q4, q5, q6, q7); 315 quasi_exform256(q0, q1, q2, q3, q4, q5, q6, q7); 327 p[9] ^= d(1) ^ q1; 353 uint64_t p0, p1, p2, p3, p4, p5, p6, p7, q0, q1, q local [all...] |
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_async.c | 1250 quadlet = hci1394_q_ar_get32(async_handle->as_arresp_q, &pkt->q1); 1255 async_handle->as_arresp_q, &pkt->q1, size); 1265 quadlet = hci1394_q_ar_get32(async_handle->as_arresp_q, &pkt->q1); 1566 quadlet = hci1394_q_ar_get32(async_handle->as_arreq_q, &pkt->q1); 1846 quadlet = hci1394_q_ar_get32(async_handle->as_arreq_q, &pkt->q1); 1925 quadlet = hci1394_q_ar_get32(async_handle->as_arreq_q, &pkt->q1); 2004 quadlet = hci1394_q_ar_get32(async_handle->as_arreq_q, &pkt->q1); 2102 quadlet = hci1394_q_ar_get32(async_handle->as_arreq_q, &pkt->q1); 2222 quadlet = hci1394_q_ar_get32(async_handle->as_arreq_q, &pkt->q1); 2407 header.q1 [all...] |