Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_math.h578 float __fdividef(float __x, float __y) { return __x / __y; }
H A D__clang_cuda_device_functions.h219 __DEVICE__ float __fdividef(float __a, float __b) { in __fdividef() function