DEC_CLASS_NEG_SUBNORMAL 3123 src/decNumber/decNumber.c   if (decNumberIsNegative(dn)) return DEC_CLASS_NEG_SUBNORMAL;
DEC_CLASS_NEG_SUBNORMAL 3139 src/decNumber/decNumber.c   if (eclass==DEC_CLASS_NEG_SUBNORMAL) return DEC_ClassString_NS;