Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp169 static constexpr fltSemantics semPPCDoubleDoubleLegacy = {1023, -1022 + 53, variable
273 return semPPCDoubleDoubleLegacy; in PPCDoubleDoubleLegacy()
3584 assert(semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy); in convertPPCDoubleDoubleLegacyAPFloatToAPInt()
3804 if (semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy) in bitcastToAPInt()
3917 fs = convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleLegacyAPInt()
3924 fs = v.convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleLegacyAPInt()
4127 if (Sem == &semPPCDoubleDoubleLegacy) in initFromAPInt()
5158 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide()
5160 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); in divide()
5167 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder()
[all …]