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

/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal64.h46 #define DECIMAL64_Bias 398 /* bias for the exponent */ macro
49 #define DECIMAL64_Ehigh (DECIMAL64_Emax+DECIMAL64_Bias-DECIMAL64_Pmax+1)
H A Ddecimal64.c129 if (dn->exponent < -DECIMAL64_Bias)
136 exp = dn->exponent + DECIMAL64_Bias; /* bias exponent */
153 exp = (uInt) (dn->exponent + DECIMAL64_Bias); /* bias exponent */
227 dn->exponent = exp + decimal64ExpCon (d64) - DECIMAL64_Bias; /* remove bias */

Completed in 104 milliseconds