Searched defs:hypotf (Results 1 – 4 of 4) sorted by relevance
13 float LLVM_LIBC_ENTRYPOINT(hypotf)(float x, float y) { in LLVM_LIBC_ENTRYPOINT() argument
6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
124 mod hypotf; module
140 __DEVICE__ float hypotf(float __a, float __b) { return __nv_hypotf(__a, __b); } in hypotf() function