Home
last modified time | relevance | path

Searched refs:A2 (Results 1 – 25 of 85) sorted by relevance

1234

/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h120 #define LP_ERRMSG2(C,X,A1,A2) (void)printf("", C, X, A1, A2) argument
121 #define LP_ERRMSG3(C,X,A1,A2,A3) (void)printf("", C, X, A1, A2, A3) argument
139 #define LP_ERRMSG2(C,X,A1,A2) \ argument
143 fmt2((X), A1, A2), \
146 #define LP_ERRMSG3(C,X,A1,A2,A3) \ argument
150 fmt3((X), A1, A2, A3), \
/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/lib/libmvec/common/
H A D__vrsqrtf.c278 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf() local
299 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf()
338 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf() local
358 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf()
374 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf() local
391 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf()
406 double A2 = ((double*)LCONST)[2]; /* 3.75066768969515586277e-01 */ in __vrsqrtf_n() local
460 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf_n()
461 res1 = tbl_sqrt1 * (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0); in __vrsqrtf_n()
462 res2 = tbl_sqrt2 * (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0); in __vrsqrtf_n()
[all …]
H A D__vrhypotf.c226 A2 = 3.75066768969515586277e-01, variable
343 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrhypotf()
418 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrhypotf_n()
419 res1 *= (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0); in __vrhypotf_n()
420 res2 *= (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0); in __vrhypotf_n()
456 res0 *= (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrhypotf_n()
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c65 #define DEBUG(L, STR, A1, A2, A3) argument
72 #define DEBUG(L, STR, A1, A2, A3)\ argument
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)\ argument
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) \ argument
116 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
123 #define DEBUG(L, STR, A1, A2, A3) \ argument
[all …]
H A DHBAAPILIB.c68 #define DEBUG(L, STR, A1, A2, A3) argument
75 #define DEBUG(L, STR, A1, A2, A3)\ argument
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)\ argument
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) \ argument
119 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
126 #define DEBUG(L, STR, A1, A2, A3) \ argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Drand48.c59 #define A2 0xE66D macro
66 static unsigned short a[3] = { A0, A1, A2};
155 a[2] = A2; in seed48()
170 a[2] = A2; in srand48()
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/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/libc/port/gen/
H A Ddrand48.c81 #define A2 0x5 macro
85 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C)
98 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlogl.c90 A2 = 6.666666666666666666666666666666091393804e-0001L, variable
170 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + in logl()
H A Dlog1pl.c125 A2 = 6.666666666666666666666666666666091393804e-0001L, variable
214 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + z * (A6 + in log1pl()
H A Dpowl.c50 A2 = 6.666666666666666666666666666666091393804e-0001L, variable
116 t += s * (v * (A2 + v * (A3 + v * (A4 + v * (A5 + v * (A6 + in logl_x()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsqrt.S889 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;
1065 faddd %f52,A2,%f20 ! (2_1) res += A2;
1125 faddd %f52,A2,%f20 ! (3_1) res += A2;
1185 faddd %f52,A2,%f20 ! (4_1) res += A2;
1245 faddd %f52,A2,%f20 ! (5_1) res += A2;
1305 faddd %f52,A2,%f20 ! (0_0) res += A2;
1366 faddd %f52,A2,%f20 ! (1_1) res += A2;
1402 faddd %f52,A2,%f20 ! (2_1) res += A2;
[all …]
H A D__vlog_ultra3.S2111 #define A2 0x10 macro
2189 ! f48 A2
2302 ldd [L5_CONSTANTS+A2],FP48_A2
2353 fmuld P1_f44,FP48_A2,P1_f46 ! s^2,A2 ! 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
2597 ! s^ , A2
2598 fmuld P0_f34,FP48_A2,P0_f36 ! s^2,A2 ! X1
2616 ! s^2*A2 , A1
2617 faddd P0_f36,FP38_A1,P0_f36 ! (s^2*A2), A1 X1
[all …]
H A D__vlog.S115 #define A2 0x210 macro
188 ! f48 A2
209 ldd [%g1+A2],%f48
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlog.c136 #define A2 P[5] macro
196 (A2 + ((A3 * s) * (A4 + s) + w * (A5 + s)))) * in log()
H A Dlog10.c129 #define A2 P[5] macro
192 ((A2 + (A3 * s) * (A4 + s)) + w * (A5 + s))) * in log10()
H A Dlog2.c129 #define A2 P[5] macro
195 ((A2 + (A3 * s) * (A4 + s)) + w * (A5 + s))) * in log2()
H A Dpow.c82 A2 = 9.617966939207270828380543979852286255862e-0001, variable
142 t += (s * f) * (A2 + f * A3); in log2_x()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c796 #define A2 c[5] macro
1263 t2 = t4 + u * ((two + z2 * A1) + (z2 * z2) * (A2 + z2 * A3)); in large_gam()
1265 t5 = t4 + u * (z2 * A1 + (z2 * z2) * (A2 + z2 * A3)); in large_gam()
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c104 #define DEBUG(L, STR, A1, A2, A3) argument
111 #define DEBUG(L, STR, A1, A2, A3)\ argument
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)\ argument
135 syslog(LOG_INFO, (STR), (A1), (A2), (A3));\
149 #define DEBUG(L, STR, A1, A2, A3) \ argument
155 syslog(LOG_DEBUG, (STR), (A1), (A2), (A3));\
162 #define DEBUG(L, STR, A1, A2, A3) \ argument
172 #define DEBUG(L, STR, A1, A2, A3) \ argument
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dsort.test357 INSERT INTO t5 VALUES(100.0,'A2');
360 } {100 A1 100.0 A2}
/illumos-gate/usr/src/data/locale/data/
H A Dwidths.txt2421 <CJK_UNIFIED_IDEOGRAPH-34A2> 2
2677 <CJK_UNIFIED_IDEOGRAPH-35A2> 2
2933 <CJK_UNIFIED_IDEOGRAPH-36A2> 2
3189 <CJK_UNIFIED_IDEOGRAPH-37A2> 2
3445 <CJK_UNIFIED_IDEOGRAPH-38A2> 2
3701 <CJK_UNIFIED_IDEOGRAPH-39A2> 2
5493 <CJK_UNIFIED_IDEOGRAPH-40A2> 2
5749 <CJK_UNIFIED_IDEOGRAPH-41A2> 2
6005 <CJK_UNIFIED_IDEOGRAPH-42A2> 2
6261 <CJK_UNIFIED_IDEOGRAPH-43A2> 2
[all …]
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1282 _DECL_CHIPREV(AMD, BERGAMO, A2, 0x0008),
1363 _DECL_UARCHREV(AMD, ZEN4, A2, 0x0008),

1234