Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Headers/ !
H A D__clang_hip_math.h1180 double __dmul_rn(double __x, double __y) {
1193 double __dmul_rn(double __x, double __y) { return __x * __y; }
H A D__clang_cuda_device_functions.h88 __DEVICE__ double __dmul_rn(double __a, double __b) { in __dmul_rn() function