Searched defs:ImPow (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 214 static inline float ImPow(float x, float y) { return powf(x, y); } function in typeref:typename:float 215 static inline double ImPow(double x, double y) { return pow(x, y); } function in typeref:typename:double |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui_internal.h | 214 static inline float ImPow(float x, float y) { return powf(x, y); } function in typeref:typename:float 215 static inline double ImPow(double x, double y) { return pow(x, y); } function in typeref:typename:double |
Completed in 10 milliseconds