Searched defs:IEEEhalf (Results 1 – 5 of 5) sorted by relevance
133 static const fltSemantics IEEEhalf; variable
53 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11, true }; member in llvm::APFloat
61 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11, 16 }; member in llvm::APFloat
117 const fltSemantics &APFloatBase::IEEEhalf() { in IEEEhalf() function in llvm::APFloatBase
145 IEEEhalf, in LLVM_ALIGNAS() enumerator