Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp154 static constexpr fltSemantics semPPCDoubleDouble = {-1, 0, 0, 128}; variable
253 return semPPCDoubleDouble; in PPCDoubleDouble()
4565 assert(Semantics == &semPPCDoubleDouble);
4572 assert(Semantics == &semPPCDoubleDouble);
4578 assert(Semantics == &semPPCDoubleDouble);
4586 assert(Semantics == &semPPCDoubleDouble);
4593 assert(Semantics == &semPPCDoubleDouble);
4603 assert(Semantics == &semPPCDoubleDouble);
4609 assert(Semantics == &semPPCDoubleDouble); in DoubleAPFloat()
5115 *inv = APFloat(semPPCDoubleDouble, Inv.bitcastToAPInt()); in getExactInverse()
[all …]