Home
last modified time | relevance | path

Searched refs:fdividef (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h116 __DEVICE__ float fdividef(float __a, float __b) { in fdividef() function
H A D__clang_hip_math.h406 float fdividef(float __x, float __y) { return __x / __y; }