Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp113 static const fltSemantics semPPCDoubleDoubleLegacy = {1023, -1022 + 53, variable
2905 assert(semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy); in convertPPCDoubleDoubleAPFloatToAPInt()
3086 if (semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy) in bitcastToAPInt()
3158 fs = convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3165 fs = v.convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3319 if (Sem == &semPPCDoubleDoubleLegacy) in initFromAPInt()
4215 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide()
4217 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); in divide()
4224 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder()
4226 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in remainder()
[all …]