Searched defs:hypotf (Results 1 – 5 of 5) sorted by relevance
20 hypotf(float x, float y) in hypotf() function
108 hypotf(float x, float y) in hypotf() function
261 hypotf(float x, float y) in hypotf() function
927 # define hypotf _hypotf macro
140 __DEVICE__ float hypotf(float __a, float __b) { return __nv_hypotf(__a, __b); } in hypotf() function