Home
last modified time | relevance | path

Searched defs:fmin (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S28 .global fmin symbol
38 fmin: label
/openbsd-src/lib/libm/src/
H A Ds_fmin.c32 fmin(double x, double y) in fmin() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h1222 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmin(float __x, float __y) _NOEXCEPT… in fmin() function
1225 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmin(double __x, double __y) _NOEXCEPT { in fmin() function
1229 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmin(long double __x, long double __… in fmin() function
1239 fmin(_A1 __x, _A2 __y) _NOEXCEPT in fmin() function
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
/openbsd-src/include/
H A Dtgmath.h134 #define fmin(x, y) __tg_simple2(x, y, fmin) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h133 __DEVICE__ double fmin(double __a, double __b) { return __nv_fmin(__a, __b); } in fmin() function
H A Dtgmath.h780 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c281 u8 fmax, fmin, fstart; in gen5_rps_init() local