Searched refs:ConvertUnsigned (Results 1 – 9 of 9) sorted by relevance
197 Fraction fraction{Fraction::ConvertUnsigned(absN).value};201 Fraction fraction{Fraction::ConvertUnsigned(absN.SHIFTR(bitsLost)).value};231 result.value.ConvertUnsigned(intPart.value.GetFraction().SHIFTR(-shift))270 Fraction::ConvertUnsigned(xFraction).value.SHIFTL(-bitsLost)};274 Fraction::ConvertUnsigned(xFraction.SHIFTR(bitsLost)).value};291 Fraction result{Fraction::ConvertUnsigned(word_).value}; in GetFraction()327 return Significand::ConvertUnsigned(word_).value; in GetSignificand()
281 static constexpr ValueWithOverflow ConvertUnsigned(const FROM &that) { in ConvertUnsigned() function303 ValueWithOverflow result{ConvertUnsigned(that)}; in ConvertSigned()
373 Constant<TO>{Scalar<TO>::ConvertUnsigned(std::move(x)).value}}; in ConvertToType()378 Constant<TO>{Scalar<TO>{Word::ConvertUnsigned(std::move(x)).value}}}; in ConvertToType()
27 ConvertUnsigned(static_cast<unsigned long>(num_bytes), in SkipInputData()
201 static void ConvertUnsigned(TSrc src, TDest *dest) { in ConvertUnsigned() function
1549 ConvertUnsigned(jpegDataSize, &jpegDataSizeAsSizet); in DecodeLossyJPEG()1572 ConvertUnsigned(cinfo.image_width, &imageWidthAsUint32); in DecodeLossyJPEG()1573 ConvertUnsigned(cinfo.image_height, &imageHeightAsUint32); in DecodeLossyJPEG()1576 ConvertUnsigned(static_cast<unsigned>(cinfo.num_components), in DecodeLossyJPEG()
54 ConvertUnsigned(strlen(s), &lengthAsUint32); in strlenAsUint32()
329 word_ = Word::ConvertUnsigned(fraction).value; in Normalize()
1456 From converted{From::ConvertUnsigned(real.RawBits()).value}; in ToReal()