Searched defs:ImFmod (Results 1 – 1 of 1) sorted by relevance
216 static inline float ImFmod(float x, float y) { return fmodf(x, y… in ImFmod() function217 static inline double ImFmod(double x, double y) { return fmod(x, y)… in ImFmod() function