Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp95 static const fltSemantics semPPCDoubleDouble = {-1, 0, 0, 0}; variable
186 return semPPCDoubleDouble; in PPCDoubleDouble()
4226 assert(Semantics == &semPPCDoubleDouble);
4233 assert(Semantics == &semPPCDoubleDouble);
4239 assert(Semantics == &semPPCDoubleDouble);
4247 assert(Semantics == &semPPCDoubleDouble);
4254 assert(Semantics == &semPPCDoubleDouble);
4264 assert(Semantics == &semPPCDoubleDouble);
4270 assert(Semantics == &semPPCDoubleDouble); in DoubleAPFloat()
4767 *inv = APFloat(semPPCDoubleDouble, Inv.bitcastToAPInt()); in getExactInverse()
[all …]