Searched defs:fmax (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libm/src/ |
H A D | s_fmax.c | 32 fmax(double x, double y) in fmax() function
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/ |
H A D | dfminmax.S | 58 fmax: label
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | math.h | 1195 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT… in fmax() function 1198 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function 1202 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __… in fmax() function 1212 fmax(_A1 __x, _A2 __y) _NOEXCEPT in fmax() function
|
/openbsd/gnu/usr.bin/cvs/diff/ |
H A D | analyze.c | 110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
|
/openbsd/include/ |
H A D | tgmath.h | 133 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 131 __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
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_rps.c | 281 u8 fmax, fmin, fstart; in gen5_rps_init() local
|