Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3050 fltSemantics calcSemantics = { 32767, -32767, 0, 0 }; in roundSignificandWithExponent() local
3066 calcSemantics.precision = parts * integerPartWidth - 1; in roundSignificandWithExponent()
3067 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
3070 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent()
3072 IEEEFloat pow5(calcSemantics); in roundSignificandWithExponent()
3095 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
3096 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
3105 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()
3115 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
3121 - (calcSemantics.precision - excessPrecision)); in roundSignificandWithExponent()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24858 …ponent(unsigned long long const*, unsigned int, int, llvm::APFloat::roundingMode)::calcSemantics"},