Searched defs:fmax (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__math/ |
| H A D | min_max.h | 28 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function 33 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function 37 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _… in fmax() function 42 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI __promote_t<_A1, _A2> fmax(_A1 __x, _A2 __y) _NOEXCE… in fmax() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/ |
| H A D | min_max.h | 28 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT { in fmax() function 33 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function 37 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _… in fmax() function 42 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmax(_A1 __x, _A2… in fmax() function
|
| /freebsd/lib/msun/src/ |
| H A D | s_fmax.c | 36 fmax(double x, double y) in fmax() function 42 fmax(double x, double y) in fmax() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfminmax.S | 58 fmax: label
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | BasicOperations.h | 129 LIBC_INLINE T fmax(T x, T y) { in fmax() function
|
| /freebsd/include/ |
| H A D | tgmath.h | 174 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 135 __DEVICE__ double fmax(double __a, double __b) { return __nv_fmax(__a, __b); } in fmax() function
|
| H A D | tgmath.h | 762 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
|