Searched defs:ImFabs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 212 static inline float ImFabs(float x) { return fabsf(x); } function in typeref:typename:float |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 212 static inline float ImFabs(float x) { return fabsf(x); } function in typeref:typename:float |
Completed in 11 milliseconds