Searched defs:fmod (Results 1 – 4 of 4) sorted by relevance
891 # define fmod rpl_fmod macro
172 #define fmod(x, y) wtf_fmod(x, y) macro
278 fmod, enumerator
805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro