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

  /external/llvm/unittests/ADT/
APFloatTest.cpp 72 test = APFloat::getInf(APFloat::IEEEquad, false);
73 expected = APFloat::getInf(APFloat::IEEEquad, false);
80 test = APFloat::getInf(APFloat::IEEEquad, false);
87 test = APFloat::getInf(APFloat::IEEEquad, true);
94 test = APFloat::getInf(APFloat::IEEEquad, true);
95 expected = APFloat::getInf(APFloat::IEEEquad, true);
102 expected = APFloat::getInf(APFloat::IEEEquad, false);
126 expected = APFloat::getInf(APFloat::IEEEquad, true);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 197 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
  /external/llvm/include/llvm/ADT/
APFloat.h 227 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 850 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 858 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 858 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 864 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 649 MinSrc = APFloat::getInf(SrcSema, true);
661 MaxSrc = APFloat::getInf(SrcSema, false);
707 APFloat MaxBad = APFloat::getInf(DstSema, false);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 573 APFloat::getInf(Semantics, Negative));
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 717 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 2008 milliseconds