Home
last modified time | relevance | path

Searched defs:rounding_mode (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Support/
H A DAPFloat.cpp1221 APFloat::handleOverflow(roundingMode rounding_mode) in handleOverflow()
1247 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1284 APFloat::normalize(roundingMode rounding_mode, in normalize()
1666 APFloat::addOrSubtract(const APFloat &rhs, roundingMode rounding_mode, in addOrSubtract()
1697 APFloat::add(const APFloat &rhs, roundingMode rounding_mode) in add()
1704 APFloat::subtract(const APFloat &rhs, roundingMode rounding_mode) in subtract()
1711 APFloat::multiply(const APFloat &rhs, roundingMode rounding_mode) in multiply()
1730 APFloat::divide(const APFloat &rhs, roundingMode rounding_mode) in divide()
1828 roundingMode rounding_mode) in fusedMultiplyAdd()
1870 APFloat::opStatus APFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp1271 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow()
1295 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1330 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize()
1686 roundingMode rounding_mode, in addOrSubtract()
1716 roundingMode rounding_mode) { in add()
1722 roundingMode rounding_mode) { in subtract()
1728 roundingMode rounding_mode) { in multiply()
1746 roundingMode rounding_mode) { in divide()
1823 roundingMode rounding_mode) { in fusedMultiplyAdd()
1864 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp1403 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow()
1432 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1470 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize()
1886 roundingMode rounding_mode, in addOrSubtract()
1916 roundingMode rounding_mode) { in add()
1922 roundingMode rounding_mode) { in subtract()
1928 roundingMode rounding_mode) { in multiply()
1946 roundingMode rounding_mode) { in divide()
2094 roundingMode rounding_mode) { in fusedMultiplyAdd()
2135 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
[all …]
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/
H A Dcl_half.h61 static inline cl_half cl_half_handle_overflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_overflow()
87 static inline cl_half cl_half_handle_underflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_underflow()
109 static inline cl_half cl_half_from_float(cl_float f, cl_half_rounding_mode rounding_mode) in cl_half_from_float()
235 static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_mode rounding_mode) in cl_half_from_double()
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl_half.h61 static inline cl_half cl_half_handle_overflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_overflow()
87 static inline cl_half cl_half_handle_underflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_underflow()
109 static inline cl_half cl_half_from_float(cl_float f, cl_half_rounding_mode rounding_mode) in cl_half_from_float()
235 static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_mode rounding_mode) in cl_half_from_double()
/aosp_15_r20/external/angle/include/CL/
H A Dcl_half.h61 static inline cl_half cl_half_handle_overflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_overflow()
87 static inline cl_half cl_half_handle_underflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_underflow()
109 static inline cl_half cl_half_from_float(cl_float f, cl_half_rounding_mode rounding_mode) in cl_half_from_float()
235 static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_mode rounding_mode) in cl_half_from_double()
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl_half.h61 static inline cl_half cl_half_handle_overflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_overflow()
87 static inline cl_half cl_half_handle_underflow(cl_half_rounding_mode rounding_mode, in cl_half_handle_underflow()
109 static inline cl_half cl_half_from_float(cl_float f, cl_half_rounding_mode rounding_mode) in cl_half_from_float()
235 static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_mode rounding_mode) in cl_half_from_double()
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DFPMatcher.h355 #define EXPECT_FP_EQ_ROUNDING_MODE(expected, actual, rounding_mode) \ argument
377 expected, actual, expected_except, rounding_mode) \ argument
H A DRoundingModeUtils.h26 int rounding_mode; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp899 Tensor div(const Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mode) { in div()
903 Tensor& div_(Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mode) { in div_()
928 …& divide_out(const Tensor& self, const Tensor& other, std::optional<c10::string_view> rounding_mod… in divide_out()
932 …ensor divide(const Tensor& self, const Tensor& other, std::optional<c10::string_view> rounding_mod… in divide()
936 Tensor& divide_(Tensor& self, const Tensor& other, std::optional<c10::string_view> rounding_mode) { in divide_()
940 …ensor divide(const Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mod… in divide()
944 Tensor& divide_(Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mode) { in divide_()
/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dsinhf16.cpp116 int rounding_mode = fputil::quick_get_round(); variable
H A Dtanhf16.cpp90 int rounding_mode = fputil::quick_get_round(); variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/
Dx86gcc_rounding_control.hpp29 typedef unsigned short rounding_mode; typedef
Dmsvc_rounding_control.hpp87 typedef unsigned short rounding_mode; typedef
Dbcc_rounding_control.hpp44 typedef unsigned int rounding_mode; typedef
Dc99sub_rounding_control.hpp25 typedef int rounding_mode; typedef
/aosp_15_r20/external/llvm-libc/test/src/math/
H A Dcbrt_test.cpp28 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
H A Dsin_test.cpp59 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
H A Dtan_test.cpp68 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
H A Dcos_test.cpp70 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
H A Dexpm1_test.cpp52 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
H A Derff_test.cpp53 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
H A Dexp_test.cpp66 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DFEnvImpl.h59 LIBC_INLINE int set_round(int rounding_mode) { in set_round()
/aosp_15_r20/external/ComputeLibrary/support/
H A DRounding.h180 inline T round(T value, RoundingMode rounding_mode) in round()

123