Lines Matching defs:PartCount
1026 const unsigned PartCount = partCountForBits(semantics->precision);
1027 for (unsigned i = 0; i < PartCount - 1; i++)
1033 PartCount*integerPartWidth - semantics->precision + 1;
1038 if (~(Parts[PartCount - 1] | HighBitFill))
1052 const unsigned PartCount = partCountForBits(semantics->precision);
1053 for (unsigned i = 0; i < PartCount - 1; i++) {
1060 PartCount * integerPartWidth - semantics->precision + 1;
1065 if (~(Parts[PartCount - 1] | HighBitFill | 0x1))
1075 const unsigned PartCount = partCountForBits(semantics->precision);
1077 for (unsigned i = 0; i < PartCount - 1; i++)
1083 PartCount*integerPartWidth - semantics->precision + 1;
1088 if (Parts[PartCount - 1] & HighBitMask)
1096 const unsigned PartCount = partCountForBits(semantics->precision);
1098 for (unsigned i = 0; i < PartCount - 1; i++) {
1104 PartCount * integerPartWidth - semantics->precision + 1;
1105 return Parts[PartCount - 1] == integerPart(1)
4005 unsigned PartCount = partCount();
4006 memset(significand, 0xFF, sizeof(integerPart)*(PartCount - 1));
4011 PartCount*integerPartWidth - semantics->precision;
4012 significand[PartCount - 1] = (NumUnusedHighBits < integerPartWidth)
4413 const int PartCount = partCountForBits(semantics->precision);
4416 for (int i = 0; i < PartCount; ++i) {
4426 for (int i = 0; i < PartCount;