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

  /external/clang/lib/Basic/
TargetInfo.cpp 70 HalfFormat = &llvm::APFloat::IEEEhalf;
309 HalfFormat = &llvm::APFloat::IEEEhalf;
  /external/llvm/include/llvm/ADT/
APFloat.h 131 static const fltSemantics IEEEhalf;
  /external/llvm/include/llvm/IR/
Type.h 158 case HalfTyID: return APFloat::IEEEhalf;
  /external/llvm/lib/IR/
Constants.cpp 202 APFloat::getZero(APFloat::IEEEhalf));
632 return &APFloat::IEEEhalf;
720 if (&V.getSemantics() == &APFloat::IEEEhalf)
    [all...]
ConstantFold.cpp 592 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf :
    [all...]
AsmWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 278 if (&format == &llvm::APFloat::IEEEhalf) {
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp 60 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11, 16 };
    [all...]
  /external/clang/lib/AST/
Expr.cpp 752 setRawSemantics(IEEEhalf);
769 case IEEEhalf:
770 return llvm::APFloat::IEEEhalf;
786 if (&Sem == &llvm::APFloat::IEEEhalf)
787 FloatingLiteralBits.Semantics = IEEEhalf;
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 877 APFloatVal = APFloat(APFloat::IEEEhalf,
LLParser.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 137 IEEEhalf,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 496 milliseconds