Searched refs:roundFunc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 134382 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ function 137265 FUNCTION(round, 1, 0, 0, roundFunc ), 137266 FUNCTION(round, 2, 0, 0, roundFunc ),
|