Lines Matching defs:exponent
119 int exponent, in CutToMaxSignificantDigits()
140 static void TrimAndCut(Vector<const char> buffer, int exponent, in TrimAndCut()
197 int exponent = 0; in ReadDiyFp() local
205 int exponent, in DoubleStrtod()
261 static DiyFp AdjustmentPowerOfTen(int exponent) { in AdjustmentPowerOfTen()
285 int exponent, in DiyFpStrtod()
403 int exponent, in CompareBufferWithDiyFp()
433 static bool ComputeGuess(Vector<const char> trimmed, int exponent, in ComputeGuess()
482 double StrtodTrimmed(Vector<const char> trimmed, int exponent) { in StrtodTrimmed()
504 double Strtod(Vector<const char> buffer, int exponent) { in Strtod()
537 float Strtof(Vector<const char> buffer, int exponent) { in Strtof()
547 float StrtofTrimmed(Vector<const char> trimmed, int exponent) { in StrtofTrimmed()