reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
226 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { 231 if (F1P >= File1End || F2P >= File2End) break; 241 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { 249 bool F1AtEnd = F1P >= File1End; 260 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) 264 if (F1P < File1End || F2P < File2End)