Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp95 static const fltSemantics semPPCDoubleDouble = {-1, 0, 0, 128}; variable
186 return semPPCDoubleDouble; in PPCDoubleDouble()
4244 assert(Semantics == &semPPCDoubleDouble);
4251 assert(Semantics == &semPPCDoubleDouble);
4257 assert(Semantics == &semPPCDoubleDouble);
4265 assert(Semantics == &semPPCDoubleDouble);
4272 assert(Semantics == &semPPCDoubleDouble);
4282 assert(Semantics == &semPPCDoubleDouble);
4288 assert(Semantics == &semPPCDoubleDouble); in DoubleAPFloat()
4785 *inv = APFloat(semPPCDoubleDouble, Inv.bitcastToAPInt()); in getExactInverse()
[all …]