Searched defs:sqrtf (Results 1 – 3 of 3) sorted by relevance
93 static INLINE float sqrtf( float f ) in sqrtf() function
139 #define sqrtf(f) ((float) sqrt(f)) macro
53 #define sqrtf(x) (float)sqrt((float)x) macro