/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APFloat.cpp | 1221 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 D | APFloat.cpp | 1271 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 D | APFloat.cpp | 1403 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 D | cl_half.h | 61 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 D | cl_half.h | 61 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 D | cl_half.h | 61 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 D | cl_half.h | 61 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 D | FPMatcher.h | 355 #define EXPECT_FP_EQ_ROUNDING_MODE(expected, actual, rounding_mode) \ argument 377 expected, actual, expected_except, rounding_mode) \ argument
|
H A D | RoundingModeUtils.h | 26 int rounding_mode; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BinaryOps.cpp | 899 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 D | sinhf16.cpp | 116 int rounding_mode = fputil::quick_get_round(); variable
|
H A D | tanhf16.cpp | 90 int rounding_mode = fputil::quick_get_round(); variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/detail/ |
D | x86gcc_rounding_control.hpp | 29 typedef unsigned short rounding_mode; typedef
|
D | msvc_rounding_control.hpp | 87 typedef unsigned short rounding_mode; typedef
|
D | bcc_rounding_control.hpp | 44 typedef unsigned int rounding_mode; typedef
|
D | c99sub_rounding_control.hpp | 25 typedef int rounding_mode; typedef
|
/aosp_15_r20/external/llvm-libc/test/src/math/ |
H A D | cbrt_test.cpp | 28 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
|
H A D | sin_test.cpp | 59 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
|
H A D | tan_test.cpp | 68 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
|
H A D | cos_test.cpp | 70 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
|
H A D | expm1_test.cpp | 52 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
|
H A D | erff_test.cpp | 53 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
|
H A D | exp_test.cpp | 66 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F()
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/ |
H A D | FEnvImpl.h | 59 LIBC_INLINE int set_round(int rounding_mode) { in set_round()
|
/aosp_15_r20/external/ComputeLibrary/support/ |
H A D | Rounding.h | 180 inline T round(T value, RoundingMode rounding_mode) in round()
|