Home
last modified time | relevance | path

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

/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/musl/src/math/
Dhypotf.c4 float hypotf(float x, float y) in hypotf() function