Searched defs:fmin (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/hexagon/ |
H A D | dfminmax.S | 28 .global fmin symbol 38 fmin: label
|
/openbsd-src/lib/libm/src/ |
H A D | s_fmin.c | 32 fmin(double x, double y) in fmin() function
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 1222 _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 D | analyze.c | 110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
|
/openbsd-src/include/ |
H A D | tgmath.h | 134 #define fmin(x, y) __tg_simple2(x, y, fmin) macro
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
H A D | blocksort.c | 78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 133 __DEVICE__ double fmin(double __a, double __b) { return __nv_fmin(__a, __b); } in fmin() function
|
H A D | tgmath.h | 780 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_rps.c | 281 u8 fmax, fmin, fstart; in gen5_rps_init() local
|