Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPFloat.h134 static const fltSemantics IEEEsingle; variable
/aosp_15_r20/external/llvm/lib/Support/
H A DAPFloat.cpp62 const fltSemantics APFloat::IEEEsingle = { 127, -126, 24, 32 }; member in llvm::APFloat
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp155 const fltSemantics &APFloatBase::IEEEsingle() { in IEEEsingle() function in llvm::APFloatBase
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp201 const fltSemantics &APFloatBase::IEEEsingle() { in IEEEsingle() function in llvm::APFloatBase
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h146 IEEEsingle, in LLVM_ALIGNAS() enumerator