Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1116 APFloat::handleOverflow(roundingMode rounding_mode) in handleOverflow()
1142 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1181 APFloat::normalize(roundingMode rounding_mode, in normalize()
1558 APFloat::addOrSubtract(const APFloat &rhs, roundingMode rounding_mode, in addOrSubtract()
1591 APFloat::add(const APFloat &rhs, roundingMode rounding_mode) in add()
1598 APFloat::subtract(const APFloat &rhs, roundingMode rounding_mode) in subtract()
1605 APFloat::multiply(const APFloat &rhs, roundingMode rounding_mode) in multiply()
1625 APFloat::divide(const APFloat &rhs, roundingMode rounding_mode) in divide()
1683 APFloat::mod(const APFloat &rhs, roundingMode rounding_mode) in mod()
1726 roundingMode rounding_mode) in fusedMultiplyAdd()
[all …]
/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-7.0/llvm/lib/Support/
DAPFloat.cpp1212 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow()
1236 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1271 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize()
1630 roundingMode rounding_mode, in addOrSubtract()
1660 roundingMode rounding_mode) { in add()
1666 roundingMode rounding_mode) { in subtract()
1672 roundingMode rounding_mode) { in multiply()
1690 roundingMode rounding_mode) { in divide()
1767 roundingMode rounding_mode) { in fusedMultiplyAdd()
1808 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
[all …]
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c598 nir_rounding_mode rounding_mode = nir_rounding_mode_undef; in vtn_handle_alu() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp3978 const std::string rounding_mode = in TEST_P() local
4003 const std::string rounding_mode = in TEST_P() local
4028 const std::string rounding_mode = in TEST_P() local
4050 const std::string rounding_mode = in TEST_P() local
4076 const std::string rounding_mode = in TEST_P() local
4098 const std::string rounding_mode = in TEST_P() local
4123 const std::string rounding_mode = in TEST_P() local
4143 const std::string rounding_mode = in TEST_P() local
4167 const std::string rounding_mode = in TEST_P() local
4190 const std::string rounding_mode = in TEST_P() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp3978 const std::string rounding_mode = in TEST_P() local
4003 const std::string rounding_mode = in TEST_P() local
4028 const std::string rounding_mode = in TEST_P() local
4050 const std::string rounding_mode = in TEST_P() local
4076 const std::string rounding_mode = in TEST_P() local
4098 const std::string rounding_mode = in TEST_P() local
4123 const std::string rounding_mode = in TEST_P() local
4143 const std::string rounding_mode = in TEST_P() local
4167 const std::string rounding_mode = in TEST_P() local
4190 const std::string rounding_mode = in TEST_P() local
/external/v8/src/s390/
Dmacro-assembler-s390.cc732 FPRoundingMode rounding_mode) { in ConvertFloat32ToInt64()
756 FPRoundingMode rounding_mode) { in ConvertDoubleToInt64()
780 FPRoundingMode rounding_mode) { in ConvertDoubleToInt32()
807 FPRoundingMode rounding_mode) { in ConvertFloat32ToInt32()
834 FPRoundingMode rounding_mode) { in ConvertFloat32ToUnsignedInt32()
861 FPRoundingMode rounding_mode) { in ConvertFloat32ToUnsignedInt64()
885 FPRoundingMode rounding_mode) { in ConvertDoubleToUnsignedInt64()
909 FPRoundingMode rounding_mode) { in ConvertDoubleToUnsignedInt32()
/external/v8/src/arm/
Ddisasm-arm.cc2482 int rounding_mode = instr->Bits(17, 16); in DecodeSpecialCondition() local
Dsimulator-arm.cc5517 int rounding_mode = instr->Bits(17, 16); in DecodeSpecialCondition() local
5543 int rounding_mode = instr->Bits(17, 16); in DecodeSpecialCondition() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc724 FPRoundingMode rounding_mode) { in ConvertDoubleToInt64()
743 const DoubleRegister double_dst, FPRoundingMode rounding_mode) { in ConvertDoubleToUnsignedInt64()
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc3692 FPRounding rounding_mode, in frint()
3720 FPRounding rounding_mode, int fbits) { in fcvts()
3739 FPRounding rounding_mode, int fbits) { in fcvtu()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc4722 FPRounding rounding_mode, in frint()
4761 FPRounding rounding_mode, in fcvts()
4789 FPRounding rounding_mode, in fcvtu()
/external/v8/src/mips/
Dmacro-assembler-mips.cc2634 void MacroAssembler::EmitFPUTruncate(FPURoundingMode rounding_mode, in EmitFPUTruncate()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3131 void MacroAssembler::EmitFPUTruncate(FPURoundingMode rounding_mode, in EmitFPUTruncate()