Searched refs:fmax (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/lib/libm/src/
H A Ds_fmax.c32 fmax(double x, double y) function
50 DEF_STD(fmax); variable
51 LDBL_MAYBE_UNUSED_CLONE(fmax); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S30 .global fmax
31 .type fmax,@function
58 fmax: label
/openbsd-current/regress/lib/libm/msun/
H A Dfmaxmin_test.c31 * Tests for fmax{,f,l}() and fmin{,f,l}.
66 TEST(fmax, double, big, small, expected_max, rmode);
67 TEST(fmax, double, small, big, expected_max, rmode);
79 * Test all the functions: fmaxf, fmax, fmaxl, fminf, fmin, and fminl,
/openbsd-current/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 Dtgmath.h747 // fmax
755 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
761 #undef fmax macro
762 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_hip_cmath.h225 __DEF_FUN2(float, fmax)
501 __HIP_OVERLOAD2(double, fmax)
672 using ::fmax;
H A D__clang_cuda_math.h131 __DEVICE__ double fmax(double __a, double __b) { return __nv_fmax(__a, __b); } function
H A D__clang_hip_math.h806 double fmax(double __x, double __y) { return __ocml_fmax_f64(__x, __y); } function
1296 double max(double __x, double __y) { return fmax(__x, __y); }
H A Dopencl-c.h7149 * argument is a NaN, fmax() returns the other
7150 * argument. If both arguments are NaNs, fmax()
7153 float __ovld __cnfn fmax(float, float);
7154 float2 __ovld __cnfn fmax(float2, float2);
7155 float3 __ovld __cnfn fmax(float3, float3);
7156 float4 __ovld __cnfn fmax(float4, float4);
7157 float8 __ovld __cnfn fmax(float8, float8);
7158 float16 __ovld __cnfn fmax(float16, float16);
7159 float2 __ovld __cnfn fmax(float2, float);
7160 float3 __ovld __cnfn fmax(float
[all...]
/openbsd-current/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-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dmath.h62 using std::tr1::fmax;
/openbsd-current/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-current/include/
H A Dtgmath.h133 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
H A Dmath.h242 double fmax(double, double);
/openbsd-current/lib/libm/hidden/
H A Dmath.h90 PROTO_NORMAL(fmax); variable
/openbsd-current/sbin/pfctl/
H A Dpfctl_queue.c220 dev = sqrt(fmax(0, (double)fqstats->delaysumsq /
/openbsd-current/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-current/gnu/llvm/libcxx/include/
H A Dmath.h196 floating_point fmax (arithmetic x, arithmetic y);
1193 // fmax
1195 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float fmax(float __x, float __y) _NOEXCEPT {return __builtin_fmaxf(__x, __y);}
1198 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double fmax(double __x, double __y) _NOEXCEPT {
1202 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double fmax(long double __x, long double __y) _NOEXCEPT {return __builtin_fmaxl(__x, __y);}
1212 fmax(_A1 __x, _A2 __y) _NOEXCEPT
1217 return ::fmax((__result_type)__x, (__result_type)__y);
/openbsd-current/lib/libm/
H A DMakefile149 fegetround.3 floor.3 fma.3 fmax.3 fmod.3 hypot.3 ilogb.3 j0.3 \
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c281 u8 fmax, fmin, fstart; local
303 fmax = (rgvmodectl & MEMMODE_FMAX_MASK) >> MEMMODE_FMAX_SHIFT;
307 drm_dbg(&i915->drm, "fmax: %d, fmin: %d, fstart: %d\n",
308 fmax, fmin, fstart);
310 rps->min_freq = fmax;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm429 fmax fmin fpclassify hypot ilogb isfinite isgreater isgreaterequal
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp674 KEYWORD(umin); KEYWORD(fmax); KEYWORD(fmin);
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h748 double fmax(double __x, double __y);

Completed in 236 milliseconds

12