Searched refs:decGetInt (Results 1 – 1 of 1) sorted by relevance
241 static Int decGetInt(const decNumber *);2190 n=decGetInt(rhs); in decNumberPower()2632 rotate=decGetInt(rhs); /* [cannot fail] */ in decNumberRotate()2790 reqexp=decGetInt(rhs); /* [cannot fail] */ in decNumberScaleB()2845 shift=decGetInt(rhs); /* [cannot fail] */ in decNumberShift()5856 t=decGetInt(b); /* [cannot fail] */6032 reqexp=decGetInt(inrhs); /* [cannot fail] */7688 static Int decGetInt(const decNumber *dn) { function