Home
last modified time | relevance | path

Searched refs:rhypotf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h255 __DEVICE__ float rhypotf(float __a, float __b) { in rhypotf() function
H A D__clang_hip_math.h607 float rhypotf(float __x, float __y) { return __ocml_rhypot_f32(__x, __y); }