Home
last modified time | relevance | path

Searched refs:rmTowardZero (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp356 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
362 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
368 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
374 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
381 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
387 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
393 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMCInstLower.cpp106 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored); in lowerOperand()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMCInstLower.cpp156 FVal.convert(APFloat::IEEEsingle, APFloat::rmTowardZero, &ignored); in Lower()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp124 .Case("round.towardzero", rmTowardZero) in getRoundingMode()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp96 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp113 Val.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &ignored); in lowerOperand()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp957 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
963 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
969 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
975 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
982 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
988 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
994 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1262 P.roundToIntegral(APFloat::rmTowardZero); in TEST()
1275 P.roundToIntegral(APFloat::rmTowardZero); in TEST()
1288 P.roundToIntegral(APFloat::rmTowardZero); in TEST()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h154 rmTowardZero, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp1001 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1007 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1013 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1019 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1026 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1032 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1038 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); in TEST()
1306 P.roundToIntegral(APFloat::rmTowardZero); in TEST()
1319 P.roundToIntegral(APFloat::rmTowardZero); in TEST()
1332 P.roundToIntegral(APFloat::rmTowardZero); in TEST()
[all …]
/external/llvm/include/llvm/ADT/
DAPFloat.h164 rmTowardZero, enumerator
/external/clang/lib/CodeGen/
DCGExprScalar.cpp618 if (LargestFloat.convertToInteger(LargestInt, APFloat::rmTowardZero, in EmitFloatConversionCheck()
645 if (MinSrc.convertFromAPInt(Min, !Unsigned, APFloat::rmTowardZero) & in EmitFloatConversionCheck()
657 if (MaxSrc.convertFromAPInt(Max, !Unsigned, APFloat::rmTowardZero) & in EmitFloatConversionCheck()
673 MinSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact); in EmitFloatConversionCheck()
674 MaxSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact); in EmitFloatConversionCheck()
710 MinBad.convert(SrcSema, APFloat::rmTowardZero, &IsInexact); in EmitFloatConversionCheck()
711 MaxBad.convert(SrcSema, APFloat::rmTowardZero, &IsInexact); in EmitFloatConversionCheck()
1795 F.convert(*FS, llvm::APFloat::rmTowardZero, &ignored); in EmitScalarPrePostIncDec()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp584 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp750 Val.convert(APFloat::IEEEsingle(), APFloat::rmTowardZero, &LosesInfo); in widenScalar()
753 Val.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &LosesInfo); in widenScalar()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h202 rmTowardZero enumerator
/external/llvm/lib/Support/
DAPFloat.cpp778 truncated.roundToIntegral(rmTowardZero); in isInteger()
1015 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored); in multiplySignificand()
1271 case rmTowardZero: in roundAwayFromZero()
1803 rmTowardZero, &ignored); in mod()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp928 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored); in multiplySignificand()
1169 case rmTowardZero: in roundAwayFromZero()
1701 rmTowardZero, &ignored); in mod()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h165 rmTowardZero, enumerator
/external/llvm/lib/Analysis/
DConstantFolding.cpp1436 APFloat::roundingMode mode = roundTowardZero? APFloat::rmTowardZero in ConstantFoldConvertToInt()
1503 V.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1564 APFloat::roundingMode mode = roundTowardZero? APFloat::rmTowardZero in ConstantFoldSSEConvertToInt()
1656 V.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h178 rmTowardZero, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp829 truncated.roundToIntegral(rmTowardZero); in isInteger()
1017 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored); in multiplySignificand()
1259 case rmTowardZero: in roundAwayFromZero()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp630 APFloat::rmTowardZero, &ignored); in getConstantValue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp189 APFloat::rmTowardZero, &isExact); in materializeRegForValue()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp1158 APFloat::roundingMode mode = roundTowardZero? APFloat::rmTowardZero in ConstantFoldConvertToInt()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp237 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero, in ConvertToSInt()

12