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