Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h272 float __fsub_rn(float __x, float __y) { return __ocml_sub_rte_f32(__x, __y); }
279 float __fsub_rn(float __x, float __y) { return __x - __y; }
H A D__clang_cuda_device_functions.h327 __DEVICE__ float __fsub_rn(float __a, float __b) { in __fsub_rn() function