Home
last modified time | relevance | path

Searched defs:rounding_mode (Results 1 – 17 of 17) 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/valgrind/VEX/priv/
Dguest_s390_helpers.c1025 #define S390_CC_FOR_BFP_CONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument
1057 #define S390_CC_FOR_BFP_UCONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument
1089 #define S390_CC_FOR_BFP128_CONVERT_AUX(opcode,hi,lo,rounding_mode) \ argument
1126 #define S390_CC_FOR_BFP128_UCONVERT_AUX(opcode,hi,lo,rounding_mode) \ argument
1266 #define S390_CC_FOR_DFP_CONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument
1316 #define S390_CC_FOR_DFP_UCONVERT_AUX(opcode,cc_dep1,rounding_mode) \ argument
1366 #define S390_CC_FOR_DFP128_CONVERT_AUX(opcode,hi,lo,rounding_mode) \ argument
1421 #define S390_CC_FOR_DFP128_UCONVERT_AUX(opcode,hi,lo,rounding_mode) \ argument
Dhost_s390_isel.c1236 s390_bfp_round_t rounding_mode; in s390_isel_int_expr_wrk() local
1248 s390_bfp_round_t rounding_mode; in s390_isel_int_expr_wrk() local
1270 s390_dfp_round_t rounding_mode; in s390_isel_int_expr_wrk() local
1282 s390_dfp_round_t rounding_mode; in s390_isel_int_expr_wrk() local
2441 s390_bfp_round_t rounding_mode; in s390_isel_float_expr_wrk() local
2502 s390_bfp_round_t rounding_mode; in s390_isel_float_expr_wrk() local
2689 s390_dfp_round_t rounding_mode; in s390_isel_dfp128_expr_wrk() local
3041 s390_dfp_round_t rounding_mode; in s390_isel_dfp_expr_wrk() local
3098 s390_dfp_round_t rounding_mode; in s390_isel_dfp_expr_wrk() local
3228 s390_dfp_round_t rounding_mode; in s390_isel_dfp_expr_wrk() local
Dguest_s390_toIR.c8951 IRTemp rounding_mode = encode_bfp_rounding_mode(S390_BFP_ROUND_PER_FPC); in s390_irgen_AEBR() local
8969 IRTemp rounding_mode = encode_bfp_rounding_mode(S390_BFP_ROUND_PER_FPC); in s390_irgen_ADBR() local
8987 IRTemp rounding_mode = encode_bfp_rounding_mode(S390_BFP_ROUND_PER_FPC); in s390_irgen_AEB() local
9005 IRTemp rounding_mode = encode_bfp_rounding_mode(S390_BFP_ROUND_PER_FPC); in s390_irgen_ADB() local
9153 IRTemp rounding_mode = encode_bfp_rounding_mode(m3); in s390_irgen_CLFEBR() local
9173 IRTemp rounding_mode = encode_bfp_rounding_mode(m3); in s390_irgen_CLFDBR() local
9193 IRTemp rounding_mode = encode_bfp_rounding_mode(m3); in s390_irgen_CLGEBR() local
9213 IRTemp rounding_mode = encode_bfp_rounding_mode(m3); in s390_irgen_CLGDBR() local
9230 IRTemp rounding_mode = encode_bfp_rounding_mode(m3); in s390_irgen_CFEBR() local
9247 IRTemp rounding_mode = encode_bfp_rounding_mode(m3); in s390_irgen_CFDBR() local
[all …]
Dir_inject.c194 IRExpr *data, *rounding_mode, *opnd1, *opnd2, *opnd3, *opnd4; in vex_inject_ir() local
Dhost_s390_defs.h343 s390_dfp_round_t rounding_mode; member
354 s390_dfp_round_t rounding_mode; member
510 s390_bfp_round_t rounding_mode; member
543 s390_dfp_round_t rounding_mode; member
561 s390_dfp_round_t rounding_mode; member
Dhost_s390_defs.c5668 s390_bfp_round_t rounding_mode) in s390_insn_bfp_convert()
5771 s390_bfp_round_t rounding_mode) in s390_insn_bfp128_convert()
5804 s390_bfp_round_t rounding_mode = S390_BFP_ROUND_NEAREST_EVEN; in s390_insn_bfp128_convert_to() local
5814 s390_bfp_round_t rounding_mode) in s390_insn_bfp128_convert_from()
5823 HReg op3, s390_dfp_round_t rounding_mode) in s390_insn_dfp_binop()
5910 s390_dfp_round_t rounding_mode) in s390_insn_dfp_convert()
5931 s390_dfp_round_t rounding_mode) in s390_insn_dfp_reround()
5952 HReg r1, s390_dfp_round_t rounding_mode) in s390_insn_fp_convert()
5978 s390_dfp_round_t rounding_mode) in s390_insn_fp128_convert()
6004 HReg op3_lo, s390_dfp_round_t rounding_mode) in s390_insn_dfp128_binop()
[all …]
/external/valgrind/memcheck/tests/vbit-test/
Dvtest.h123 unsigned rounding_mode; member
/external/v8/src/arm/
Ddisasm-arm.cc1913 int rounding_mode = instr->Bits(17, 16); in DecodeSpecialCondition() local
Dsimulator-arm.cc3916 int rounding_mode = instr->Bits(17, 16); in DecodeSpecialCondition() local
3942 int rounding_mode = instr->Bits(17, 16); in DecodeSpecialCondition() local
/external/v8/src/s390/
Dmacro-assembler-s390.cc692 FPRoundingMode rounding_mode) { in ConvertFloat32ToInt64()
724 FPRoundingMode rounding_mode) { in ConvertDoubleToInt64()
753 FPRoundingMode rounding_mode) { in ConvertFloat32ToInt32()
782 const DoubleRegister double_dst, FPRoundingMode rounding_mode) { in ConvertFloat32ToUnsignedInt32()
812 const DoubleRegister double_dst, FPRoundingMode rounding_mode) { in ConvertFloat32ToUnsignedInt64()
837 const DoubleRegister double_dst, FPRoundingMode rounding_mode) { in ConvertDoubleToUnsignedInt64()
/external/valgrind/VEX/pub/
Dlibvex.h848 UInt rounding_mode; member
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc776 FPRoundingMode rounding_mode) { in ConvertDoubleToInt64()
795 const DoubleRegister double_dst, FPRoundingMode rounding_mode) { in ConvertDoubleToUnsignedInt64()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc4434 FPRounding rounding_mode, in frint()
4464 FPRounding rounding_mode, in fcvts()
4486 FPRounding rounding_mode, in fcvtu()
/external/v8/src/mips/
Dmacro-assembler-mips.cc2530 void MacroAssembler::EmitFPUTruncate(FPURoundingMode rounding_mode, in EmitFPUTruncate()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc2713 void MacroAssembler::EmitFPUTruncate(FPURoundingMode rounding_mode, in EmitFPUTruncate()