Searched defs:fdimf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h114 __DEVICE__ float fdimf(float __a, float __b) { return __nv_fdimf(__a, __b); } function
H A D__clang_hip_math.h153 inline float fdimf(float __x, float __y) { return __ocml_fdim_f32(__x, __y); } function

Completed in 55 milliseconds