Searched refs:decGetInt (Results 1 – 2 of 2) sorted by relevance
232 static Int decGetInt (const decNumber *, decContext *);234 static Int decGetInt (const decNumber *);1048 n = decGetInt (inrhs, set); in decNumberPower()1050 n = decGetInt (inrhs); in decNumberPower()3676 reqexp = decGetInt (inrhs, set); in decQuantizeOp()3678 reqexp = decGetInt (inrhs); in decQuantizeOp()5362 decGetInt (const decNumber * dn, decContext * set) function5366 decGetInt (const decNumber * dn)
43 decCopyFit, decSetCoeff, decGetInt, decNaNs, decGetDigits,