Searched defs:hypotf (Results 1 – 2 of 2) sorted by relevance
49 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } hypotf() function
140 __DEVICE__ float hypotf(float __a, float __b) { return __nv_hypotf(__a, __b); } hypotf() function