Searched defs:A1 (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S114 #define A1 0x208 define
183 ! f38 A1
208 ldd [%g1+A1],%f38
H A D__vsqrt.S37 .word 0x3fe00000, 0x00000000 ! A1 = 5.00000000000000001789e-01
577 #define A1 %f56 define
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);
[all...]
H A D__vlog_ultra3.S2110 #define A1 0x08 define
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 X
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlog.c109 /* A1 */ -6.88821452420390473170286327331268694251775741577e-0002,
135 #define A1 P[4] macro
195 return (s + ((A1 * z) *
H A Dlog10.c99 /* A1 */ -2.9142521960136582507385480707044582802184e-02,
128 #define A1 P[4] macro
191 return (LGH * s - (LGL * s - ((A1 * z) *
H A Dlog2.c100 /* A1 */ -9.6809362455249638217841932228967194640116e-02,
128 #define A1 P[4] macro
194 return (LGH * s - (LGL * s - ((A1 * z) *
H A Dpow.c81 A1 = 2.885390081777926817222541963606002026086e+0000, variable
141 t = t * A1 + h * A1_lo;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlogl.c53 * s*(A1+s^2*(A2+s^2*(A3+s^2*(A4+s^2*(A5+s^2*(A6+s^2*A7))))))
58 * ( (n*ln2_lo+_TBL_logl_lo[j]) + s*(A1+...) )
89 A1 = 2.000000000000000000000000000000000000024e+0000L, variable
170 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 +
H A Dlog1pl.c67 * s*(A1+s^2*(A2+s^2*(A3+s^2*(A4+s^2*(A5+s^2*(A6+s^2*A7))))))
92 * ( (n*ln2_lo+_TBL_logl_lo[j]) + s*(A1+...) )
124 A1 = 2.000000000000000000000000000000000000024e+0000L, variable
214 f = t + s * (A1 + z * (A2 + z * (A3 + z * (A4 + z * (A5 + z * (A6 +
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s863 A1: label
864 loop A1
/illumos-gate/usr/src/lib/libast/common/uwin/
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)));
H A Drand48.c58 #define A1 0xDEEC macro
66 static unsigned short a[3] = { A0, A1, A2};
154 a[1] = A1;
169 a[1] = A1;
/illumos-gate/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;
/illumos-gate/usr/src/lib/libm/common/R/
H A Dpowf.c49 A1 = 6.666910817935858533770138657139665608610e-0001, variable
249 dy = invln2 * (TBL[i] + ds * (A0 + dz * A1));
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c225 A1 =-4.99999998166077580600e-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.c216 0xbfdffffffe07e52fULL, /* A1 =-4.99999998166077580600e-01 */
277 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ local
299 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
337 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ local
358 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
373 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ local
391 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
405 double A1 = ((double*)LCONST)[1]; /* -4.99999998166077580600e-01 */ local
460 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0);
461 res1 = tbl_sqrt1 * (((A3 * xx1 + A2) * xx1 + A1) * xx
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c153 +6.666717231848518054693623697539230e-0001, /* A1=T3[0] */
168 #define A1 c[4] macro
227 * T3(s) = 2s + A1*s^3
325 ss = T1[m - 3] + T2[j] + u * (two + A1 * (u * u));
H A Dtgamma.c767 +6.66666666666666740682e-01, /* A1=T3[0] */
795 #define A1 c[4] 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/uts/common/inet/kssl/
H A Dksslrec.c1076 uchar_t A1[MAX_HASH_LEN], result[MAX_HASH_LEN]; local
1097 HMAC_FINAL(ctx, A1, hashlen);
1102 HMAC_UPDATE(ctx, A1, hashlen);
1119 /* Update A1 for next iteration */
1121 HMAC_UPDATE(ctx, A1, hashlen);
1122 HMAC_FINAL(ctx, A1, hashlen);
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c142 const char *SEALING_CLIENT_SERVER="Digest H(A1) to client-to-server sealing key magic constant";
143 const char *SEALING_SERVER_CLIENT="Digest H(A1) to server-to-client sealing key magic constant";
329 HASHHEX HA1, /* H(A1) */
2399 SessionKey,/* H(A1) */
2423 SessionKey, /* H(A1) */
2866 HASH A1; local
3263 * A1 = { H( { username-value, ":", realm-value, ":", passwd } ),
3267 memcpy(A1, HA1, HASHLEN);
3268 A1[HASHLEN] = '\0';
3274 memcpy(A1, auxprop_value
[all...]

Completed in 177 milliseconds