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