Home
last modified time | relevance | path

Searched refs:fmin (Results 1 – 25 of 71) sorted by relevance

123

/openbsd/lib/libm/src/
H A Ds_fmin.c32 fmin(double x, double y) in fmin() function
50 DEF_STD(fmin);
51 LDBL_MAYBE_UNUSED_CLONE(fmin);
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S28 .global fmin
29 .type fmin,@function
38 fmin: label
/openbsd/gnu/usr.bin/cvs/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
125 fmin > dmin ? fd[--fmin - 1] = -1 : ++fmin;
127 for (d = fmax; d >= fmin; d -= 2)
169 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
194 for (d = fmax; d >= fmin; d -= 2)
275 for (d = fmax; d >= fmin; d -= 2)
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h75 __DEVICE__ double fmin(double, double);
76 __DEVICE__ float fmin(float, float);
223 using ::fmin;
H A D__clang_cuda_cmath.h262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fmin);
390 using ::fmin;
H A D__clang_hip_cmath.h226 __DEF_FUN2(float, fmin)
502 __HIP_OVERLOAD2(double, fmin)
673 using ::fmin;
H A Dtgmath.h773 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} in __tg_fmin()
779 #undef fmin
780 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_hip_math.h809 double fmin(double __x, double __y) { return __ocml_fmin_f64(__x, __y); }
1302 double min(double __x, double __y) { return fmin(__x, __y); }
/openbsd/regress/lib/libm/msun/
H A Dfmaxmin_test.c72 TEST(fmin, double, big, small, expected_min, rmode); in testall_r()
73 TEST(fmin, double, small, big, expected_min, rmode); in testall_r()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dopt.t132 my($futf, $fmin, $fmax, $fcheck, $fstr) = ($floating =~ m{
157 if (length $fmin) {
162 $skip || is($o->{'floating min offset'}, $fmin,
/openbsd/include/
H A Dtgmath.h134 #define fmin(x, y) __tg_simple2(x, y, fmin) macro
H A Dmath.h243 double fmin(double, double);
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath79 #undef fmin
211 using ::fmin;
561 fmin(float __x, float __y)
565 fmin(long double __x, long double __y)
570 fmin(_Tp __x, _Up __y)
573 return fmin(__type(__x), __type(__y));
H A Dmath.h63 using std::tr1::fmin;
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
166 n = fmin(ltLo-lo, unLo-ltLo); fvswap(lo, unLo-n, n); in fallbackQSort3()
167 m = fmin(hi-gtHi, gtHi-unHi); fvswap(unLo, hi-m+1, m); in fallbackQSort3()
182 #undef fmin
/openbsd/lib/libm/
H A DSymbols.map159 fmin;
/openbsd/lib/libm/hidden/
H A Dmath.h93 PROTO_NORMAL(fmin);
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t101 is(fmin(12, 34), 12, "fmin 12 34");
H A Dexport.t163 fma fmax fmin fpclassify hypot ilogb isfinite isgreater
/openbsd/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
1244 return ::fmin((__result_type)__x, (__result_type)__y); in fmin()
H A Dcmath203 floating_point fmin (arithmetic x, arithmetic y);
436 using ::fmin _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SMEInstrInfo.td415 defm FMIN_VG2_2ZZ : sme2_fp_sve_destructive_vector_vg2_single<"fmin", 0b0010001>;
416 defm FMIN_VG4_4ZZ : sme2_fp_sve_destructive_vector_vg4_single<"fmin", 0b0010001>;
417 defm FMIN_VG2_2Z2Z : sme2_fp_sve_destructive_vector_vg2_multi<"fmin", 0b0010001>;
418 defm FMIN_VG4_4Z4Z : sme2_fp_sve_destructive_vector_vg4_multi<"fmin", 0b0010001>;
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td143 defm FMIN_D : FPALU_rr_m<0b0010101, 0b000, "fmin.d", DINX, /*Commutable*/1>;
303 // The ratified 20191213 ISA spec defines fmin and fmax in a way that matches
H A DRISCVInstrInfoZfh.td138 defm FMIN_H : FPALU_rr_m<0b0010110, 0b000, "fmin.h", HINX, /*Commutable*/1>;
303 // The ratified 20191213 ISA spec defines fmin and fmax in a way that matches
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c281 u8 fmax, fmin, fstart; in gen5_rps_init() local
304 fmin = (rgvmodectl & MEMMODE_FMIN_MASK); in gen5_rps_init()
308 fmax, fmin, fstart); in gen5_rps_init()
312 rps->max_freq = fmin; in gen5_rps_init()

123