Searched refs:A2 (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Disterminfo.c35 typedef void ** A2; typedef
38 typedef char ** A2; typedef
122 if (tfind(type, (A2)&hit_cache, (A3)strcmp))
127 if (tfind(type, (A2)&miss_cache, (A3)strcmp))
146 (void)tsearch (Strdup(type), (A2)&hit_cache, (A3)strcmp);
156 (void)tsearch (Strdup(type), (A2)&miss_cache, (A3)strcmp);
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h124 #define LP_ERRMSG2(C,X,A1,A2) (void)printf("", C, X, A1, A2)
125 #define LP_ERRMSG3(C,X,A1,A2,A3) (void)printf("", C, X, A1, A2, A3)
143 #define LP_ERRMSG2(C,X,A1,A2) \
147 fmt2((X), A1, A2), \
150 #define LP_ERRMSG3(C,X,A1,A2,A3) \
154 fmt3((X), A1, A2, A3), \
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drand48.c59 #define A2 0xE66D macro
66 static unsigned short a[3] = { A0, A1, A2};
155 a[2] = A2;
170 a[2] = A2;
H A Dlog.c104 static double A2 = .01250000000377174923; variable
418 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
479 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c217 0x3fd801180ca296d9ULL, /* A2 = 3.75066768969515586277e-01 */
278 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ local
299 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
338 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ local
358 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
374 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ local
391 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
406 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ local
460 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
461 res1 = tbl_sqrt1 * (((A3 * xx1 + A2) * xx
[all...]
H A D__vrhypotf.c226 A2 = 3.75066768969515586277e-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);
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c65 #define DEBUG(L, STR, A1, A2, A3)
72 #define DEBUG(L, STR, A1, A2, A3)\
78 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
86 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
90 #define DEBUG(L, STR, A1, A2, A3)\
96 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
101 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
110 #define DEBUG(L, STR, A1, A2, A3) \
116 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
123 #define DEBUG(L, STR, A1, A2, A
[all...]
H A DHBAAPILIB.c68 #define DEBUG(L, STR, A1, A2, A3)
75 #define DEBUG(L, STR, A1, A2, A3)\
81 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
89 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
93 #define DEBUG(L, STR, A1, A2, A3)\
99 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
104 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
113 #define DEBUG(L, STR, A1, A2, A3) \
119 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
126 #define DEBUG(L, STR, A1, A2, A
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c56 #define A2 0x5 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/uts/common/inet/ipf/
H A Ddrand48.c79 #define A2 0x5 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;
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlog.c110 /* A2 */ 1.97493380704769294631262255279580131173133850098e+0000,
136 #define A2 P[5] macro
196 (A2 + ((A3 * s) * (A4 + s) + w * (A5 + s)))) *
H A Dlog10.c100 /* A2 */ 1.99628461483039965074226529395673424005508422852e+0000,
129 #define A2 P[5] macro
192 ((A2 + (A3 * s) * (A4 + s)) + w * (A5 + s))) *
H A Dlog2.c101 /* A2 */ 1.99628461483039965074226529395673424005508422852e+0000,
129 #define A2 P[5] macro
195 ((A2 + (A3 * s) * (A4 + s)) + w * (A5 + s))) *
H A Dpow.c82 A2 = 9.617966939207270828380543979852286255862e-0001, variable
142 t += (s * f) * (A2 + f * A3);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog1pl.c67 * s*(A1+s^2*(A2+s^2*(A3+s^2*(A4+s^2*(A5+s^2*(A6+s^2*A7))))))
125 A2 = 6.666666666666666666666666666666091393804e-0001L, variable
214 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + z * (A6 +
H A Dlogl.c53 * s*(A1+s^2*(A2+s^2*(A3+s^2*(A4+s^2*(A5+s^2*(A6+s^2*A7))))))
90 A2 = 6.666666666666666666666666666666091393804e-0001L, variable
170 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 +
H A Dpowl.c50 A2 = 6.666666666666666666666666666666091393804e-0001L, variable
116 t += s * (v * (A2 + v * (A3 + v * (A4 + v * (A5 + v * (A6 +
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c83 #define A2 0x5 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/libmvec/common/vis/
H A D__vsqrt.S38 .word 0xbfbfffff, 0xfffd0bfd ! A2 = -1.24999999997314110667e-01
576 #define A2 %f26 define
659 ! res += A2;
685 ldd [TBL+8],A2
889 faddd %f52,A2,%f20 ! (5_1) res += A2;
941 faddd %f52,A2,%f20 ! (0_0) res += A2;
1005 faddd %f52,A2,%f20 ! (1_1) res += A2;
[all...]
H A D__vlog_ultra3.S2111 #define A2 0x10 define
2189 ! f48 A2
2302 ldd [L5_CONSTANTS+A2],FP48_A2
2353 fmuld P1_f44,FP48_A2,P1_f46 ! s^2,A2 ! X2-2
2387 faddd P1_f46,FP38_A1,P1_f46 ! (s^2*A2), A1 X2-2
2408 fmuld P1_f46,P1_f44,P1_f46 ! s^2*A2+A1 , s^2 X2-2
2427 faddd P1_f46,P1_f14,P1_f46 ! (s^2*A2+A1)s^2 + (2-xT-x) X2-2
2486 fmuld P2_f54,FP48_A2,P2_f56 ! s^2,A2! X3-2
2500 faddd P2_f56,FP38_A1,P2_f56 ! (s^2*A2), A1 X3-2
2518 fmuld P2_f56,P2_f54,P2_f56 ! s^2*A2
[all...]
H A D__vlog.S115 #define A2 0x210 define
188 ! f48 A2
209 ldd [%g1+A2],%f48
H A D__vrsqrtf.S250 ! res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
292 ! res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c768 +3.99999999955626478023093908674902212920e-01, /* A2=T3[1] */
796 #define A2 c[5] macro
827 * = 2s + A1*s^3 + A2*s^5 + A3*s^7 (see const A1,A2,A3)
1226 * T3(s) = 2s + A1[0]s^3 + A2[1]s^5 + A3[2]s^7
1263 t2 = t4 + u * ((two + z2 * A1) + (z2 * z2) * (A2 + z2 * A3));
1265 t5 = t4 + u * (z2 * A1 + (z2 * z2) * (A2 + z2 * A3));
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c104 #define DEBUG(L, STR, A1, A2, A3)
111 #define DEBUG(L, STR, A1, A2, A3)\
117 syslog(LOG_INFO, (STR), (A1), (A2), (A3));\
125 fprintf(_hbaapi_debug_fd, #STR "\n", (A1), (A2), (A3));\
129 #define DEBUG(L, STR, A1, A2, A3)\
135 syslog(LOG_INFO, (STR), (A1), (A2), (A3));\
140 fprintf(_hbaapi_debug_fd, #STR "\n", (A1), (A2), (A3));\
149 #define DEBUG(L, STR, A1, A2, A3) \
155 syslog(LOG_DEBUG, (STR), (A1), (A2), (A3));\
162 #define DEBUG(L, STR, A1, A2, A
[all...]

Completed in 186 milliseconds