Searched defs:sqrtf (Results 1 – 8 of 8) sorted by relevance
14 float LLVM_LIBC_ENTRYPOINT(sqrtf)(float x) { return fputil::sqrt(x); } in LLVM_LIBC_ENTRYPOINT() argument
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
52 #define sqrtf(x) (float)sqrt((float)x) macro
314 __DEVICE__ float sqrtf(float __a) { return __nv_sqrtf(__a); } in sqrtf() function