Searched defs:A0 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c54 #define A0 0xE66D macro
60 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C)
84 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drand48.c57 #define A0 0X5 macro
66 static unsigned short a[3] = { A0, A1, A2};
153 a[0] = A0;
168 a[0] = A0;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c81 #define A0 0xE66D macro
87 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C)
100 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
/illumos-gate/usr/src/lib/libm/common/R/
H A Dpowf.c48 A0 = 1.999999999813723303647511146995966439250e+0000, variable
249 dy = invln2 * (TBL[i] + ds * (A0 + dz * A1));
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c224 A0 = 9.99999997962321453275e-01, variable
343 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
418 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
419 res1 *= (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0);
420 res2 *= (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0);
456 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
H A D__vrsqrtf.c215 0x3feffffffee7f18fULL, /* A0 = 9.99999997962321453275e-01 */
276 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ local
299 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
336 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ local
358 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
372 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ local
391 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
404 double A0 = ((double*)LCONST)[0]; /* 9.99999997962321453275e-01 */ local
460 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
461 res1 = tbl_sqrt1 * (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0);
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c77 #define A0 0xE66D macro
83 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C)
96 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;

Completed in 61 milliseconds