Searched refs:decimal64ExpCon (Results 1 – 2 of 2) sorted by relevance
227 dn->exponent = exp + decimal64ExpCon (d64) - DECIMAL64_Bias; /* remove bias */ in decimal64ToNumber()335 decimal64Sign (d64), decimal64Comb (d64), decimal64ExpCon (d64)); in decimal64Show()
81 #define decimal64ExpCon(d) ((((d)->bytes[0] & 0x03)<<6) \ macro