Home
last modified time | relevance | path

Searched refs:convertToInteger (Results 1 – 25 of 56) sorted by relevance

123

/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-subzero/include/llvm/ADT/
DAPFloat.h312 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode,
314 opStatus convertToInteger(APSInt &, roundingMode, bool *) const;
986 opStatus convertToInteger(integerPart *Input, unsigned int Width, in convertToInteger() function
989 return getIEEE().convertToInteger(Input, Width, IsSigned, RM, IsExact); in convertToInteger()
991 opStatus convertToInteger(APSInt &Result, roundingMode RM, in convertToInteger() function
993 return getIEEE().convertToInteger(Result, RM, IsExact); in convertToInteger()
/external/proguard/src/proguard/evaluation/value/
DUnknownDoubleValue.java37 public IntegerValue convertToInteger() in convertToInteger() method in UnknownDoubleValue
DUnknownFloatValue.java37 public IntegerValue convertToInteger() in convertToInteger() method in UnknownFloatValue
DUnknownLongValue.java37 public IntegerValue convertToInteger() in convertToInteger() method in UnknownLongValue
DSpecificFloatValue.java37 public IntegerValue convertToInteger() in convertToInteger() method in SpecificFloatValue
DSpecificDoubleValue.java37 public IntegerValue convertToInteger() in convertToInteger() method in SpecificDoubleValue
DParticularFloatValue.java57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularFloatValue
DParticularDoubleValue.java57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularDoubleValue
DDoubleValue.java51 public abstract IntegerValue convertToInteger(); in convertToInteger() method in DoubleValue
DFloatValue.java51 public abstract IntegerValue convertToInteger(); in convertToInteger() method in FloatValue
DSpecificLongValue.java37 public IntegerValue convertToInteger() in convertToInteger() method in SpecificLongValue
DParticularLongValue.java57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularLongValue
DLongValue.java52 public abstract IntegerValue convertToInteger(); in convertToInteger() method in LongValue
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h285 opStatus convertToInteger(integerPart *, unsigned int, bool,
287 opStatus convertToInteger(APSInt&, roundingMode, bool *) const;
/external/llvm/include/llvm/ADT/
DAPFloat.h364 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode,
366 opStatus convertToInteger(APSInt &, roundingMode, bool *) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
639 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
1069 opStatus convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function
1073 convertToInteger(Input, Width, IsSigned, RM, IsExact)); in convertToInteger()
1075 opStatus convertToInteger(APSInt &Result, roundingMode RM,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp317 CF->getValueAPF().convertToInteger(Int, in walkForwards()
432 CF->getValueAPF().convertToInteger(Val, in convert()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp332 CF->getValueAPF().convertToInteger(Int, in walkForwards()
446 CF->getValueAPF().convertToInteger(Val, in convert()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java311 public static int convertToInteger(String rawValue) throws XMPException in convertToInteger() method in XMPUtils
/external/proguard/src/proguard/evaluation/
DProcessor.java436 stack.push(stack.lpop().convertToInteger()); in visitSimpleInstruction()
448 stack.push(stack.fpop().convertToInteger()); in visitSimpleInstruction()
460 stack.push(stack.dpop().convertToInteger()); in visitSimpleInstruction()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1659 fs = V.convertToInteger(x, parts * integerPartWidth, true, in remainder()
1700 fs = V.convertToInteger(x, parts * integerPartWidth, true, in mod()
2063 APFloat::convertToInteger(integerPart *parts, unsigned int width, in convertToInteger() function in APFloat
2097 APFloat::convertToInteger(APSInt &result, in convertToInteger() function in APFloat
2102 opStatus status = convertToInteger( in convertToInteger()
/external/llvm/lib/Support/
DAPFloat.cpp1762 fs = V.convertToInteger(x, parts * integerPartWidth, true, in remainder()
1802 fs = V.convertToInteger(x, parts * integerPartWidth, true, in mod()
2212 APFloat::convertToInteger(integerPart *parts, unsigned int width, in convertToInteger() function in APFloat
2246 APFloat::convertToInteger(APSInt &result, in convertToInteger() function in APFloat
2251 opStatus status = convertToInteger( in convertToInteger()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp1719 fs = V.convertToInteger(makeMutableArrayRef(x, parts), in remainder()
2148 IEEEFloat::convertToInteger(MutableArrayRef<integerPart> parts, in convertToInteger() function in llvm::detail::IEEEFloat
4298 DoubleAPFloat::convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function in llvm::detail::DoubleAPFloat
4303 .convertToInteger(Input, Width, IsSigned, RM, IsExact); in convertToInteger()
4509 APFloat::opStatus APFloat::convertToInteger(APSInt &result, in convertToInteger() function in llvm::APFloat
4514 opStatus status = convertToInteger(parts, bitWidth, result.isSigned(), in convertToInteger()
/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()

123