Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h1230 double __dsub_rn(double __x, double __y) {
1243 double __dsub_rn(double __x, double __y) { return __x - __y; }
H A D__clang_cuda_device_functions.h165 __DEVICE__ double __dsub_rn(double __a, double __b) { in __dsub_rn() function