Searched defs:ImLog (Results 1 – 1 of 1) sorted by relevance
399 static inline float ImLog(float x) { return logf(x); } // DragBehaviorT/Sl… in ImLog() function400 static inline double ImLog(double x) { return log(x); } in ImLog() function