Home
last modified time | relevance | path

Searched defs:fmax (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libm/src/
H A Ds_fmax.c32 fmax(double x, double y) in fmax() function
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S58 fmax: label
/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h1195 _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 Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
/openbsd/include/
H A Dtgmath.h133 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h131 __DEVICE__ double fmax(double __a, double __b) { return __nv_fmax(__a, __b); } in fmax() function
H A Dtgmath.h762 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c281 u8 fmax, fmin, fstart; in gen5_rps_init() local