Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h49 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } hypotf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h140 __DEVICE__ float hypotf(float __a, float __b) { return __nv_hypotf(__a, __b); } hypotf() function