HomeSort by relevance Sort by last modified time
    Searched refs:convertToInteger (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/proguard/src/proguard/evaluation/value/
UnknownDoubleValue.java 37 public IntegerValue convertToInteger()
UnknownFloatValue.java 37 public IntegerValue convertToInteger()
UnknownLongValue.java 37 public IntegerValue convertToInteger()
SpecificDoubleValue.java 37 public IntegerValue convertToInteger()
SpecificFloatValue.java 37 public IntegerValue convertToInteger()
ParticularDoubleValue.java 57 public IntegerValue convertToInteger()
ParticularFloatValue.java 57 public IntegerValue convertToInteger()
DoubleValue.java 51 public abstract IntegerValue convertToInteger();
FloatValue.java 51 public abstract IntegerValue convertToInteger();
ParticularLongValue.java 57 public IntegerValue convertToInteger()
SpecificLongValue.java 37 public IntegerValue convertToInteger()
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 285 opStatus convertToInteger(integerPart *, unsigned int, bool,
287 opStatus convertToInteger(APSInt&, roundingMode, bool *) const;
  /external/swiftshader/third_party/LLVM/unittests/ADT/
APFloatTest.cpp 356 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
362 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
368 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
374 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
381 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
387 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
393 .convertToInteger(result, APFloat::rmTowardZero, &isExact));
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 311 public static int convertToInteger(String rawValue) throws XMPException
  /external/llvm/include/llvm/ADT/
APFloat.h 364 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode,
366 opStatus convertToInteger(APSInt &, roundingMode, bool *) const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 312 opStatus convertToInteger(integerPart *, unsigned int, bool, roundingMode,
314 opStatus convertToInteger(APSInt &, roundingMode, bool *) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 280 opStatus convertToInteger(MutableArrayRef<integerPart>, unsigned int, bool,
633 opStatus convertToInteger(MutableArrayRef<integerPart> Input,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 302 // APFloat::convertToInteger(&Exact) purports to do what we want, but
332 CF->getValueAPF().convertToInteger(Int,
446 CF->getValueAPF().convertToInteger(Val,

Completed in 520 milliseconds

1 2 3