Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h132 static const fltSemantics IEEEquad; variable
/external/llvm/include/llvm/ADT/
DAPFloat.h136 static const fltSemantics IEEEquad; variable
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp56 const fltSemantics APFloat::IEEEquad = { 16383, -16382, 113, true }; member in llvm::APFloat
/external/llvm/lib/Support/
DAPFloat.cpp64 const fltSemantics APFloat::IEEEquad = { 16383, -16382, 113, 128 }; member in llvm::APFloat
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp126 const fltSemantics &APFloatBase::IEEEquad() { in IEEEquad() function in llvm::APFloatBase
/external/clang/include/clang/AST/
DStmt.h149 IEEEquad, in LLVM_ALIGNAS() enumerator