Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 25 of 79) sorted by relevance

1234

/openbsd/lib/libm/src/
H A Ds_fmax.c32 fmax(double x, double y) in fmax() function
50 DEF_STD(fmax);
51 LDBL_MAYBE_UNUSED_CLONE(fmax);
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S30 .global fmax
31 .type fmax,@function
58 fmax: label
/openbsd/gnu/usr.bin/cvs/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
126 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
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.h73 __DEVICE__ double fmax(double, double);
74 __DEVICE__ float fmax(float, float);
222 using ::fmax;
H A D__clang_cuda_cmath.h261 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fmax);
389 using ::fmax;
H A D__clang_hip_cmath.h225 __DEF_FUN2(float, fmax)
501 __HIP_OVERLOAD2(double, fmax)
672 using ::fmax;
H A Dtgmath.h755 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} in __tg_fmax()
761 #undef fmax
762 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_hip_math.h806 double fmax(double __x, double __y) { return __ocml_fmax_f64(__x, __y); }
1296 double max(double __x, double __y) { return fmax(__x, __y); }
/openbsd/regress/lib/libm/msun/
H A Dfmaxmin_test.c66 TEST(fmax, double, big, small, expected_max, rmode); in testall_r()
67 TEST(fmax, double, small, big, expected_max, rmode); in testall_r()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dopt.t132 my($futf, $fmin, $fmax, $fcheck, $fstr) = ($floating =~ m{
166 if (defined $fmax) {
171 $skip || is($o->{'floating max offset'}, $fmax,
/openbsd/include/
H A Dtgmath.h133 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
H A Dmath.h242 double fmax(double, double);
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath76 #undef fmax
207 using ::fmax;
545 fmax(float __x, float __y)
549 fmax(long double __x, long double __y)
554 fmax(_Tp __x, _Up __y)
557 return fmax(__type(__x), __type(__y));
H A Dmath.h62 using std::tr1::fmax;
/openbsd/lib/libm/
H A DSymbols.map156 fmax;
H A DMakefile149 fegetround.3 floor.3 fma.3 fmax.3 fmod.3 hypot.3 ilogb.3 j0.3 \
/openbsd/lib/libm/hidden/
H A Dmath.h90 PROTO_NORMAL(fmax);
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t103 is(fmax(12, 34), 34, "fmax 12 34");
H A Dexport.t163 fma fmax fmin fpclassify hypot ilogb isfinite isgreater
/openbsd/gnu/llvm/clang/lib/Headers/cuda_wrappers/
H A Dcmath40 // For __constexpr_fmin/fmax we only need device-side overloads before c++14
/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h1195 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT… in fmax() function
1198 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT { in fmax() function
1202 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __… in fmax() function
1212 fmax(_A1 __x, _A2 __y) _NOEXCEPT in fmax() function
1217 return ::fmax((__result_type)__x, (__result_type)__y); in fmax()
/openbsd/sbin/pfctl/
H A Dpfctl_queue.c220 dev = sqrt(fmax(0, (double)fqstats->delaysumsq / in pfctl_print_queue_nodestat()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SMEInstrInfo.td410 defm FMAX_VG2_2ZZ : sme2_fp_sve_destructive_vector_vg2_single<"fmax", 0b0010000>;
411 defm FMAX_VG4_4ZZ : sme2_fp_sve_destructive_vector_vg4_single<"fmax", 0b0010000>;
412 defm FMAX_VG2_2Z2Z : sme2_fp_sve_destructive_vector_vg2_multi<"fmax", 0b0010000>;
413 defm FMAX_VG4_4Z4Z : sme2_fp_sve_destructive_vector_vg4_multi<"fmax", 0b0010000>;
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td144 defm FMAX_D : FPALU_rr_m<0b0010101, 0b001, "fmax.d", DINX, /*Commutable*/1>;
303 // The ratified 20191213 ISA spec defines fmin and fmax in a way that matches
H A DRISCVInstrInfoZfh.td139 defm FMAX_H : FPALU_rr_m<0b0010110, 0b001, "fmax.h", HINX, /*Commutable*/1>;
303 // The ratified 20191213 ISA spec defines fmin and fmax in a way that matches

1234