Home
last modified time | relevance | path

Searched defs:nFrac (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Ddecimal.c39 int nFrac; /* Number of digits to the right of the decimal point */ member
316 static void decimal_expand(Decimal *p, int nDigit, int nFrac){ in decimal_expand()
346 int nSig, nFrac, nDigit; in decimal_add() local