Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/msun/src/
H A Ds_fmax.c39 fmax(double x, double y) in fmax() function
45 fmax(double x, double y) in fmax() function
67 __weak_reference(fmax, fmaxl);
H A Dmath.h314 double fmax(double, double) __pure2;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S30 .global fmax
31 .type fmax,@function
58 fmax: label
/freebsd-13.1/contrib/diff/src/
H A Danalyze.c103 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ in diag() local
119 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax; in diag()
120 for (d = fmax; d >= fmin; d -= 2) in diag()
162 if (!odd && fmin <= d && d <= fmax && x <= fd[d]) in diag()
186 for (d = fmax; d >= fmin; d -= 2) in diag()
267 for (d = fmax; d >= fmin; d -= 2) in diag()
/freebsd-13.1/contrib/llvm-project/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.h809 double fmax(double __x, double __y) { return __ocml_fmax_f64(__x, __y); }
1299 double max(double __x, double __y) { return fmax(__x, __y); }
H A D__clang_cuda_math.h131 __DEVICE__ double fmax(double __a, double __b) { return __nv_fmax(__a, __b); } in fmax() function
H A Dopencl-c.h7150 float __ovld __cnfn fmax(float x, float y);
7175 half __ovld __cnfn fmax(half x, half y);
7176 half2 __ovld __cnfn fmax(half2 x, half2 y);
7177 half3 __ovld __cnfn fmax(half3 x, half3 y);
7178 half4 __ovld __cnfn fmax(half4 x, half4 y);
7179 half8 __ovld __cnfn fmax(half8 x, half8 y);
7181 half2 __ovld __cnfn fmax(half2 x, half y);
7182 half3 __ovld __cnfn fmax(half3 x, half y);
7183 half4 __ovld __cnfn fmax(half4 x, half y);
7184 half8 __ovld __cnfn fmax(half8 x, half y);
[all …]
/freebsd-13.1/lib/msun/
H A DMakefile172 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
223 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
224 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
H A DSymbol.map106 fmax;
/freebsd-13.1/lib/msun/tests/
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()
/freebsd-13.1/include/
H A Dtgmath.h176 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
/freebsd-13.1/tools/regression/include/tgmath/
H A Dtgmath.c118 TGMACRO_REAL_REAL(fmax)
512 PASS_REAL_REAL_ARG_REAL_RET(fmax)); in main()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmath.h1302 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function
1303 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function
1313 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
1318 return ::fmax((__result_type)__lcpp_x, (__result_type)__lcpp_y); in fmax()
H A Dcmath199 floating_point fmax (arithmetic x, arithmetic y);
419 using ::fmax _LIBCPP_USING_IF_EXISTS;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td124 def FMAX_D : FPALUD_rr<0b0010101, 0b001, "fmax.d">,
284 // The ratified 20191213 ISA spec defines fmin and fmax in a way that matches
H A DRISCVInstrInfoZfh.td125 def FMAX_H : FPALUH_rr<0b0010110, 0b001, "fmax.h">,
300 // The ratified 20191213 ISA spec defines fmin and fmax in a way that matches
H A DRISCVInstrInfoF.td165 def FMAX_S : FPALUS_rr<0b0010100, 0b001, "fmax.s">,
346 // The ratified 20191213 ISA spec defines fmin and fmax in a way that matches
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1280 2. As a per-translation unit limit, using the ``-fmax-tokens=`` command-line
1284 clang -c a.cpp -fmax-tokens=1234
1287 which works like and overrides the ``-fmax-tokens=`` flag:
1297 in addition with the pragmas or -fmax-tokens flag to get any warnings.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def787 /// double fmax(double x, double y);
788 TLI_DEFINE_ENUM_INTERNAL(fmax)
789 TLI_DEFINE_STRING_INTERNAL("fmax")
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def258 HANDLE_LIBCALL(FMAX_F64, "fmax")
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dsimd532 template <class Abi> floatv<Abi> fmax(floatv<Abi> x, floatv<Abi> y);
533 template <class Abi> doublev<Abi> fmax(doublev<Abi> x, doublev<Abi> y);
534 template <class Abi> ldoublev<Abi> fmax(ldoublev<Abi> x, ldoublev<Abi> y);

12