Searched refs:NegativeExponent (Results 1 – 1 of 1) sorted by relevance
1451 bool NegativeExponent = false; in GetFixedPointValue() local1461 NegativeExponent = *Ptr == '-'; in GetFixedPointValue()1462 if (NegativeExponent) ++Ptr; in GetFixedPointValue()1473 if (NegativeExponent) BaseShift -= Exponent; in GetFixedPointValue()