Searched defs:int_down (Results 1 – 2 of 2) sorted by relevance
44 T int_down (const T& x) in int_down() function71 T int_down(const T& x) { this->downward(); return this->to_int(x); } in int_down() function108 T int_down(const T& x) { return -this->to_int(-x); } in int_down() function
29 int int_down(int x) { return x; } in int_down() function