Searched refs:xCeil (Results 1 – 1 of 1) sorted by relevance
2068 static double xCeil(double x){ return ceil(x); } in xCeil() function2332 MFUNCTION(ceil, 1, xCeil, ceilingFunc ), in sqlite3RegisterBuiltinFunctions()2333 MFUNCTION(ceiling, 1, xCeil, ceilingFunc ), in sqlite3RegisterBuiltinFunctions()