Home
last modified time | relevance | path

Searched refs:semIEEEhalf (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp72 static const fltSemantics semIEEEhalf = {15, -14, 11, 16}; variable
118 return semIEEEhalf; in IEEEhalf()
2966 assert(semantics == (const llvm::fltSemantics*)&semIEEEhalf); in convertHalfAPFloatToAPInt()
2997 if (semantics == (const llvm::fltSemantics*)&semIEEEhalf) in bitcastToAPInt()
3202 initialize(&semIEEEhalf); in initFromHalfAPInt()
3232 if (Sem == &semIEEEhalf) in initFromAPInt()
4473 return APFloat(semIEEEhalf, APInt::getAllOnesValue(BitWidth)); in getAllOnesValue()