Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h130 static const fltSemantics IEEEsingle; variable
/external/llvm/include/llvm/ADT/
DAPFloat.h134 static const fltSemantics IEEEsingle; variable
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp54 const fltSemantics APFloat::IEEEsingle = { 127, -126, 24, true }; member in llvm::APFloat
/external/llvm/lib/Support/
DAPFloat.cpp62 const fltSemantics APFloat::IEEEsingle = { 127, -126, 24, 32 }; member in llvm::APFloat
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp120 const fltSemantics &APFloatBase::IEEEsingle() { in IEEEsingle() function in llvm::APFloatBase
/external/clang/include/clang/AST/
DStmt.h146 IEEEsingle, in LLVM_ALIGNAS() enumerator