/openbsd/lib/libm/src/ |
H A D | s_fmax.c | 32 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 D | dfminmax.S | 30 .global fmax 31 .type fmax,@function 58 fmax: label
|
/openbsd/gnu/usr.bin/cvs/diff/ |
H A D | analyze.c | 110 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.h | 73 __DEVICE__ double fmax(double, double); 74 __DEVICE__ float fmax(float, float); 222 using ::fmax;
|
H A D | __clang_cuda_cmath.h | 261 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fmax); 389 using ::fmax;
|
H A D | __clang_hip_cmath.h | 225 __DEF_FUN2(float, fmax) 501 __HIP_OVERLOAD2(double, fmax) 672 using ::fmax;
|
H A D | tgmath.h | 755 __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.h | 806 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 D | fmaxmin_test.c | 66 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 D | opt.t | 132 my($futf, $fmin, $fmax, $fcheck, $fstr) = ($floating =~ m{ 166 if (defined $fmax) { 171 $skip || is($o->{'floating max offset'}, $fmax,
|
/openbsd/include/ |
H A D | tgmath.h | 133 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
|
H A D | math.h | 242 double fmax(double, double);
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | cmath | 76 #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 D | math.h | 62 using std::tr1::fmax;
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 156 fmax;
|
H A D | Makefile | 149 fegetround.3 floor.3 fma.3 fmax.3 fmod.3 hypot.3 ilogb.3 j0.3 \
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 90 PROTO_NORMAL(fmax);
|
/openbsd/gnu/llvm/clang/lib/Headers/cuda_wrappers/ |
H A D | cmath | 40 // For __constexpr_fmin/fmax we only need device-side overloads before c++14
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | math.t | 100 is(fmax(12, 34), 34, "fmax 12 34");
|
H A D | export.t | 163 fma fmax fmin fpclassify hypot ilogb isfinite isgreater
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | math.h | 1195 _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 D | pfctl_queue.c | 220 dev = sqrt(fmax(0, (double)fqstats->delaysumsq / in pfctl_print_queue_nodestat()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SMEInstrInfo.td | 410 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 D | RISCVInstrInfoD.td | 144 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 D | RISCVInstrInfoZfh.td | 139 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
|