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

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c137 if (exp > DECIMAL128_Ehigh)
139 exp = DECIMAL128_Ehigh;
155 if (exp > DECIMAL128_Ehigh)
157 pad = exp - DECIMAL128_Ehigh;
158 exp = DECIMAL128_Ehigh; /* [to maximum] */
H A Ddecimal128.h53 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1) macro

Completed in 100 milliseconds