Home
last modified time | relevance | path

Searched refs:decimal_round (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c6048 static void decimal_round(Decimal *p, int N){ in decimal_round() function
6468 if( N>0 ) decimal_round(p, N); in decimalFunc()