Searched defs:hypotf (Results 1 – 9 of 9) sorted by relevance
1 .global hypotf symbol3 hypotf: label
6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
140 mod hypotf; module
4 float hypotf(float x, float y) in hypotf() function
50 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } in hypotf() function