Home
last modified time | relevance | path

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

/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Ddatefce.c810 tm_round(struct pg_tm *tm, text *fmt, bool *redotz) in tm_round() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Abstractions/
H A Dbasic.hpp144 inline double tm_round (double x) { return floor (x + 0.5); } in tm_round() function