Searched defs:K3 (Results 1 - 9 of 9) 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
109 #define K3 C[1] macro
145 v += (v * v) * (K1 + v * (K2 + v * K3));
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S176 .word 0xbfd400fc, 0x0bbb8e78 ! K3 = -3.12560092408808548438e-01
187 #define K3 %f38 define
333 ! res0 = K3 * xx0;
334 ! res1 = K3 * xx1;
375 ldd [TBL+2048+24],K3
451 fmuld K3,%f40,%f52 ! (4_1) res0 = K3 * xx0;
453 fmuld K3,%f46,%f50 ! (5_1) res1 = K3 * xx1;
511 fmuld K3,
[all...]
H A D__vatan2f.S51 .word 0xbfc240b8, 0xd994abf9 ! K3 = -1.42600160828209047720e-01
74 #define K3 %f48 define
183 ! dtmp0 += K3;
238 ldd [%g1+80+24],K3
531 faddd %f24,K3,%f24 ! (0_0) dtmp0 += K3;
605 faddd %f4,K3,%f4 ! (1_1) dtmp0 += K3;
684 faddd %f22,K3,%f22 ! (2_1) dtmp0 += K3;
[all...]
H A D__vlogf.S72 .word 0xbfcffb16, 0xbfa3db6e, ! K3 = -2.49850123953105416108e-01
90 #define K3 %f30 define
170 ! f30 K3 = -2.49850123953105416108e-01
195 ! double K3 = -2.49850123953105416108e-01;
220 ! dtmp0 = K3 * yy;
256 ! dtmp0 = K3 * yy;
279 ldd [LOGFTBL+528],K3
404 fmuld K3,%f46,%f22 ! (Y0_0) dtmp0 = K3 * yy
411 fmuld K3,
[all...]
H A D__vrsqrt.S39 .word 0xbfd3ffff, 0xff444bc8 ! K3 =-3.12499999317136886551e-01;
67 #define K3 %f50 define
167 ! res += K3;
199 ldd [%o3+0x10],K3
404 faddd %f34,K3,%f6 ! (6_1) res += K3;
449 faddd %f34,K3,%f60 ! (0_0) res += K3;
500 faddd %f34,K3,%f34 ! (1_0) res += K3;
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c94 K3 = -2.49887584306188944706e-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.c111 K3 = -3.12499999317136886551e-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.c144 #define K3(c1,c2,c3) (((c1)<<16)|((c2)<<8)|(c3)) macro
1157 case K3('m','s','c'):
1160 case K3('M','S','C'):
1166 case K3('u','s','c'):
1170 case K3('U','S','C'):
1175 case K3('n','s','c'):
1178 case K3('N','S','C'):
/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 66 milliseconds