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

  /external/llvm/include/llvm/ADT/
APFloat.h 129 static const fltSemantics IEEEhalf;
  /external/llvm/include/llvm/IR/
Type.h 169 case HalfTyID: return APFloat::IEEEhalf;
  /external/clang/lib/Basic/
TargetInfo.cpp 68 HalfFormat = &llvm::APFloat::IEEEhalf;
  /external/llvm/lib/Support/
APFloat.cpp 52 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11 };
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 120 APFloat::getZero(APFloat::IEEEhalf));
531 return &APFloat::IEEEhalf;
612 if (&V.getSemantics() == &APFloat::IEEEhalf)
    [all...]
AsmWriter.cpp 812 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
889 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf) {
    [all...]
ConstantFold.cpp 574 Val.convert(DestTy->isHalfTy() ? APFloat::IEEEhalf :
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 268 if (&format == &llvm::APFloat::IEEEhalf) {
CGExprConstant.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 658 setRawSemantics(IEEEhalf);
675 case IEEEhalf:
676 return llvm::APFloat::IEEEhalf;
692 if (&Sem == &llvm::APFloat::IEEEhalf)
693 FloatingLiteralBits.Semantics = IEEEhalf;
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 767 APFloatVal = APFloat(APFloat::IEEEhalf,
LLParser.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 178 IEEEhalf,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 310 milliseconds