Searched defs:sqrtf (Results 1 – 3 of 3) sorted by relevance
30 float sqrtf(float x) { // CHECK-LABEL: @sqrtf( in sqrtf() function
93 static inline float sqrtf( float f ) in sqrtf() function
52 #define sqrtf(x) (float)sqrt((float)x) macro