Home
last modified time | relevance | path

Searched defs:hypotf (Results 1 – 9 of 9) sorted by relevance

/external/musl/src/math/i386/
Dhypotf.s1 .global hypotf symbol
3 hypotf: label
/external/trusty/musl/src/math/i386/
Dhypotf.s1 .global hypotf symbol
3 hypotf: label
/external/rust/android-crates-io/crates/libm/src/math/
Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
Dmod.rs140 mod hypotf; module
/external/musl/src/math/
Dhypotf.c4 float hypotf(float x, float y) in hypotf() function
/external/trusty/musl/src/math/
Dhypotf.c4 float hypotf(float x, float y) in hypotf() function
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h50 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } in hypotf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h50 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } in hypotf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h50 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } in hypotf() function