Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c2367 int nFrac; /* Number of digits to the right of the decimal point */ member
2644 static void decimal_expand(Decimal *p, int nDigit, int nFrac){ in decimal_expand()
2674 int nSig, nFrac, nDigit; in decimal_add() local
/external/sqlite/dist/
Dshell.c2372 int nFrac; /* Number of digits to the right of the decimal point */ member
2649 static void decimal_expand(Decimal *p, int nDigit, int nFrac){ in decimal_expand()
2679 int nSig, nFrac, nDigit; in decimal_add() local