Searched refs:toint (Results 1 – 5 of 5) sorted by relevance
10 static const double_t toint = 1/EPS; variable22 y = x - toint + toint; in rint()24 y = x + toint - toint; in rint()
8 static const double_t toint = 1/EPS; variable20 y = x - toint + toint - x; in ceil()22 y = x + toint - toint - x; in ceil()
8 static const double_t toint = 1/EPS; variable20 y = x - toint + toint - x; in floor()22 y = x + toint - toint - x; in floor()
8 static const double_t toint = 1/EPS; variable22 FORCE_EVAL(x + toint); in round()25 y = x + toint - toint - x; in round()
38 toint = 1.5/EPS, variable121 fn = (double_t)x*invpio2 + toint - toint; in __rem_pio2()
Completed in 6 milliseconds