Searched defs:fdim (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/include/
H A Dtgmath.h130 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h703 #undef fdim macro
704 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_math.h113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } function
H A D__clang_hip_math.h795 double fdim(double __x, double __y) { return __ocml_fdim_f64(__x, __y); } function
/openbsd-current/lib/libm/hidden/
H A Dmath.h81 PROTO_STD_DEPRECATED(fdim); variable

Completed in 226 milliseconds