Searched refs:sourml (Results 1 – 2 of 2) sorted by relevance
| /qemu/include/libdecnumber/ |
| A D | decNumberLocal.h | 507 uInt sourml=DFWWORD(df, 2); \ 515 dpd2bcd8(bcd+16, sourml>>18); \ 516 dpd2bcd8(bcd+19, sourml>>8); \ 526 uInt sourml=DFWORD(df, 2); \ 534 dpd2bcd8(bcd+16, sourml>>18); \ 535 dpd2bcd8(bcd+19, sourml>>8); \ 577 uInt sourhi, sourmh, sourml, sourlo; \ 582 sourml=DFWORD(df, 2); \ 584 +DPD2BINK[(sourml>>8)&0x3ff] \ 585 +DPD2BINM[(sourml>>18)&0x3ff]; \ [all …]
|
| /qemu/libdecnumber/dpd/ |
| A D | decimal128.c | 206 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToNumber() macro 213 sourml=pu[1]; /* then the mid-low */ in decimal128ToNumber() 220 sourml=pu[2]; /* then the mid-low */ in decimal128ToNumber() 254 else if (sourml) need=7; in decimal128ToNumber() 300 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToString() macro 307 sourml=pu[1]; /* then the mid-low */ in decimal128ToString() 314 sourml=pu[2]; /* then the mid-low */ in decimal128ToString() 334 if (sourlo==0 && sourml==0 && sourmh==0 in decimal128ToString() 364 dpd=((sourmh&0x3f)<<4) | (sourml>>28); /* declet 5 */ in decimal128ToString() 366 dpd=(sourml>>18)&0x3ff; /* declet 6 */ in decimal128ToString() [all …]
|
Completed in 9 milliseconds