Searched defs:sqrtf (Results 1 – 18 of 18) sorted by relevance
1 .global sqrtf symbol3 sqrtf: sqrtss %xmm0, %xmm0 label
5 #define sqrtf sqrtl macro8 #define sqrtf sqrt macro
15 float sqrtf(float x) in sqrtf() function
3 float sqrtf(float x) in sqrtf() function
5 float sqrtf(float x) in sqrtf() function
30 float sqrtf(float x) { // CHECK-LABEL: @sqrtf( in sqrtf() function
17 pub fn sqrtf(x: f32) -> f32 { in sqrtf() function
168 mod sqrtf; module
93 static inline float sqrtf( float f ) in sqrtf() function
387 pub fn sqrtf(x: f32) -> f32 { in sqrtf() function
52 #define sqrtf(x) (float)sqrt((float)x) macro