Home
last modified time | relevance | path

Searched defs:ImFmod (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h216 static inline float ImFmod(float x, float y) { return fmodf(x, y… in ImFmod() function
217 static inline double ImFmod(double x, double y) { return fmod(x, y)… in ImFmod() function