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

1 2 3 4

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
355 const fltSemantics &getSemantics() const { return *semantics; }
820 assert(&getSemantics() == &RHS.getSemantics() &&
822 if (usesLayout<IEEEFloat>(getSemantics()))
824 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 388 const fltSemantics &getSemantics() const { return *semantics; }
807 assert(&getSemantics() == &RHS.getSemantics());
808 if (usesLayout<IEEEFloat>(getSemantics()))
810 if (usesLayout<DoubleAPFloat>(getSemantics()))
831 if (usesLayout<IEEEFloat>(getSemantics()))
833 if (usesLayout<DoubleAPFloat>(getSemantics()))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 113 if (&V.getSemantics() == &APFloat::IEEEdouble)
115 else if (&V.getSemantics() == &APFloat::IEEEsingle)
APFloat.h 320 const fltSemantics &getSemantics() const { return *semantics; }
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 115 !FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics())) &&
116 !FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics(), /*Negative=*/true))) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 551 if (&V.getSemantics() == &APFloat::IEEEsingle)
553 else if (&V.getSemantics() == &APFloat::IEEEdouble)
555 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
557 else if (&V.getSemantics() == &APFloat::IEEEquad)
560 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble &&
578 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) &&
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 694 if (&V.getSemantics() == &APFloat::IEEEhalf)
696 else if (&V.getSemantics() == &APFloat::IEEEsingle)
698 else if (&V.getSemantics() == &APFloat::IEEEdouble)
700 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
702 else if (&V.getSemantics() == &APFloat::IEEEquad)
705 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble &&
727 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) &&
    [all...]
  /external/clang/include/clang/AST/
APValue.h 370 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 372 assert(&R.getSemantics() == &I.getSemantics() &&
  /external/clang/lib/AST/
ExprConstant.cpp 399 llvm::APFloat::semanticsPrecision(F.getSemantics());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 282 if (&Val.getSemantics() == &APFloat::PPCDoubleDouble)
285 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
    [all...]

Completed in 1301 milliseconds

1 2 3 4