/netbsd-src/lib/libm/arch/aarch64/ |
H A D | s_fmin.S | 39 fmin d0, d0, d1 define
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_fmin.c | 35 fmin(double x, double y) in fmin() function
|
/netbsd-src/lib/libm/src/ |
H A D | s_fmin.c | 38 __strong_alias(fminl, fmin) in __strong_alias() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 495 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 D | acpi_tz.c | 276 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 D | fstrcmp.c | 183 int fmin = fmid; in diag() local
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | fstrcmp.c | 183 int fmin = fmid; in diag() local
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | fstrcmp.c | 183 int fmin = fmid; in diag() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1285 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 D | analyze.c | 110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 92 #define fmin(x,y) __TGMATH_REAL_2(x, y, fmin) macro
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | analyze.c | 108 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ in diag() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 92 #define fmin(x,y) __TGMATH_REAL_2(x, y, fmin) macro
|
/netbsd-src/external/bsd/bzip2/dist/ |
H A D | blocksort.c | 80 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 161 #define fmin(a,b) __TG_FN2(fmin, (a), (b)) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 508 fmin, enumerator
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | intel_rps.c | 168 u8 fmax, fmin, fstart; in gen5_rps_init() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 471 fmin, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 471 fmin, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
H A D | fast_float.h | 2924 static volatile float fmin = std::numeric_limits<float>::min(); in rounds_to_nearest() local
|