Home
last modified time | relevance | path

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

/external/OpenCL-CTS/dependencies/ocl-headers/CL/
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()
/external/angle/include/CL/
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()
/external/llvm/lib/Support/
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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 …]
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp1286 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow()
1310 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1348 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize()
1753 roundingMode rounding_mode, in addOrSubtract()
1783 roundingMode rounding_mode) { in add()
1789 roundingMode rounding_mode) { in subtract()
1795 roundingMode rounding_mode) { in multiply()
1813 roundingMode rounding_mode) { in divide()
1958 roundingMode rounding_mode) { in fusedMultiplyAdd()
1999 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c32 nir_rounding_mode rounding_mode) in get_conversion_op()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c415 nir_rounding_mode rounding_mode; member
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp6769 const std::string rounding_mode = local
6794 const std::string rounding_mode = local
6819 const std::string rounding_mode = local
6841 const std::string rounding_mode = local
6867 const std::string rounding_mode = local
6889 const std::string rounding_mode = local
6914 const std::string rounding_mode = local
6934 const std::string rounding_mode = local
6958 const std::string rounding_mode = local
6981 const std::string rounding_mode = local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp6769 const std::string rounding_mode = local
6794 const std::string rounding_mode = local
6819 const std::string rounding_mode = local
6841 const std::string rounding_mode = local
6867 const std::string rounding_mode = local
6889 const std::string rounding_mode = local
6914 const std::string rounding_mode = local
6934 const std::string rounding_mode = local
6958 const std::string rounding_mode = local
6981 const std::string rounding_mode = local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_ext_inst_test.cpp6897 const std::string rounding_mode = local
6922 const std::string rounding_mode = local
6947 const std::string rounding_mode = local
6969 const std::string rounding_mode = local
6995 const std::string rounding_mode = local
7017 const std::string rounding_mode = local
7042 const std::string rounding_mode = local
7062 const std::string rounding_mode = local
7086 const std::string rounding_mode = local
7109 const std::string rounding_mode = local
/external/igt-gpu-tools/lib/
Dgen7_media.h71 uint32_t rounding_mode:2; member
Dgen8_media.h78 uint32_t rounding_mode:2; member
/external/vixl/src/aarch64/
Dlogic-aarch64.cc5593 FPRounding rounding_mode, in frint()