Searched defs:nDigit (Results 1 – 2 of 2) sorted by relevance
3736 int nDigit; /* Total number of digits */ member3992 int nDigit; /* Number of digits not counting trailing zeros */ 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
36050 int nDigit = 0; /* Number of digits processed */ in sqlite3AtoF() local