Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c3681 int nFrac; /* Number of digits to the right of the decimal point */ member
3937 int nFrac; /* Digits to the right of the decimal point */ in decimal_result_sci() local
4055 static void decimal_expand(Decimal *p, int nDigit, int nFrac){ in decimal_expand()
4085 int nSig, nFrac, nDigit; in decimal_add() local