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