Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h136 double rhypot(double __a, double __b);
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h246 __DEVICE__ double rhypot(double __a, double __b) { in rhypot() function
D__clang_hip_math.h971 double rhypot(double __x, double __y) { return __ocml_rhypot_f64(__x, __y); }