Home
last modified time | relevance | path

Searched refs:sourml (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h507 uInt sourml=DFWWORD(df, 2); \
514 dpd2bcd8(bcd+13, ((sourmh)<<4) | (sourml>>28)); \
515 dpd2bcd8(bcd+16, sourml>>18); \
516 dpd2bcd8(bcd+19, sourml>>8); \
517 dpd2bcd8(bcd+22, ((sourml)<<2) | (sourlo>>30)); \
526 uInt sourml=DFWORD(df, 2); \
533 dpd2bcd8(bcd+13, ((sourmh)<<4) | (sourml>>28)); \
534 dpd2bcd8(bcd+16, sourml>>18); \
535 dpd2bcd8(bcd+19, sourml>>8); \
536 dpd2bcd8(bcd+22, ((sourml)<<2) | (sourlo>>30)); \
[all …]
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal128.c206 #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 …]