Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPFloat.h133 static const fltSemantics IEEEhalf; variable
/aosp_15_r20/external/llvm/lib/Support/
H A DAPFloat.cpp61 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11, 16 }; member in llvm::APFloat
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp152 const fltSemantics &APFloatBase::IEEEhalf() { in IEEEhalf() function in llvm::APFloatBase
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp195 const fltSemantics &APFloatBase::IEEEhalf() { in IEEEhalf() function in llvm::APFloatBase
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h145 IEEEhalf, in LLVM_ALIGNAS() enumerator