Searched defs:nDigit (Results 1 – 2 of 2) sorted by relevance
3694 int nDigit; /* Total number of digits */ member3950 int nDigit; /* Number of digits not counting trailing zeros */ in decimal_result_sci() local4069 static void decimal_expand(Decimal *p, int nDigit, int nFrac){ in decimal_expand()4099 int nSig, nFrac, nDigit; in decimal_add() local
35449 int nDigit = 0; /* Number of digits processed */ in sqlite3AtoF() local