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

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h85 #define decimal128ExpCon(d) ((((d)->bytes[0] & 0x03)<<10) \ macro
H A Ddecimal128.c231 dn->exponent = exp + decimal128ExpCon (d128) - DECIMAL128_Bias; /* remove bias */
345 decimal128ExpCon (d128));

Completed in 123 milliseconds