Searched refs:DECIMAL128_Bias (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h50 #define DECIMAL128_Bias 6176 /* bias for the exponent */ macro
53 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
H A Ddecimal128.c129 if (dn->exponent < -DECIMAL128_Bias)
136 exp = dn->exponent + DECIMAL128_Bias; /* bias exponent */
153 exp = (uInt) (dn->exponent + DECIMAL128_Bias); /* bias exponent */
231 dn->exponent = exp + decimal128ExpCon (d128) - DECIMAL128_Bias; /* remove bias */

Completed in 110 milliseconds