Searched refs:wtf_fmod (Results 1 – 1 of 1) sorted by relevance
156 inline double wtf_fmod(double x, double y) { return (!std::isinf(x) && std::isinf(y)) ? x : fmod(x,… in wtf_fmod() function162 #define fmod(x, y) wtf_fmod(x, y)