Home
last modified time | relevance | path

Searched refs:A1 (Results 1 – 25 of 46) sorted by relevance

12

/titanic_41/usr/src/cmd/lp/include/
H A Doam.h124 #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_41/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c277 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf() local
299 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf()
337 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf() local
358 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf()
373 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ in __vrsqrtf() local
391 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf()
405 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-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.c225 A1 =-4.99999998166077580600e-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_41/usr/src/lib/libmvec/common/vis/
H A D__vsqrt.S37 .word 0x3fe00000, 0x00000000 ! A1 = 5.00000000000000001789e-01
577 #define A1 %f56 macro
642 ! res = vis_for(res,A1); /* A1 = vis_to_double(0x3fe00000, 0x00000000); */
661 ! res += A1;
681 ldd [TBL],A1
732 for %f50,A1,%f40 ! (5_1) res = vis_for(res,A1);
764 for %f50,A1,%f42 ! (0_0) res = vis_for(res,A1);
804 for %f50,A1,%f14 ! (1_0) res = vis_for(res,A1);
847 for %f50,A1,%f18 ! (2_0) res = vis_for(res,A1);
893 for %f50,A1,%f44 ! (3_0) res = vis_for(res,A1);
[all …]
H A D__vlog_ultra3.S2110 #define A1 0x08 macro
2184 ! f38 A1
2301 ldd [L5_CONSTANTS+A1],FP38_A1
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
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
2616 ! s^2*A2 , A1
2617 faddd P0_f36,FP38_A1,P0_f36 ! (s^2*A2), A1 X1
[all …]
H A D__vlog.S114 #define A1 0x208 macro
183 ! f38 A1
208 ldd [%g1+A1],%f38
/titanic_41/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 …]
/titanic_41/usr/src/lib/libast/common/uwin/
H A Drand48.c58 #define A1 0xDEEC macro
66 static unsigned short a[3] = { A0, A1, A2};
154 a[1] = A1; in seed48()
169 a[1] = A1; in srand48()
H A Dlog.c103 static double A1 = .08333333333333178827; variable
418 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
479 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c55 #define A1 0xDEEC 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_41/usr/src/uts/common/inet/ipf/
H A Ddrand48.c78 #define A1 0xDEEC 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_41/usr/src/lib/libc/port/gen/
H A Ddrand48.c82 #define A1 0xDEEC 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_41/usr/src/lib/libm/common/Q/
H A Dlogl.c89 A1 = 2.000000000000000000000000000000000000024e+0000L, variable
170 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + in logl()
H A Dlog1pl.c124 A1 = 2.000000000000000000000000000000000000024e+0000L, variable
214 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + z * (A6 + in log1pl()
/titanic_41/usr/src/lib/libm/common/C/
H A Dlog.c135 #define A1 P[4] macro
195 return (s + ((A1 * z) * in log()
H A Dlog10.c128 #define A1 P[4] macro
191 return (LGH * s - (LGL * s - ((A1 * z) * in log10()
H A Dlog2.c128 #define A1 P[4] macro
194 return (LGH * s - (LGL * s - ((A1 * z) * in log2()
H A Dpow.c81 A1 = 2.885390081777926817222541963606002026086e+0000, variable
141 t = t * A1 + h * A1_lo; in log2_x()
/titanic_41/usr/src/lib/libm/common/R/
H A Dpowf.c49 A1 = 6.666910817935858533770138657139665608610e-0001, variable
249 dy = invln2 * (TBL[i] + ds * (A0 + dz * A1)); in powf()
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c168 #define A1 c[4] macro
325 ss = T1[m - 3] + T2[j] + u * (two + A1 * (u * u)); in large_gam()
H A Dtgamma.c795 #define A1 c[4] 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_41/usr/src/lib/libpp/common/
H A Dgentab.sh36 A1) shell=ksh
/titanic_41/usr/src/common/lzma/
H A DLzmaDec.c29 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \ argument
31 { UPDATE_1(p); i = (i + i) + 1; A1; }
59 #define GET_BIT2_CHECK(p, i, A0, A1) IF_BIT_0_CHECK(p) \ argument
61 { UPDATE_1_CHECK; i = (i + i) + 1; A1; }
/titanic_41/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));\
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 …]

12