formatDouble      406 lib/pdf/xpdf/GString.cc 	  formatDouble(arg.f, buf, sizeof(buf), prec, gFalse, &str, &len);
formatDouble      409 lib/pdf/xpdf/GString.cc 	  formatDouble(arg.f, buf, sizeof(buf), prec, gTrue, &str, &len);
formatDouble      132 lib/pdf/xpdf/GString.h   static void formatDouble(double x, char *buf, int bufSize, int prec,