Searched refs:fmin (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_fmin.c36 fmin(double x, double y) function
57 __weak_reference(fmin, fminl);
H A Dmath.h315 double fmin(double, double) __pure2;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfmin_opt.S29 .set fminl, fmin
H A Ddfminmax.S28 .global fmin
29 .type fmin,@function
38 fmin: label
/freebsd-11-stable/lib/msun/tests/
H A Dfmaxmin_test.c28 * Tests for fmax{,f,l}() and fmin{,f,l}.
81 TEST(fmin, double, big, small, expected_min);
82 TEST(fmin, double, small, big, expected_min);
92 * Test all the functions: fmaxf, fmax, fmaxl, fminf, fmin, and fminl,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h98 __DEVICE__ double fmin(double, double);
99 __DEVICE__ float fmin(float, float);
246 using ::fmin;
H A D__clang_cuda_cmath.h233 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fmin);
361 using ::fmin;
H A Dtgmath.h765 // fmin
773 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
779 #undef fmin macro
780 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
H A Dopencl-c.h7283 * argument is a NaN, fmin() returns the other
7284 * argument. If both arguments are NaNs, fmin()
7287 float __ovld __cnfn fmin(float x, float y);
7288 float2 __ovld __cnfn fmin(float2 x, float2 y);
7289 float3 __ovld __cnfn fmin(float3 x, float3 y);
7290 float4 __ovld __cnfn fmin(float4 x, float4 y);
7291 float8 __ovld __cnfn fmin(float8 x, float8 y);
7292 float16 __ovld __cnfn fmin(float16 x, float16 y);
7293 float2 __ovld __cnfn fmin(float2 x, float y);
7294 float3 __ovld __cnfn fmin(float
[all...]
H A D__clang_cuda_device_functions.h1567 __DEVICE__ double fmin(double __a, double __b) { return __nv_fmin(__a, __b); } function
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dmath.h63 using std::tr1::fmin;
/freebsd-11-stable/contrib/diff/src/
H A Danalyze.c103 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
118 fmin > dmin ? fd[--fmin - 1] = -1 : ++fmin;
120 for (d = fmax; d >= fmin; d -= 2)
162 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
186 for (d = fmax; d >= fmin; d -= 2)
267 for (d = fmax; d >= fmin; d -= 2)
/freebsd-11-stable/include/
H A Dtgmath.h175 #define fmin(x, y) __tg_simple2(x, y, fmin) macro
/freebsd-11-stable/contrib/bzip2/
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);
167 m = fmin(hi-gtHi, gtHi-unHi); fvswap(unLo, hi-m+1, m);
182 #undef fmin macro
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c119 TGMACRO_REAL_REAL(fmin)
514 PRINT("fmin",
515 PASS_REAL_REAL_ARG_REAL_RET(fmin));
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h200 floating_point fmin (arithmetic x, arithmetic y);
1283 // fmin
1285 inline _LIBCPP_INLINE_VISIBILITY float fmin(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fminf(__lcpp_x, __lcpp_y);}
1286 inline _LIBCPP_INLINE_VISIBILITY long double fmin(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fminl(__lcpp_x, __lcpp_y);}
1296 fmin(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
1301 return ::fmin((__result_type)__lcpp_x, (__result_type)__lcpp_y);
/freebsd-11-stable/lib/msun/
H A DMakefile212 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c2335 u8 fmax, fmin, fstart, vstart; local
2355 fmin = (rgvmodectl & MEMMODE_FMIN_MASK);
2366 dev_priv->ips.min_delay = fmin;
2369 DRM_DEBUG_DRIVER("fmax: %d, fmin: %d, fstart: %d\n",
2370 fmax, fmin, fstart);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31005 fmin(0.0, 0.0);
[all...]

Completed in 415 milliseconds