Searched defs:to_int (Results 1 – 7 of 7) sorted by relevance
5 #define to_int(x) ({ register int n = (x); n; }) macro
7 int to_int(double &v) { in to_int() function
256 TO<double, int> to_int; in operators() local
78 def to_int(in_value): global() function
506 int to_int(bool x) { return int{x}; } to_int() function
639 constexpr int to_int(int x) { return x; } to_int() function 640 int to_int(LifetimeIterator::Value x) { return x.i_; } to_int() function
107 let to_int index = function