Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h399 static inline float ImLog(float x) { return logf(x); } // DragBehaviorT/Sl… in ImLog() function
400 static inline double ImLog(double x) { return log(x); } in ImLog() function