Searched defs:round (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/math/ | ||
H A D | round.c | 12 double round(double x) in round() function |
/DragonOS/kernel/src/common/ | ||
H A D | glib.h | 40 ul round(double x) { return (ul)(x + 0.5); } in round() function |