Searched defs:ImSqrt (Results 1 – 3 of 3) sorted by relevance
206 static inline float ImSqrt(float x) { return sqrtf(x); } in ImSqrt() function
213 static inline float ImSqrt(float x) { return sqrtf(x); } in ImSqrt() function
388 #define ImSqrt(X) sqrtf(X) macro