Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h190 float __fdiv_rz(float __x, float __y) { return __ocml_div_rtz_f32(__x, __y); }
H A D__clang_cuda_device_functions.h218 __DEVICE__ float __fdiv_rz(float __a, float __b) { in __fdiv_rz() function