Searched defs:nFrac (Results 1 – 1 of 1) sorted by relevance
3681 int nFrac; /* Number of digits to the right of the decimal point */ member3937 int nFrac; /* Digits to the right of the decimal point */ in decimal_result_sci() local4055 static void decimal_expand(Decimal *p, int nDigit, int nFrac){ in decimal_expand()4085 int nSig, nFrac, nDigit; in decimal_add() local