Searched refs:DECIMAL64_Bias (Results 1 – 6 of 6) sorted by relevance
42 #define DECIMAL64_Bias 398 /* bias for the exponent */ macro46 #define DECIMAL64_Ehigh (DECIMAL64_Emax+DECIMAL64_Bias-DECIMAL64_Pmax+1)
132 if (dn->exponent<-DECIMAL64_Bias) { in decimal64FromNumber()137 exp=dn->exponent+DECIMAL64_Bias; /* bias exponent */ in decimal64FromNumber()150 exp=(uInt)(dn->exponent+DECIMAL64_Bias); /* bias exponent */ in decimal64FromNumber()251 dn->exponent=(exp<<8)+((sourhi>>18)&0xff)-DECIMAL64_Bias; /* unbiased */ in decimal64ToNumber()345 else exp=(exp<<8)+((sourhi>>18)&0xff)-DECIMAL64_Bias; in decimal64ToString()