Home
last modified time | relevance | path

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

/qemu/libdecnumber/dpd/
H A Ddecimal64.c99 #define targlo targar[0] /* and the other */ in decimal64FromNumber() macro
165 targlo =dpd[0]; in decimal64FromNumber()
166 targlo|=dpd[1]<<10; in decimal64FromNumber()
167 targlo|=dpd[2]<<20; in decimal64FromNumber()
169 targlo|=dpd[3]<<30; in decimal64FromNumber()
H A Ddecimal128.c95 #define targlo targar[0] /* .. */ in decimal128FromNumber() macro
174 pu[0]=targlo; /* directly store the low int */ in decimal128FromNumber()
183 pu[3]=targlo; /* then the low int */ in decimal128FromNumber()