Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Drint.c10 static const double_t toint = 1/EPS; variable
22 y = x - toint + toint; in rint()
24 y = x + toint - toint; in rint()
A Dceil.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in ceil()
22 y = x + toint - toint - x; in ceil()
A Dfloor.c8 static const double_t toint = 1/EPS; variable
20 y = x - toint + toint - x; in floor()
22 y = x + toint - toint - x; in floor()
A Dround.c8 static const double_t toint = 1/EPS; variable
22 FORCE_EVAL(x + toint); in round()
25 y = x + toint - toint - x; in round()
A D__rem_pio2.c38 toint = 1.5/EPS, variable
121 fn = (double_t)x*invpio2 + toint - toint; in __rem_pio2()

Completed in 6 milliseconds