Home
last modified time | relevance | path

Searched defs:IEEEdouble (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h131 static const fltSemantics IEEEdouble; variable
/external/llvm/include/llvm/ADT/
DAPFloat.h135 static const fltSemantics IEEEdouble; variable
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp55 const fltSemantics APFloat::IEEEdouble = { 1023, -1022, 53, true }; member in llvm::APFloat
/external/llvm/lib/Support/
DAPFloat.cpp63 const fltSemantics APFloat::IEEEdouble = { 1023, -1022, 53, 64 }; member in llvm::APFloat
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp123 const fltSemantics &APFloatBase::IEEEdouble() { in IEEEdouble() function in llvm::APFloatBase
/external/clang/include/clang/AST/
DStmt.h147 IEEEdouble, in LLVM_ALIGNAS() enumerator