Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp127 static constexpr fltSemantics semIEEEhalf = {15, -14, 11, 16}; variable
247 const fltSemantics &APFloatBase::IEEEhalf() { return semIEEEhalf; } in IEEEhalf()
3580 return convertIEEEFloatToAPInt<semIEEEhalf>(); in convertHalfAPFloatToAPInt()
3618 if (semantics == (const llvm::fltSemantics*)&semIEEEhalf) in bitcastToAPInt()
3834 initFromIEEEAPInt<semIEEEhalf>(api); in initFromHalfAPInt()
3864 if (Sem == &semIEEEhalf) in initFromAPInt()