Home
last modified time | relevance | path

Searched refs:toint (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/math/
Dround.c8 static const double toint = 1 / EPS; variable
28 FORCE_EVAL(x + toint); in round()
31 y = x + toint - toint - x; in round()
/DragonOS-0.1.2/kernel/src/common/math/
Dround.c10 static const double toint = 1 / EPS; variable
30 FORCE_EVAL(x + toint); in round()
33 y = x + toint - toint - x; in round()