Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp78 static const fltSemantics semIEEEhalf = {15, -14, 11, 16}; variable
165 return semIEEEhalf; in IEEEhalf()
3306 assert(semantics == (const llvm::fltSemantics*)&semIEEEhalf); in convertHalfAPFloatToAPInt()
3337 if (semantics == (const llvm::fltSemantics*)&semIEEEhalf) in bitcastToAPInt()
3566 initialize(&semIEEEhalf); in initFromHalfAPInt()
3594 if (Sem == &semIEEEhalf) in initFromAPInt()