Home
last modified time | relevance | path

Searched defs:fdim (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h1132 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT {return _… in fdim() function
1135 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() function
1139 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT {return _… in fdim() function
1149 fdim(_A1 __x, _A2 __y) _NOEXCEPT in fdim() function
/openbsd-src/include/
H A Dtgmath.h130 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
H A Dtgmath.h704 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro