Searched refs:DecValue (Results 1 – 7 of 7) sorted by relevance
129 IN UINT8 DecValue in RtDecimaltoBCD() argument134 High = DecValue / 10; in RtDecimaltoBCD()135 Low = DecValue - (High * 10); in RtDecimaltoBCD()
144 int64_t DecValue; variable154 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), in FormattedNumber()
433 if (FN.DecValue == 0) { in operator <<()440 bool Neg = (FN.DecValue < 0); in operator <<()441 uint64_t N = Neg ? -static_cast<uint64_t>(FN.DecValue) : FN.DecValue; in operator <<()
493 IN UINT8 DecValue in DecimaltoBCD() argument496 return RtDecimaltoBCD (DecValue); in DecimaltoBCD()
801 IN UINT8 DecValue