Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dhypotf.cpp13 float LLVM_LIBC_ENTRYPOINT(hypotf)(float x, float y) { in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
Dmod.rs124 mod hypotf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h140 __DEVICE__ float hypotf(float __a, float __b) { return __nv_hypotf(__a, __b); } in hypotf() function