Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c2388 int nFrac; /* Number of digits to the right of the decimal point */ member
2665 static void decimal_expand(Decimal *p, int nDigit, int nFrac){ in decimal_expand()
2695 int nSig, nFrac, nDigit; in decimal_add() local