Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
H A Ddecimal128.h41 #define DECIMAL128_Bias 6176 /* bias for the exponent */ macro
45 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
H A Ddecimal128.c128 if (dn->exponent<-DECIMAL128_Bias) { in decimal128FromNumber()
133 exp=dn->exponent+DECIMAL128_Bias; /* bias exponent */ in decimal128FromNumber()
146 exp=(uInt)(dn->exponent+DECIMAL128_Bias); /* bias exponent */ in decimal128FromNumber()
240 dn->exponent=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */ in decimal128ToNumber()
336 else exp=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */ in decimal128ToString()
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
H A Ddecimal128.h41 #define DECIMAL128_Bias 6176 /* bias for the exponent */ macro
45 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
H A Ddecimal128.c128 if (dn->exponent<-DECIMAL128_Bias) { in decimal128FromNumber()
133 exp=dn->exponent+DECIMAL128_Bias; /* bias exponent */ in decimal128FromNumber()
146 exp=(uInt)(dn->exponent+DECIMAL128_Bias); /* bias exponent */ in decimal128FromNumber()
240 dn->exponent=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */ in decimal128ToNumber()
336 else exp=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */ in decimal128ToString()
/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
H A Ddecimal128.h41 #define DECIMAL128_Bias 6176 /* bias for the exponent */ macro
45 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
H A Ddecimal128.c128 if (dn->exponent<-DECIMAL128_Bias) { in decimal128FromNumber()
133 exp=dn->exponent+DECIMAL128_Bias; /* bias exponent */ in decimal128FromNumber()
146 exp=(uInt)(dn->exponent+DECIMAL128_Bias); /* bias exponent */ in decimal128FromNumber()
240 dn->exponent=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */ in decimal128ToNumber()
336 else exp=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */ in decimal128ToString()