Searched defs:rint (Results 1 – 8 of 8) sorted by relevance
41 # define rint(x) (floor((x)+0.5f)) macro50 # define rint(x) (floor((x)+0.5f)) macro
61 # define rint(x) (floor((x)+0.5f)) macro
1532 int depth = 0, rint; in get_which_cursor() local1955 int x, y, rint; in check_x11_pointer() local
96 Ambiguous rint(Ambiguous){ return Ambiguous(); } in rint() function
916 public Dfp rint() { in rint() method in Dfp
3743 public static double rint(double x) { in rint() method in FastMath
1138 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x)) macro
1136 static inline float rint (float a) in rint() function