Searched refs:do_scan (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Diostream.cc382 static void do_scan(istream *istr, const char *format, ...) function
402 do_scan(this, "%Lg", &x);
405 do_scan(this, "%lg", &y);
420 do_scan(this, "%lg", &x);
433 do_scan(this, "%g", &x);

Completed in 78 milliseconds