Searched defs:ImFmod (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 216 static inline float ImFmod(float x, float y) { return fmodf(x, y); } function in typeref:typename:float 217 static inline double ImFmod(double x, double y) { return fmod(x, y); } function in typeref:typename:double |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 216 static inline float ImFmod(float x, float y) { return fmodf(x, y); } function in typeref:typename:float 217 static inline double ImFmod(double x, double y) { return fmod(x, y); } function in typeref:typename:double |
Completed in 14 milliseconds