Home
last modified time | relevance | path

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

/external/trusty/musl/src/math/i386/
Dhypotf.s1 .global hypotf symbol
3 hypotf: label
/external/musl/src/math/i386/
Dhypotf.s1 .global hypotf symbol
3 hypotf: label
/external/rust/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/trusty/musl/src/math/
Dhypotf.c4 float hypotf(float x, float y) in hypotf() function
/external/musl/src/math/
Dhypotf.c4 float hypotf(float x, float y) in hypotf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h49 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } in hypotf() function