Searched defs:rint (Results 1 – 6 of 6) 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
41 unsigned short rint; /* Interrupt at end of record */ member
501 rint, enumerator
1138 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x)) macro
1095 static inline float rint (float a) in rint() function