Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h252 __DEVICE__ double rhypot(double __a, double __b) { in rhypot() function
H A D__clang_hip_math.h1015 double rhypot(double __x, double __y) { return __ocml_rhypot_f64(__x, __y); }