Home
last modified time | relevance | path

Searched defs:IEEEdouble (Results 1 – 5 of 5) 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/clang/include/clang/AST/
DStmt.h147 IEEEdouble, in LLVM_ALIGNAS() enumerator