Searched defs:K2 (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Dlogf.c45 * (K1+s*(K2+s*K3)). Then we compute the expression above as
110 #define K2 C[2] macro
145 v += (v * v) * (K1 + v * (K2 + v * K3));
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatanf.S39 .word 0x3fc98d6d, 0x926596cc ! K2 = 1.99628540499523379702e-01
170 #define K2 %f58 define
247 ! dtmp0 = K2 * x2;
273 ldd [%l2+16],K2
521 fmuld K2,%f50,%f4 ! (0_0) dtmp0 = K2 * x2;
593 fmuld K2,%f50,%f4 ! (1_1) dtmp0 = K2 * x2;
655 fmuld K2,%f50,%f4 ! (2_1) dtmp0 = K2 * x
[all...]
H A D__vhypotf.S38 .word 0xbfc00003, 0xc0017a01 ! K2 = -1.25000447037521686593e-01
52 #define K2 %f26 define
140 ! res0 = K2 * xx0;
171 ldd [%o3+8],K2
353 fmuld K2,%f38,%f56 ! (3_1) res0 = K2 * xx0;
397 fmuld K2,%f58,%f54 ! (4_1) res0 = K2 * xx0;
449 fmuld K2,%f38,%f56 ! (0_1) res0 = K2 * xx
[all...]
H A D__vrsqrtf.S175 .word 0x3fd80118, 0x0ca296d9 ! K2 = 3.75066768969515586277e-01
188 #define K2 %f36 define
335 ! res0 += K2;
336 ! res1 += K2;
371 ldd [TBL+2048+16],K2
472 faddd %f52,K2,%f62 ! (4_1) res0 += K2;
476 faddd %f50,K2,%f60 ! (5_1) res1 += K2;
534 faddd %f52,K2,
[all...]
H A D__vsqrtf_ultra3.S41 .word 0xbfc00003, 0xc0017a01 ! K2 = -1.25000447037521686593e-01
49 #define K2 %f38 define
105 ! res0 = K2 * xx0;
133 ldd [%o2+8],K2
238 fmuld K2,%f46,%f52 ! (2_1) res0 = K2 * xx0;
271 fmuld K2,%f42,%f50 ! (3_1) res0 = K2 * xx0;
307 fmuld K2,%f46,%f50 ! (4_1) res0 = K2 * xx
[all...]
H A D__vatan2f.S50 .word 0x3fc998f8, 0x2493d066 ! K2 = 1.99980752811487135558e-01
73 #define K2 %f46 define
185 ! dtmp0 += K2;
237 ldd [%g1+80+16],K2
561 faddd %f24,K2,%f40 ! (0_1) dtmp0 += K2;
638 faddd %f4,K2,%f40 ! (1_1) dtmp0 += K2;
718 faddd %f22,K2,%f40 ! (2_1) dtmp0 += K2;
[all...]
H A D__vlogf.S73 .word 0x3fd5561b, 0xa4b3110b, ! K2 = 3.33380614127478394992e-01
91 #define K2 %f32 define
171 ! f32 K2 = 3.33380614127478394992e-01
196 ! double K2 = 3.33380614127478394992e-01;
221 ! dtmp1 = dtmp0 + K2;
257 ! dtmp1 = dtmp0 + K2;
283 ldd [LOGFTBL+536],K2
418 faddd %f22,K2,%f48 ! (Y0_0) dtmp1 = dtmp0 + K2
429 faddd %f50,K2,
[all...]
H A D__vrsqrt.S38 .word 0x3fd80000, 0x00000058 ! K2 = 3.75000000000004884257e-01;
68 #define K2 %f14 define
169 ! res += K2;
195 ldd [%o3+0x08],K2
431 faddd %f22,K2,%f10 ! (6_1) res += K2;
482 faddd %f60,K2,%f60 ! (0_0) res += K2;
542 faddd %f24,K2,%f26 ! (1_1) res += K2;
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c95 K2 = 3.33368809981254554946e-01, variable
112 yy##N = ((K3 * yy##N + K2) * yy##N + K1) * yy##N * yy##N + yy##N; \
224 yy0 = ((K3 * yy0 + K2) * yy0 + K1) * yy0 * yy0 + yy0;
225 yy1 = ((K3 * yy1 + K2) * yy1 + K1) * yy1 * yy1 + yy1;
226 yy2 = ((K3 * yy2 + K2) * yy2 + K1) * yy2 * yy2 + yy2;
227 yy3 = ((K3 * yy3 + K2) * yy3 + K1) * yy3 * yy3 + yy3;
228 yy4 = ((K3 * yy4 + K2) * yy4 + K1) * yy4 * yy4 + yy4;
H A D__vrsqrt.c110 K2 = 3.75000000000004884257e-01, variable
174 res = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0;
237 res = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0;
273 res = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0;
355 res0 = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0;
356 res1 = (((((K6 * xx1 + K5) * xx1 + K4) * xx1 + K3) * xx1 + K2) * xx1 + K1) * xx1;
357 res2 = (((((K6 * xx2 + K5) * xx2 + K4) * xx2 + K3) * xx2 + K2) * xx2 + K1) * xx2;
400 res0 = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0;
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c143 #define K2(c1,c2) (((c1)<<8)|(c2)) macro
1109 case K2('y','r'):
1110 case K2('Y','R'):
1115 case K2('m','o'):
1116 case K2('M','O'):
1122 case K2('w','k'):
1123 case K2('W','K'):
1129 case K2('d','a'):
1130 case K2('d','y'):
1131 case K2('
[all...]
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c54 *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6, *K7, *K8, variable

Completed in 69 milliseconds