Home
last modified time | relevance | path

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

/qemu/libdecnumber/dpd/
H A Ddecimal128.c203 uInt sourar[4]; /* source 128-bit */ in decimal128ToNumber() local
204 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToNumber()
205 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToNumber()
206 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToNumber()
207 #define sourlo sourar[0] /* and the lowest word */ in decimal128ToNumber()
259 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal128ToNumber()
297 uInt sourar[4]; /* source 128-bit */ in decimal128ToString() local
298 #define sourhi sourar[3] /* name the word with the sign */ in decimal128ToString()
299 #define sourmh sourar[2] /* and the mid-high word */ in decimal128ToString()
300 #define sourml sourar[1] /* and the mod-low word */ in decimal128ToString()
[all …]
H A Ddecimal64.c220 uInt sourar[2]; /* source 64-bit */ in decimal64ToNumber() local
221 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToNumber()
222 #define sourlo sourar[0] /* and the lower word */ in decimal64ToNumber()
275 decDigitsFromDPD(dn, sourar, need); /* process declets */ in decimal64ToNumber()
313 uInt sourar[2]; /* source 64-bit */ in decimal64ToString() local
314 #define sourhi sourar[1] /* name the word with the sign */ in decimal64ToString()
315 #define sourlo sourar[0] /* and the lower word */ in decimal64ToString()