Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h214 static inline float ImPow(float x, float y) { return powf(x, y)… in ImPow() function
215 static inline double ImPow(double x, double y) { return pow(x, y);… in ImPow() function