Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp71 static const fltSemantics semIEEEhalf = {15, -14, 11, 16}; variable
153 return semIEEEhalf; in IEEEhalf()
3043 assert(semantics == (const llvm::fltSemantics*)&semIEEEhalf); in convertHalfAPFloatToAPInt()
3074 if (semantics == (const llvm::fltSemantics*)&semIEEEhalf) in bitcastToAPInt()
3279 initialize(&semIEEEhalf); in initFromHalfAPInt()
3309 if (Sem == &semIEEEhalf) in initFromAPInt()
4554 return APFloat(semIEEEhalf, APInt::getAllOnesValue(BitWidth)); in getAllOnesValue()