Home
last modified time | relevance | path

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

/freebsd-src/lib/msun/src/
H A De_hypotf.c20 hypotf(float x, float y) in hypotf() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h140 __DEVICE__ float hypotf(float __a, float __b) { return __nv_hypotf(__a, __b); } in hypotf() function