/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APFloatTest.cpp | 356 .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/ |
D | APFloat.h | 312 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/ |
D | UnknownFloatValue.java | 37 public IntegerValue convertToInteger() in convertToInteger() method in UnknownFloatValue
|
D | UnknownDoubleValue.java | 37 public IntegerValue convertToInteger() in convertToInteger() method in UnknownDoubleValue
|
D | UnknownLongValue.java | 37 public IntegerValue convertToInteger() in convertToInteger() method in UnknownLongValue
|
D | SpecificFloatValue.java | 37 public IntegerValue convertToInteger() in convertToInteger() method in SpecificFloatValue
|
D | SpecificDoubleValue.java | 37 public IntegerValue convertToInteger() in convertToInteger() method in SpecificDoubleValue
|
D | ParticularDoubleValue.java | 57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularDoubleValue
|
D | ParticularFloatValue.java | 57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularFloatValue
|
D | DoubleValue.java | 51 public abstract IntegerValue convertToInteger(); in convertToInteger() method in DoubleValue
|
D | FloatValue.java | 51 public abstract IntegerValue convertToInteger(); in convertToInteger() method in FloatValue
|
D | ParticularLongValue.java | 57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularLongValue
|
D | SpecificLongValue.java | 37 public IntegerValue convertToInteger() in convertToInteger() method in SpecificLongValue
|
D | LongValue.java | 52 public abstract IntegerValue convertToInteger(); in convertToInteger() method in LongValue
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APFloat.h | 285 opStatus convertToInteger(integerPart *, unsigned int, bool, 287 opStatus convertToInteger(APSInt&, roundingMode, bool *) const;
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 364 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/ |
D | APFloat.h | 280 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/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 332 CF->getValueAPF().convertToInteger(Int, in walkForwards() 446 CF->getValueAPF().convertToInteger(Val, in convert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 317 CF->getValueAPF().convertToInteger(Int, in walkForwards() 432 CF->getValueAPF().convertToInteger(Val, in convert()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPUtils.java | 311 public static int convertToInteger(String rawValue) throws XMPException in convertToInteger() method in XMPUtils
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 436 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/ |
D | APFloat.cpp | 1659 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/ |
D | APFloat.cpp | 1762 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/ |
D | APFloat.cpp | 1719 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/ |
D | APFloatTest.cpp | 957 .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()
|