/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- 98 vc(q2, 1.2624568129896839182E-3 ,7905,3ba5,f5e7,72e4, -9, .A5790572E4F5E7) 104 ic(q2, 9.9176615021572857300E-4, -10, 1.03FC4CB8C98E8) 110 #define q2 vccast(q2) macro 123 q = z*( q1 +z*( q2 +z* q3 )); 125 q = z*( q1 +z* q2 );
|
H A D | lgamma.c | 132 #define q2 6.274644311862156431658377186977e-01 macro 245 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*q6)))));
|
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | atan2f.c | 244 q2 = 1.9999999186853752618e-01, variable 338 a = (a + t) + t * s * (q1 + s * q2);
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | qdivrem.c | 140 digit q1, q2, q3, q4; local 153 q2 = rbj / t; 160 tmp.ul[H] = COMBINE(q1, q2);
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | atan.c | 62 * poly2(r) = (q1*r) * (q2+z(q3+z)) * (q4+z), 97 /* q2 = */ 3.51427110447873227059810477159863497078605962912e+0000, 115 #define q2 g[8] macro 173 (q2 + z * (q3 + z)))); 195 return (((q1 * s) * (q4 + z)) * (q2 + z * (q3 + z)) + w1);
|
H A D | __lgamma.c | 63 q2 = 6.161122180066002127833352e4, variable 238 q = q0+y*(q1+y*(q2+y*(q3+y*(q4+y*(q5+y*(q6+y*
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | __cosl.c | 85 q2 = 4.166666666666666666666666664006066577258e-0002L, variable 125 return (one + z * (q1 + z * (q2 + z * (q3 + z * (q4 +
|
H A D | __sincosl.c | 85 q2 = 4.166666666666666666666666664006066577258e-0002L, variable 120 *c = one + z * (q1 + z * (q2 + z * (q3 + z * (q4 + z *
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | __cosl.c | 83 q2 = +4.166666666666666666666666664006066577258e-0002L, variable 121 return one + z * (q1 + z * (q2 + z * (q3 +
|
H A D | atanl.c | 99 q2 = 1.999999999999999999999988146114392615808e-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 | 83 q2 = +4.166666666666666666666666664006066577258e-0002L, variable 116 *c = one + z * (q1 + z * (q2 + z * (q3 + z * (q4 +
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vcosbig.c | 62 q2 = 4.166666666394861917535640593963708222319e-0002, variable 122 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vcosbigf.c | 62 q2 = 4.166666666394861917535640593963708222319e-0002, variable 123 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vsinbig.c | 62 q2 = 4.166666666394861917535640593963708222319e-0002, variable 121 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vsinbigf.c | 62 q2 = 4.166666666394861917535640593963708222319e-0002, variable 122 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vsincosbig.c | 62 q2 = 4.166666666394861917535640593963708222319e-0002, variable 125 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vsincosbigf.c | 62 q2 = 4.166666666394861917535640593963708222319e-0002, variable 121 t = z * (q1 + z * (q2 + z * (q3 + z * q4)));
|
H A D | __vatan2f.c | 47 q2 = 1.9999999186853752618e-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);
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y4.c | 201 int *r, *s, *q1, *q2; local 207 q2 = tracemem + yypgo[i+1] - 1; 219 for (r = q1; r < q2; r += 2) { 239 *p = *q2; 245 for (r = q1; r < q2; r += 2) { 275 int *r, n, nn, flag, j, *q1, *q2; local 282 q2 = tracemem + temp1[i + 1]; 290 for (r = q1; r < q2; r += 2) { 335 for (r = q1; r < q2; r += 2) {
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vsin.S | 65 #define q2 0x28 define
|
H A D | __vcos.S | 65 #define q2 0x28 define 278 ldd [%g1+q2],C_q2
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | qdivrem.c | 139 digit q1, q2, q3, q4; local 152 q2 = rbj / t; 159 tmp.ul[H] = COMBINE(q1, q2);
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_ho.c | 502 struct lcl_res_target q, q2, *p; local 505 memset(&q, 0, sizeof(q2)); 506 memset(&q2, 0, sizeof(q2)); 513 q.next = &q2; 514 q2.family = AF_INET;
|
H A D | dns_ho.c | 337 struct dns_res_target *q, *q2, *p; local 345 q2 = memget(sizeof(*q2)); 346 if (q == NULL || q2 == NULL) { 352 memset(q2, 0, sizeof(*q2)); 379 q->next = q2; 381 q2->qclass = C_IN; 382 q2->qtype = T_PTR; 383 q2 559 struct dns_res_target *q, *q2, *p; local [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | aio_subr.c | 665 aio_cleanupq_concat(aio_t *aiop, aio_req_t *q2, int qflg) argument 668 aio_req_t *reqp = q2; 674 } while ((reqp = reqp->aio_req_next) != q2); 678 aiop->aio_cleanupq = q2; 680 cleanupqhead->aio_req_prev->aio_req_next = q2; 681 q2tail = q2->aio_req_prev; 683 q2->aio_req_prev = cleanupqhead->aio_req_prev;
|