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

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h48 #define DECIMAL128_Emax 6144 /* maximum adjusted exponent */ macro
53 #define DECIMAL128_Ehigh (DECIMAL128_Emax+DECIMAL128_Bias-DECIMAL128_Pmax+1)
H A Ddecimal128.c92 || ae > DECIMAL128_Emax /* likely overflow */

Completed in 54 milliseconds