/titanic_44/usr/src/cmd/lp/include/ |
H A D | oam.h | 124 #define LP_ERRMSG2(C,X,A1,A2) (void)printf("", C, X, A1, A2) argument 125 #define LP_ERRMSG3(C,X,A1,A2,A3) (void)printf("", C, X, A1, A2, A3) argument 143 #define LP_ERRMSG2(C,X,A1,A2) \ argument 147 fmt2((X), A1, A2), \ 150 #define LP_ERRMSG3(C,X,A1,A2,A3) \ argument 154 fmt3((X), A1, A2, A3), \
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | isterminfo.c | 35 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);
|
/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vrsqrtf.c | 278 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.c | 226 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()
|
/titanic_44/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB-sun.c | 65 #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 D | HBAAPILIB.c | 68 #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 …]
|
/titanic_44/usr/src/lib/libast/common/uwin/ |
H A D | rand48.c | 59 #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 D | log.c | 104 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)));
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | drand48.c | 56 #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;
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | drand48.c | 79 #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;
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | drand48.c | 83 #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;
|
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | logl.c | 90 A2 = 6.666666666666666666666666666666091393804e-0001L, variable 170 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + in logl()
|
H A D | log1pl.c | 125 A2 = 6.666666666666666666666666666666091393804e-0001L, variable 214 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + z * (A6 + in log1pl()
|
H A D | powl.c | 50 A2 = 6.666666666666666666666666666666091393804e-0001L, variable 116 t += s * (v * (A2 + v * (A3 + v * (A4 + v * (A5 + v * (A6 + in logl_x()
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vsqrt.S | 38 .word 0xbfbfffff, 0xfffd0bfd ! A2 = -1.24999999997314110667e-01 576 #define A2 %f26 macro 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; 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; [all …]
|
H A D | __vlog_ultra3.S | 2111 #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 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+A1 , s^2 X3-2 [all …]
|
H A D | __vlog.S | 115 #define A2 0x210 macro 188 ! f48 A2 209 ldd [%g1+A2],%f48
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | log.c | 136 #define A2 P[5] macro 196 (A2 + ((A3 * s) * (A4 + s) + w * (A5 + s)))) * in log()
|
H A D | log10.c | 129 #define A2 P[5] macro 192 ((A2 + (A3 * s) * (A4 + s)) + w * (A5 + s))) * in log10()
|
H A D | log2.c | 129 #define A2 P[5] macro 195 ((A2 + (A3 * s) * (A4 + s)) + w * (A5 + s))) * in log2()
|
H A D | pow.c | 82 A2 = 9.617966939207270828380543979852286255862e-0001, variable 142 t += (s * f) * (A2 + f * A3); in log2_x()
|
/titanic_44/usr/src/cmd/fm/dicts/ |
H A D | SUN4.po | 189 # code: SUN4-8000-A2 192 msgid "SUN4-8000-A2.type" 194 msgid "SUN4-8000-A2.severity" 196 msgid "SUN4-8000-A2.description" 198 msgid "SUN4-8000-A2.response" 200 msgid "SUN4-8000-A2.impact" 202 msgid "SUN4-8000-A2.action"
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | tgamma.c | 796 #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()
|
/titanic_44/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 104 #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));\ 140 fprintf(_hbaapi_debug_fd, #STR "\n", (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 [all …]
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | sort.test | 359 INSERT INTO t5 VALUES(100.0,'A2'); 362 } {100 A1 100.0 A2}
|