Searched refs:targlo (Results 1 – 2 of 2) sorted by relevance
99 #define targlo targar[0] /* and the other */ in decimal64FromNumber() macro165 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()
95 #define targlo targar[0] /* .. */ in decimal128FromNumber() macro174 pu[0]=targlo; /* directly store the low int */ in decimal128FromNumber()183 pu[3]=targlo; /* then the low int */ in decimal128FromNumber()