Home
last modified time | relevance | path

Searched refs:K3 (Results 1 – 21 of 21) sorted by relevance

/titanic_41/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; in __vlogf()
225 yy1 = ((K3 * yy1 + K2) * yy1 + K1) * yy1 * yy1 + yy1; in __vlogf()
226 yy2 = ((K3 * yy2 + K2) * yy2 + K1) * yy2 * yy2 + yy2; in __vlogf()
227 yy3 = ((K3 * yy3 + K2) * yy3 + K1) * yy3 * yy3 + yy3; in __vlogf()
228 yy4 = ((K3 * yy4 + K2) * yy4 + K1) * yy4 * yy4 + yy4; in __vlogf()
H A D__vrsqrt.c111 K3 = -3.12499999317136886551e-01, variable
174 res = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0; in __vrsqrt()
237 res = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0; in __vrsqrt()
273 res = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0; in __vrsqrt()
355 res0 = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0; in __vrsqrt_n()
356 res1 = (((((K6 * xx1 + K5) * xx1 + K4) * xx1 + K3) * xx1 + K2) * xx1 + K1) * xx1; in __vrsqrt_n()
357 res2 = (((((K6 * xx2 + K5) * xx2 + K4) * xx2 + K3) * xx2 + K2) * xx2 + K1) * xx2; in __vrsqrt_n()
400 res0 = (((((K6 * xx0 + K5) * xx0 + K4) * xx0 + K3) * xx0 + K2) * xx0 + K1) * xx0; in __vrsqrt_n()
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S176 .word 0xbfd400fc, 0x0bbb8e78 ! K3 = -3.12560092408808548438e-01
187 #define K3 %f38 macro
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,%f26,%f52 ! (0_0) res0 = K3 * xx0;
513 fmuld K3,%f44,%f50 ! (1_0) res1 = K3 * xx1;
581 fmuld K3,%f30,%f52 ! (2_0) res0 = K3 * xx0;
[all …]
H A D__vlogf.S72 .word 0xbfcffb16, 0xbfa3db6e, ! K3 = -2.49850123953105416108e-01
90 #define K3 %f30 macro
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,%f62,%f50 ! (Y1_0) dtmp0 = K3 * yy
475 fmuld K3,%f44,%f22 ! (Y2_0) dtmp0 = K3 * yy
[all …]
H A D__vrsqrt.S39 .word 0xbfd3ffff, 0xff444bc8 ! K3 =-3.12499999317136886551e-01;
67 #define K3 %f50 macro
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;
565 faddd %f34,K3,%f34 ! (2_1) res += K3;
625 faddd %f34,K3,%f34 ! (3_1) res += K3;
685 faddd %f34,K3,%f34 ! (4_1) res += K3;
[all …]
H A D__vatan2f.S51 .word 0xbfc240b8, 0xd994abf9 ! K3 = -1.42600160828209047720e-01
74 #define K3 %f48 macro
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;
770 faddd %f20,K3,%f20 ! (3_1) dtmp0 += K3;
855 faddd %f18,K3,%f18 ! (4_1) dtmp0 += K3;
940 faddd %f24,K3,%f24 ! (5_1) dtmp0 += K3;
[all …]
/titanic_41/usr/src/lib/libm/common/R/
H A Dlogf.c109 #define K3 C[1] macro
145 v += (v * v) * (K1 + v * (K2 + v * K3)); in logf()
/titanic_41/usr/src/ucblib/libcurses/
H A Dcurses.c54 *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6, *K7, *K8, variable
H A Dcr_tty.c47 &K3, &K4, &K5, &K6, &K7, &K8, &K9, &HO, &IC,
H A Dmapfile-vers90 K3;
/titanic_41/usr/src/cmd/fm/dicts/
H A DSUN4.po317 # code: SUN4-8000-K3
320 msgid "SUN4-8000-K3.type"
322 msgid "SUN4-8000-K3.severity"
324 msgid "SUN4-8000-K3.description"
326 msgid "SUN4-8000-K3.response"
328 msgid "SUN4-8000-K3.impact"
330 msgid "SUN4-8000-K3.action"
H A DSUN4U.po1836 # code: SUN4U-8003-K3
1839 msgid "SUN4U-8003-K3.type"
1841 msgid "SUN4U-8003-K3.severity"
1843 msgid "SUN4U-8003-K3.description"
1845 msgid "SUN4U-8003-K3.response"
1847 msgid "SUN4U-8003-K3.impact"
1849 msgid "SUN4U-8003-K3.action"
/titanic_41/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'): in tmxdate()
1160 case K3('M','S','C'): in tmxdate()
1166 case K3('u','s','c'): in tmxdate()
1170 case K3('U','S','C'): in tmxdate()
1175 case K3('n','s','c'): in tmxdate()
1178 case K3('N','S','C'): in tmxdate()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h62 *DM, *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6,
/titanic_41/usr/src/lib/libcurses/screen/
H A Dcaps276 key_a3, "ka3" "K3" KEY_A3, 0535, Upper right of keypad
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps281 key_a3 ka3 K3 str Upper right of keypad
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps281 key_a3 ka3 K3 str Upper right of keypad
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src622 :Fc=\200\214:K1=\200G:K2=\200L:K3=\200I:K4=\200O:K5=\200Q:\
765 :K1=\E#7:K2=\E#9:K3=\E#5:K4=\E#1:K5=\E#3:al=\EL:bl=^G:\
1552 :@8=\E[M:DO=\E[%dB:K1=\E[q:K2=\E[r:K3=\E[s:K4=\E[p:K5=\E[n:\
1946 :K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:
1975 :@8=\EOM:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:k1=\EOP:\
2696 :@8@:K1@:K2@:K3@:K4@:K5@:\
2883 :Fa=\E[21;6~:Fb=\E[23;6~:Fc=\E[24;6~:K1@:K2=\EOE:K3@:K4@:\
3134 :K1=\217w:K2=\217y:K3=\217u:K4=\217q:K5=\217s:LE=\233%dD:\
3824 :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:K1=\E[7~:K2=\EOu:K3=\E[5~:\
4053 :K2=\E[218z:K3=\E[216z:K4=\E[220z:K5=\E[222z:k1=\E[224z:\
[all …]
H A Dterminfo.src9841 is2=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n,
/titanic_41/usr/src/data/hwdata/
H A Dusb.ids5152 5080 Yepp YP-K3 (msc)
5153 5081 Yepp YP-K3 (mtp)
H A Dpci.ids30321 0003 Luna K3 Hardware Security Module