Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/arch/aarch64/
H A Ds_fmin.S39 fmin d0, d0, d1 define
/netbsd-src/lib/libm/noieee_src/
H A Dn_fmin.c35 fmin(double x, double y) in fmin() function
/netbsd-src/lib/libm/src/
H A Ds_fmin.c38 __strong_alias(fminl, fmin) in __strong_alias() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d495 alias core.stdc.math.fmin fmin; in version() local
497 alias core.stdc.math.fmin fmin; in version() local
499 alias core.stdc.math.fminl fmin; in version() local
985 alias core.stdc.math.fmin fmin; in version() local
987 alias core.stdc.math.fmin fmin; in version() local
989 alias core.stdc.math.fminl fmin; in version() local
1502 alias core.stdc.math.fmin fmin; variable
1504 alias core.stdc.math.fmin fmin; variable
1506 alias core.stdc.math.fminl fmin; variable
/netbsd-src/sys/dev/acpi/
H A Dacpi_tz.c276 uint32_t tmp, fmin, fmax, fcurrent; in acpitz_get_status() local
653 ACPI_INTEGER fmin, fmax, fcurr; in acpitz_get_fanspeed() local
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c183 int fmin = fmid; in diag() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c183 int fmin = fmid; in diag() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c183 int fmin = fmid; in diag() local
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1285 inline _LIBCPP_INLINE_VISIBILITY float fmin(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmin() function
1286 inline _LIBCPP_INLINE_VISIBILITY long double fmin(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmin() function
1296 fmin(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmin() function
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h92 #define fmin(x,y) __TGMATH_REAL_2(x, y, fmin) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Danalyze.c108 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ in diag() local
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h92 #define fmin(x,y) __TGMATH_REAL_2(x, y, fmin) macro
/netbsd-src/external/bsd/bzip2/dist/
H A Dblocksort.c80 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
/netbsd-src/include/
H A Dtgmath.h161 #define fmin(a,b) __TG_FN2(fmin, (a), (b)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h508 fmin, enumerator
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_rps.c168 u8 fmax, fmin, fstart; in gen5_rps_init() local
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf471 fmin, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf471 fmin, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h2924 static volatile float fmin = std::numeric_limits<float>::min(); in rounds_to_nearest() local