Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/math/
H A Dround.c12 double round(double x) in round() function
/DragonOS/kernel/src/common/
H A Dglib.h40 ul round(double x) { return (ul)(x + 0.5); } in round() function