Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPFloat.cpp121 static const fltSemantics semPPCDoubleDoubleLegacy = {1023, -1022 + 53, variable
3141 assert(semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy); in convertPPCDoubleDoubleAPFloatToAPInt()
3352 if (semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy) in bitcastToAPInt()
3422 fs = convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3429 fs = v.convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3606 if (Sem == &semPPCDoubleDoubleLegacy) in initFromAPInt()
4514 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide()
4516 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); in divide()
4523 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder()
4525 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in remainder()
[all …]