/haiku/src/system/libroot/os/arch/sparc/ |
H A D | softfloat.c | 42 struct fpemu fe; \ 44 __asm __volatile("stx %%fsr, %0" : "=m" (fe.fe_fsr) :); \ 45 fe.fe_cx = 0; \ 46 fe.fe_f1.fp_sign = a[0] >> 31; \ 47 fe.fe_f1.fp_sticky = 0; \ 48 fe.fe_f1.fp_class = __fpu_qtof(&fe.fe_f1, a[0], a[1], a[2], a[3]); \ 49 fe.fe_f2.fp_sign = b[0] >> 31; \ 50 fe.fe_f2.fp_sticky = 0; \ 51 fe.fe_f2.fp_class = __fpu_qtof(&fe.fe_f2, b[0], b[1], b[2], b[3]); \ 52 r = __fpu_ ## op(&fe); \ [all …]
|
H A D | fpu_implode.c | 86 fpround(struct fpemu *fe, struct fpn *fp) in fpround() argument 107 fe->fe_cx |= FSR_NX; /* inexact */ in fpround() 110 switch (FSR_GET_RD(fe->fe_fsr)) { in fpround() 166 toinf(struct fpemu *fe, int sign) in toinf() argument 171 switch (FSR_GET_RD(fe->fe_fsr)) { in toinf() 199 __fpu_ftoi(fe, fp) in __fpu_ftoi() argument 200 struct fpemu *fe; in __fpu_ftoi() 226 fe->fe_cx |= FSR_NX; 236 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV; 247 __fpu_ftox(fe, fp, res) in __fpu_ftox() argument [all …]
|
H A D | fpu_compare.c | 92 __fpu_compare(struct fpemu *fe, int cmpe, int fcc) in __fpu_compare() argument 98 a = &fe->fe_f1; in __fpu_compare() 99 b = &fe->fe_f2; in __fpu_compare() 108 fe->fe_cx = FSR_NV; in __fpu_compare() 167 a = __fpu_sub(fe); in __fpu_compare() 174 fe->fe_fsr = (fe->fe_fsr & fcc_nmask[fcc]) | in __fpu_compare()
|
H A D | fpu_add.c | 63 __fpu_add(fe) in __fpu_add() argument 64 struct fpemu *fe; in __fpu_add() 66 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r; 95 return (__fpu_newnan(fe)); 98 rd = FSR_GET_RD(fe->fe_fsr); 115 r = &fe->fe_f3;
|
H A D | fpu_div.c | 152 __fpu_div(fe) in __fpu_div() argument 153 struct fpemu *fe; in __fpu_div() 155 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2; 184 return (__fpu_newnan(fe)); 195 fe->fe_cx = FSR_DZ;
|
H A D | fpu_mul.c | 99 __fpu_mul(fe) in __fpu_mul() argument 100 struct fpemu *fe; in __fpu_mul() 102 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2; 128 return (__fpu_newnan(fe));
|
H A D | fpu_emu.h | 166 #define __fpu_sub(fe) (ISNAN(&(fe)->fe_f2) ? 0 : ((fe)->fe_f2.fp_sign ^= 1), \ argument 167 __fpu_add(fe))
|
H A D | fpu_sqrt.c | 186 __fpu_sqrt(fe) in __fpu_sqrt() argument 187 struct fpemu *fe; in __fpu_sqrt() 189 struct fpn *x = &fe->fe_f1; 210 return (__fpu_newnan(fe));
|
H A D | fpu_subr.c | 206 __fpu_newnan(struct fpemu *fe) in __fpu_newnan() argument 210 fe->fe_cx = FSR_NV; in __fpu_newnan() 211 fp = &fe->fe_f3; in __fpu_newnan()
|
H A D | fpu_explode.c | 263 __fpu_explode(fe, fp, type, reg) in __fpu_explode() argument 264 struct fpemu *fe; in __fpu_explode() 319 fe->fe_cx = FSR_NV; /* assert invalid operand */
|
/haiku/data/catalogs/apps/glteapot/ |
H A D | ro.catkeys | 3 Backface culling TeapotWindow Eliminarea feței din spate
|
/haiku/data/catalogs/apps/haikudepot/ |
H A D | de.catkeys | 73 Checking user details UserDetailVerifierProcess Prüfe Benutzerdaten
|
/haiku/src/data/ids/ |
H A D | usb.ids | 777 03fe Farallon Comunications 2404 02fe Xbox Wireless Adapter for Windows 3752 20fe SW2 5300U 3939 12fe Printer in service mode 4323 30fe Digital IXUS 65 (PTP mode)/PowerShot SD630 (PTP mode) 5029 10fe S500 5446 03fe DMHS2 DFU Adapter 6290 02fe MFC-J200 6493 04fe PFU, Ltd 6780 00fe G773 Monitor Hub [all …]
|
H A D | pci.ids | 1233 13fe Cyan Skillfish [BC-250] 3331 1028 02fe Mobility Radeon HD 5730 3734 68fe Cedar LE 4892 1014 03fe PCIe3 x8 Cache SAS RAID Internal Adapter 6Gb (57D8) 5318 15fe FireFlight Internal PCIe GPP Bridge 0 to Bus B 8695 1093 76fe PXIe-5644R 9246 12fe 0111 CPCI-ASIO4 (ESD 4-port Serial Interface Board) 9286 12fe 0001 CAN-PCI/331 CAN bus controller 9527 1028 00fe Optiplex GX240 10212 00fe NV38GL [Quadro FX 1300] [all …]
|