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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 158 // Operation status. opUnderflow or opOverflow are always returned
164 opOverflow = 0x04,
  /external/llvm/include/llvm/ADT/
APFloat.h 170 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
175 opOverflow = 0x04,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 171 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
176 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 184 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
189 opOverflow = 0x04,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp 1124 return (opStatus) (opOverflow | opInexact);
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 674 if (APFloat::opOverflow &
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 646 APFloat::opOverflow)
658 APFloat::opOverflow)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp 371 if (ConvertStatus & llvm::APFloat::opOverflow) {
    [all...]

Completed in 1168 milliseconds