Home
last modified time | relevance | path

Searched refs:DECIMAL64_Bias (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
HDdecimal64.h42 #define DECIMAL64_Bias 398 /* bias for the exponent */ macro
46 #define DECIMAL64_Ehigh (DECIMAL64_Emax+DECIMAL64_Bias-DECIMAL64_Pmax+1)
HDdecimal64.c132 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()
/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
HDdecimal64.h42 #define DECIMAL64_Bias 398 /* bias for the exponent */ macro
46 #define DECIMAL64_Ehigh (DECIMAL64_Emax+DECIMAL64_Bias-DECIMAL64_Pmax+1)
HDdecimal64.c132 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()
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
HDdecimal64.h42 #define DECIMAL64_Bias 398 /* bias for the exponent */ macro
46 #define DECIMAL64_Ehigh (DECIMAL64_Emax+DECIMAL64_Bias-DECIMAL64_Pmax+1)
HDdecimal64.c132 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()