Home
last modified time | relevance | path

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

12

/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
DParticularDoubleValue.java57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularDoubleValue
DParticularFloatValue.java57 public IntegerValue convertToInteger() in convertToInteger() method in ParticularFloatValue
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/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/llvm/include/llvm/ADT/
DAPFloat.h285 opStatus convertToInteger(integerPart *, unsigned int, bool,
287 opStatus convertToInteger(APSInt&, roundingMode, bool *) const;
/external/proguard/src/proguard/evaluation/
DProcessor.java421 stack.push(stack.lpop().convertToInteger()); in visitSimpleInstruction()
433 stack.push(stack.fpop().convertToInteger()); in visitSimpleInstruction()
445 stack.push(stack.dpop().convertToInteger()); in visitSimpleInstruction()
/external/llvm/lib/Support/
DAPFloat.cpp1658 fs = V.convertToInteger(x, parts * integerPartWidth, true, in remainder()
1699 fs = V.convertToInteger(x, parts * integerPartWidth, true, in mod()
2050 APFloat::convertToInteger(integerPart *parts, unsigned int width, in convertToInteger() function in APFloat
2084 APFloat::convertToInteger(APSInt &result, in convertToInteger() function in APFloat
2089 opStatus status = convertToInteger( in convertToInteger()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp637 (void)apf.convertToInteger(&v, BitWidth, in getConstantValue()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp225 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero, in ConvertToSInt()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp194 (void) Flt.convertToInteger(x, IntBitWidth, /*isSigned=*/true, in materializeRegForValue()
DSelectionDAG.cpp2445 APFloat::opStatus s = V.convertToInteger(x, VT.getSizeInBits(), in getNode()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1165 APFloat::opStatus status = Val.convertToInteger(&UIntVal, ResultWidth, in ConstantFoldConvertToInt()
/external/llvm/lib/VMCore/
DConstantFold.cpp589 (void) V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction()
/external/clang/lib/AST/
DExprConstant.cpp1179 if (Value.convertToInteger(Result, llvm::APFloat::rmTowardZero, &ignored) in HandleFloatToIntCast()
6744 if (FL->getValue().convertToInteger(IgnoredVal, in CheckICE()
/external/clang/lib/Sema/
DSemaChecking.cpp4042 if (Value.convertToInteger(IntegerValue, in DiagnoseFloatingLiteralImpCast()
DSemaOverload.cpp326 Result.convertToInteger(ConvertedValue, in getNarrowingKind()

12