Home
last modified time | relevance | path

Searched refs:decGetInt (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c232 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) function
5366 decGetInt (const decNumber * dn)
H A DChangeLog43 decCopyFit, decSetCoeff, decGetInt, decNaNs, decGetDigits,