diff options
| author | Ulrich Drepper <drepper@redhat.com> | 1996-10-08 23:39:20 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 1996-10-08 23:39:20 +0000 |
| commit | 11336c165c25e5a467335ca742674b1d5ad6d982 (patch) | |
| tree | d416c633f2bebd9b9cb3b7142396e3644805fec3 /stdio-common/tfformat.c | |
| parent | 6428aed93c1a132c4cd6a8c21de9d0248fed4c46 (diff) | |
| download | glibc-11336c165c25e5a467335ca742674b1d5ad6d982.tar.xz glibc-11336c165c25e5a467335ca742674b1d5ad6d982.zip | |
update from main archive 961008cvs/libc-961009
Wed Oct 9 00:30:33 1996 Ulrich Drepper <drepper@cygnus.com>
* inet/getnetgrent_r.c: Correct netgroup implementation. A
specification of a netgroup can also name another netgroup.
* nss/nss_files/files-netgrp.c: Likewise.
* inet/netgroup.h: Add fields to hold additional information.
Tue Oct 8 21:51:14 1996 Arnold D. Robbins <arnold@skeeve.atl.ga.us>
* posix/getopt.c: Implement POSIX -W option handling. When the
option string contains "W;" -W foo is handled like --foo.
Tue Oct 8 12:27:26 1996 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/clone.S: Define _ERRNO_H before
inclusing <errnos.h> so we really get error symbols defined.
* sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
* sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
* sunrpc/auth_unix.c (authunix_create_default): Don't use fixed
size array for getgroups call. Instead get maximal number via
sysconf. But discard list to NGRPS elements before calling XDR
function since Sun's code cannot handle longer lists.
Based on a patch by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
* sysdeps/stub/e_j0l.c: Define y0l as well.
* sysdeps/stub/e_j1l.c: Define y1l as well.
* sysdeps/stub/e_jnl.c: Define ynl as well.
* posix/unistd.h: Correct prototype for execlp.
* sysdeps/unix/sysv/linux/posix_opt.h: Define _POSIX_NO_TRUNC.
Mon Oct 7 22:18:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makeconfig (sysdep-library-path): New variable.
(built-program-cmd): Use it here to properly build a colon
separated library path.
Mon Oct 7 22:11:55 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* crypt/md5-crypt.c (md5_crypt_r): Add missing parens around &
within comparison. Fix comments.
(md5_crypt): Fix comment.
Tue Oct 8 05:10:49 1996 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/errnos.h: Only include <linux/errnos.h>
when _ERRNO_H is defined.
[!_ERRNO_H && __need_Emath]: Define value for EDOM and ERANGE.
Should there ever be a Linux port where the numeric values are
not 33 and 34 this file must change.
Mon Oct 7 13:54:04 1996 Ulrich Drepper <drepper@cygnus.com>
* libio/iofgets.c (_IO_fgets): Use _IO_flockfile instead of
__flockfile.
Mon Oct 7 11:01:45 1996 Andreas Jaeger <aj@arthur.pfalz.de>
* string/tst-strlen.c (main): Provide prototype.
* malloc/mallocbug.c: Likewise.
* io/test-utime.c: Likewise.
* sysdeps/generic/crypt-entry.c: Correct typo.
Mon Oct 7 13:42:20 1996 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-open.c (_dl_open): Check against _dl_sysdep_start to
test for libc.a. Checking _DYNAMIC is of no worth here.
Suggested by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
* nss/nss_files/files-parse.c: Define LOOKUP_NAME even if
EXTERN_PARSER is defined.
Sat Oct 5 17:05:36 1996 Andreas Jaeger <aj@arthur.pfalz.de>
* Rules (dep-dummy-lib): Correct prototype for __dummy__.
* crypt/md5-crypt.c: Fix typos in comments.
* gmon/gmon.c: Provide prototypes.
* db/makedb.c: Likewise.
* locale/programs/xmalloc.c: Likewise.
* stdio-common/bug11.c (main): Likewise.
* stdio-common/bug7.c (main): Likewise.
* stdio-common/bug8.c (main): Likewise.
* stdio-common/bug9.c (main): Likewise.
* stdio-common/scanf1.c (main): Likewise.
* stdio-common/scanf2.c (main): Likewise.
* stdio-common/scanf5.c (main): Likewise.
* stdio-common/scanf6.c (main): Likewise.
* stdio-common/scanf7.c (main): Likewise.
* stdio-common/scanf8.c (main): Likewise.
* stdio-common/temptest.c (main): Likewise.
* stdio-common/test-fwrite.c (main): Likewise.
* stdio-common/tst-printf.c: Likewise.
* stdio-common/tstdiomisc.c: Likewise.
* stdio-common/tstgetln.c (main): Likewise.
* stdlib/testmb.c (main): Likewise.
* stdio-common/scanf4.c (main): Correct prototype, remove unused
variable n.
* stdio-common/scanf3.c (main): Correct prototype, change
declaration of s to reduce warnings.
* stdio-common/bug10.c (main): Likewise.
* stdio-common/tfformat.c: Provide prototype, remove unused
reference to dump_stats, add braces in sprint_doubles.
* stdio-common/tiformat.c: Likewise.
* stdio-common/test_rdwr.c (main): Parameter `where' is long in
printf call.
Mon Oct 7 14:04:26 1996 NIIBE Yutaka <gniibe@mri.co.jp>
* sysdeps/unix/sysv/linux/sys/soundcard.h: Fix typo.
* shadow/putspent.c: Don't write colon after flag field.
* sysdeps/unix/sysv/linux/net/if_ppp.h: New file. Wrapper around
kernel header.
* sysdeps/unix/sysv/linux/net/ppp-comp.h: Likewise.
* sysdeps/unix/sysv/linux/net/ppp_defs.h: Likewise.
* sysdeps/unix/sysv/linux/Dist: Mention new files.
Mon Oct 7 00:58:19 1996 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/i586/strchr.S: Correct handling of first bytes to
get pointer aligned. Reported by Matthias Urlichs <smurf@noris.de>.
* sysdeps/posix/euidaccess.c [_LIBC]: Avoid calling get?id functions
by using __libc_enable_secure variable.
* sysdeps/libm-i387/s_copysignl.S: Correct loading of return value.
Diffstat (limited to 'stdio-common/tfformat.c')
| -rw-r--r-- | stdio-common/tfformat.c | 7989 |
1 files changed, 3994 insertions, 3995 deletions
diff --git a/stdio-common/tfformat.c b/stdio-common/tfformat.c index 60785d803f..cc9a3843cf 100644 --- a/stdio-common/tfformat.c +++ b/stdio-common/tfformat.c @@ -12,4001 +12,4002 @@ typedef struct sprint_double_type sprint_doubles[] = { -__LINE__, 30.3, "< +30.3>", "<%+15.10g>", -__LINE__, 10.0, "<10.00>", "<%5.2f>", - -__LINE__, 1.002121970718271e+05, "100212.19707 ", "%0-15.5f", -__LINE__, -1.002121970718271e+05, "-100212.19707 ", "%0-15.5f", -__LINE__, 1.002121970718271e+05, "000100212.19707", "%015.5f", -__LINE__, -1.002121970718271e+05, "-00100212.19707", "%015.5f", -__LINE__, 1.002121970718271e+05, "+00100212.19707", "%+015.5f", -__LINE__, -1.002121970718271e+05, "-00100212.19707", "%+015.5f", -__LINE__, 1.002121970718271e+05, " 00100212.19707", "% 015.5f", -__LINE__, -1.002121970718271e+05, "-00100212.19707", "% 015.5f", -__LINE__, 1.002121970718271e+05, "+100212.19707 ", "%+-15.5f", -__LINE__, -1.002121970718271e+05, "-100212.19707 ", "%+-15.5f", - -__LINE__, -1.002121970718271e+29, "-1.0E+29", "%.1E", -__LINE__, -1.002126048612756e-02, "-1.002126E-02", "%+#E", -__LINE__, -1.002653755271637e+00, "-1.00265", "%G", -__LINE__, -1.003238744365917e-23, "-0.00", "%4.2f", -__LINE__, -1.005084840877781e-29, " -0", "%4.f", -__LINE__, -1.005362549674427e+01, "-10.0536", "%#g", -__LINE__, -1.005915042991691e-17, "-1.00592E-17", "%G", -__LINE__, -1.007829874228503e-18, "-1.00783e-18", "%.7g", -__LINE__, -1.007829874228503e-18, "-1.007830e-18", "%#.7g", -__LINE__, -1.009390937771849e+15, "-1009390937771848.628657", "%+f", -__LINE__, -1.010679382726182e-29, "-0.0000000", "%.7f", -__LINE__, -1.010691853346650e+13, "-10106918533466.497934", "%+f", -__LINE__, -1.013412912122286e-22, "-1.01E-22", "%.2E", -__LINE__, -1.019269582113858e-25, " -0", "%4.0f", -__LINE__, -1.019886033368556e+24, "-1.019886E+24", "%+.7G", -__LINE__, -1.021037413548719e+02, "-102.103741", "%f", -__LINE__, -1.023833576089065e+26, "-1.023834E+26", "%+E", -__LINE__, -1.024736652408627e+10, "-10247366524.086265", "%+f", -__LINE__, -1.025439198495476e+09, "-1.02544e+09", "%+g", -__LINE__, -1.027080247585776e-04, "-0.0001027", "%6.7f", -__LINE__, -1.028096307262016e+18, "-1.0281E+18", "%3G", -__LINE__, -1.029604290697901e-02, "-0.010296", "%g", -__LINE__, -1.034347730570491e+16, "-10343477305704908.975059", "%+f", -__LINE__, -1.034663325049286e+22, "-1.0E+22", "%#.1E", -__LINE__, -1.034843152721857e-14, " -0", "%6.f", -__LINE__, -1.036082122299529e-29, "-1.04e-29", "%4.3g", -__LINE__, -1.037213662365954e-09, "-1e-09", "%3.e", -__LINE__, -1.038563976775690e-12, "-0.000000", "%f", -__LINE__, -1.040910158681323e-02, "-0.0104091", "%+G", -__LINE__, -1.044680094714482e-20, "-1.04468E-20", "%G", -__LINE__, -1.044990054091126e+24, "-1.044990E+24", "%+E", -__LINE__, -1.045693871096982e+11, "-1.045694e+11", "%+e", -__LINE__, -1.045714133591312e-04, "-0.000104571", "%+#3g", -__LINE__, -1.046215079103016e-15, "-1.04622e-15", "%g", -__LINE__, -1.046285293993789e-18, "-1.04629E-18", "%+4G", -__LINE__, -1.046306092899333e-06, "-0.00", "%0.2f", -__LINE__, -1.047308973649206e-22, "-1.05E-22", "%+1.3G", -__LINE__, -1.047369032507755e+01, "-1.047369E+01", "%E", -__LINE__, -1.048986365562919e-21, "-1.05E-21", "%+.2E", -__LINE__, -1.049530193156793e-17, "-1.04953E-17", "%+G", -__LINE__, -1.050073419263768e+25, "-1.05007e+25", "%g", -__LINE__, -1.051739652002504e-28, "-0.000000", "%+f", -__LINE__, -1.054493420082636e+21, "-1.0545e+21", "%#5.4e", -__LINE__, -1.055867291029098e+18, "-1.05587e+18", "%g", -__LINE__, -1.056514389757866e-16, "-1.05651E-16", "%5.6G", -__LINE__, -1.057180924868704e+15, "-1057180924868704", "%4.f", -__LINE__, -1.058455468395683e-23, "-1.05846e-23", "%g", -__LINE__, -1.062560982393212e+08, "-1.06256e+08", "%g", -__LINE__, -1.063365829241138e-10, "-1.063366e-10", "%+e", -__LINE__, -1.063568908667280e-19, "-1.06357E-19", "%+G", -__LINE__, -1.063734263253492e-13, "-0.000000", "%0f", -__LINE__, -1.064472689765495e-13, "-1E-13", "%4.0G", -__LINE__, -1.067192610000129e-25, "-1.06719E-25", "%G", -__LINE__, -1.068401334996592e-12, "-0.0000000", "%+.7f", -__LINE__, -1.069012628653724e-13, "-1.069013E-13", "%+.7G", -__LINE__, -1.069451976810790e+16, "-10694519768107904.056365", "%f", -__LINE__, -1.069568935323556e+17, "-1.06957e+17", "%g", -__LINE__, -1.071351044854107e-29, "-1.07135e-29", "%g", -__LINE__, -1.072274197526185e-21, "-1E-21", "%1.G", -__LINE__, -1.073875921752995e+23, "-1E+23", "%5.E", -__LINE__, -1.074835151152265e-12, "-1.0748e-12", "%1.5g", -__LINE__, -1.075171047088241e-19, "-1.07517E-19", "%#G", -__LINE__, -1.076258826412760e+22, "-1.076259e+22", "%+e", -__LINE__, -1.076365103160401e+06, "-1.07637E+06", "%+4.6G", -__LINE__, -1.076817750454633e+08, "-1e+08", "%4.g", -__LINE__, -1.078615405755685e-30, "-1e-30", "%4.g", -__LINE__, -1.078629622917468e-25, "-1.078630e-25", "%e", -__LINE__, -1.079352432833170e+11, "-107935243283", "%+2.f", -__LINE__, -1.081431147440215e+16, "-10814311474402147.439378", "%+f", -__LINE__, -1.083042116905339e-16, "-1.083e-16", "%.5g", -__LINE__, -1.085351710708553e-10, "-1.085e-10", "%1.4g", -__LINE__, -1.085796045618276e+07, "-1.085796e+07", "%e", -__LINE__, -1.087398259981007e+22, "-1.0874e+22", "%g", -__LINE__, -1.087986044402224e-11, "-1.087986e-11", "%e", -__LINE__, -1.090451848762709e-02, "-1.090452e-02", "%e", -__LINE__, -1.091463236899737e+11, "-1.091463E+11", "%#E", -__LINE__, -1.091617921737384e-29, "-1.09162e-29", "%3g", -__LINE__, -1.092049328579047e-17, "-1.092049E-17", "%E", -__LINE__, -1.093647615472090e+06, "-1093647.61547", "%6.5f", -__LINE__, -1.094133175602384e-08, "-1.1E-08", "%0.1E", -__LINE__, -1.095397916728214e-23, "-1e-23", "%6.e", -__LINE__, -1.098958790437321e+02, "-109.895879", "%+#f", -__LINE__, -1.100194638181594e-20, "-1.100195e-20", "%e", -__LINE__, -1.102174253534260e+05, "-1.1e+05", "%2.3g", -__LINE__, -1.102890180316350e-12, "-1.10289e-12", "%+g", -__LINE__, -1.105582337418378e+00, "-1.11", "%3.3g", -__LINE__, -1.110515122647056e+04, "-1.E+04", "%#0.G", -__LINE__, -1.111365895262625e-18, "-1e-18", "%0.g", -__LINE__, -1.112010622677495e+04, "-11120.1", "%g", -__LINE__, -1.112580043156699e-23, "-1.11258e-23", "%1g", -__LINE__, -1.112829057091303e+08, "-1.11283e+08", "%+2g", -__LINE__, -1.115019046200472e+18, "-1.1150190e+18", "%+#.7e", -__LINE__, -1.118078332268016e-13, "-1.12E-13", "%1.3G", -__LINE__, -1.119113571963886e+08, "-1.119114e+08", "%e", -__LINE__, -1.120102397563448e-15, "-1.12e-15", "%.4g", -__LINE__, -1.120707480791434e-19, "-1.12071e-19", "%g", -__LINE__, -1.124243676139007e-07, "-0.000000", "%f", -__LINE__, -1.125025214608798e+15, "-1.12503E+15", "%0G", -__LINE__, -1.126074395136447e+06, "-1E+06", "%+.0G", -__LINE__, -1.127203019940870e-06, "-0.000001", "%+#7f", -__LINE__, -1.130577648480677e+01, "-1.130578e+01", "%e", -__LINE__, -1.131469694425240e-11, "-1.13147e-11", "%#0.6g", -__LINE__, -1.132225023239752e+02, "-113.223", "%G", -__LINE__, -1.133702113050128e+20, "-1E+20", "%+3.E", -__LINE__, -1.135529466224404e-13, "-1.13553e-13", "%#g", -__LINE__, -1.137587210063004e+21, "-1e+21", "%.1g", -__LINE__, -1.140765637106361e-21, "-1.1e-21", "%+.1e", -__LINE__, -1.141182595083699e-18, "-0.000000", "%f", -__LINE__, -1.141695709120972e+00, "-1.1417", "%3G", -__LINE__, -1.143199141708028e+18, "-1143199141708027833", "%2.f", -__LINE__, -1.146712902056139e+21, "-1146712902056139071760.298975", "%f", -__LINE__, -1.146837903839073e-02, " -0.0", "%+5.1f", -__LINE__, -1.147363016107446e+10, "-1.14736e+10", "%+7g", -__LINE__, -1.149575523465052e+20, "-114957552346505220697.28140", "%+.5f", -__LINE__, -1.152748955392589e+13, "-1.15275E+13", "%G", -__LINE__, -1.152751106015483e-17, "-1E-17", "%+3.E", -__LINE__, -1.155539139258226e-18, "-1.2e-18", "%+.2g", -__LINE__, -1.157089280563492e+20, "-1.15709e+20", "%g", -__LINE__, -1.161217745859779e+19, "-1.161218E+19", "%E", -__LINE__, -1.162293536734798e+10, "-11622935367.347980", "%f", -__LINE__, -1.162629909468603e+20, "-1.16E+20", "%.3G", -__LINE__, -1.164979155838631e+24, "-1.16498E+24", "%G", -__LINE__, -1.165103052644816e-20, " -1e-20", "%+7.g", -__LINE__, -1.166448459023264e-08, "-0.000000", "%f", -__LINE__, -1.167694506705309e+28, "-1e+28", "%.1g", -__LINE__, -1.169901754818745e-28, "-0.000000", "%+f", -__LINE__, -1.170330336216446e+08, " -1e+08", "%7.g", -__LINE__, -1.170946623214213e-17, "-1.17095E-17", "%G", -__LINE__, -1.174581596799302e+27, "-1.174582e+27", "%+e", -__LINE__, -1.174763473995155e-28, "-1E-28", "%.1G", -__LINE__, -1.175885640508038e-23, "-1E-23", "%+.0E", -__LINE__, -1.177268411775439e-05, "-0.000012", "%#2.6f", -__LINE__, -1.177739669428001e-30, "-1.17774E-30", "%G", -__LINE__, -1.178059639880544e-02, "-0.0117806", "%+.7G", -__LINE__, -1.178793300854446e-13, "-1.2E-13", "%+#0.2G", -__LINE__, -1.179629345138058e-04, "-0.000118", "%0.3g", -__LINE__, -1.180730292213358e-25, "-1.18073e-25", "%g", -__LINE__, -1.180766261654697e+02, "-118.077", "%3g", -__LINE__, -1.181880261069391e-29, "-1.181880e-29", "%+#e", -__LINE__, -1.183752810063514e-09, "-1.18375e-09", "%#g", -__LINE__, -1.184191742443406e-21, "-1.184192e-21", "%e", -__LINE__, -1.184859760488406e-26, "-1.18486E-26", "%G", -__LINE__, -1.187276828720072e-29, "-1.18728E-29", "%G", -__LINE__, -1.187992907205195e-04, "-1.187993E-04", "%E", -__LINE__, -1.190586192763405e-28, "-1.E-28", "%#1.E", -__LINE__, -1.192104053032086e+02, "-119.21", "%G", -__LINE__, -1.192917884333569e+26, "-1.192918E+26", "%E", -__LINE__, -1.195900753509801e+22, "-1.1959e+22", "%g", -__LINE__, -1.196559413116537e-28, "-0.000000", "%6.6f", -__LINE__, -1.197534588732952e+12, "-1.19753e+12", "%#g", -__LINE__, -1.200279514790649e-25, "-0.0000", "%0.4f", -__LINE__, -1.203806667944635e+10, "-1.2038067E+10", "%5.7E", -__LINE__, -1.204344885974736e+07, "-1.204E+07", "%#2.4G", -__LINE__, -1.205668007693083e+00, "-1.20567", "%g", -__LINE__, -1.205898515218947e-11, "-1.2059e-11", "%+g", -__LINE__, -1.206787414909373e-05, "-1.2e-05", "%2.2g", -__LINE__, -1.207905830366447e+15, "-1.207906e+15", "%6.7g", -__LINE__, -1.208067010597729e-17, "-1.208067e-17", "%5e", -__LINE__, -1.210189135822574e+01, "-12", "%+2.0f", -__LINE__, -1.211560695948122e+10, "-1.21156e+10", "%+g", -__LINE__, -1.214003025273234e-18, "-1.214e-18", "%+g", -__LINE__, -1.214096815259005e+17, "-121409681525900459.142520", "%f", -__LINE__, -1.214699041716797e-14, "-1.2147E-14", "%G", -__LINE__, -1.215061611919443e+14, "-121506161191944.306310", "%+#f", -__LINE__, -1.217491221065185e+27, "-1.21749e+27", "%g", -__LINE__, -1.218538401534388e-11, "-1.218538e-11", "%#e", -__LINE__, -1.218810085883466e+16, "-1e+16", "%+.1g", -__LINE__, -1.219422688169801e+08, "-1.219423e+08", "%e", -__LINE__, -1.220473194407651e-14, "-1.2205E-14", "%1.5G", -__LINE__, -1.220824440193375e-02, "-0.012208", "%4f", -__LINE__, -1.221520240637007e+13, "-1.221520E+13", "%1E", -__LINE__, -1.221894719843486e+29, "-1.22189E+29", "%G", -__LINE__, -1.223020108610281e+25, "-1.22302E+25", "%G", -__LINE__, -1.223203206227728e-02, "-0.012232", "%G", -__LINE__, -1.225661737076919e-15, "-1.22566E-15", "%G", -__LINE__, -1.228147221003795e-08, "-1.22815E-08", "%G", -__LINE__, -1.228298534591771e+20, "-1.22830E+20", "%#G", -__LINE__, -1.228469080229780e-02, "-0.012285", "%0f", -__LINE__, -1.229161950699222e-09, "-1e-09", "%0.e", -__LINE__, -1.231294820136559e-17, "-1.231295E-17", "%1.7G", -__LINE__, -1.232588663406698e-21, "-1E-21", "%+0.G", -__LINE__, -1.233381256982191e-26, "-0.000000", "%f", -__LINE__, -1.233435864835578e+14, "-1.23344e+14", "%#g", -__LINE__, -1.237409567806099e-25, "-1.23741E-25", "%#G", -__LINE__, -1.238244697758558e-02, "-1.238245e-02", "%7e", -__LINE__, -1.239393163123284e+26, "-1.23939e+26", "%+g", -__LINE__, -1.240484781756132e-18, "-1E-18", "%4.E", -__LINE__, -1.241420286838750e+23, "-1E+23", "%2.E", -__LINE__, -1.243781122052343e-18, "-1.243781e-18", "%+e", -__LINE__, -1.244421506844779e+07, "-1.244422E+07", "%+6E", -__LINE__, -1.245754054764741e-21, "-1e-21", "%5.0g", -__LINE__, -1.245992228426733e-24, "-0.000000", "%f", -__LINE__, -1.246498277739883e-12, "-0.0000000", "%5.7f", -__LINE__, -1.247130891343776e-18, "-1.24713E-18", "%G", -__LINE__, -1.247309461703025e-03, "-0.0012473", "%#5.5G", -__LINE__, -1.248139162966407e-29, "-1.e-29", "%+#6.g", -__LINE__, -1.249756153623776e+08, "-1.249756e+08", "%e", -__LINE__, -1.250899983565585e-10, "-1.2509e-10", "%5g", -__LINE__, -1.250957368798327e+19, "-1.25096E+19", "%0G", -__LINE__, -1.252630814464822e-02, "-0.012526", "%+f", -__LINE__, -1.253076368257011e-28, "-0.000000", "%f", -__LINE__, -1.254243507039370e+01, "-1.254244e+01", "%e", -__LINE__, -1.257605614492298e-12, "-1.257606E-12", "%6.7G", -__LINE__, -1.258041911573120e+06, "-1258041.911573", "%+f", -__LINE__, -1.261670983426507e-25, "-0.00", "%.2f", -__LINE__, -1.263216883336562e-14, "-1.26322e-14", "%g", -__LINE__, -1.266846944498751e-15, "-1e-15", "%0.g", -__LINE__, -1.266977908502326e+06, "-1266978", "%+1.f", -__LINE__, -1.267006162870084e-23, "-1.267006e-23", "%e", -__LINE__, -1.269144609375931e+01, "-1.269145e+01", "%+e", -__LINE__, -1.269458714257904e+25, "-1.26946E+25", "%G", -__LINE__, -1.276697325772662e-02, "-0.0128", "%7.3G", -__LINE__, -1.278855081807602e+15, "-1278855081807601.87891", "%#0.5f", -__LINE__, -1.278966821639612e+20, "-1.278967E+20", "%3E", -__LINE__, -1.281942705258106e+03, "-1281.94", "%+G", -__LINE__, -1.282331291499203e+14, "-128233129149920.266343", "%+f", -__LINE__, -1.285125739341808e-28, "-1.28513e-28", "%g", -__LINE__, -1.285700693704978e+11, "-1.285701E+11", "%E", -__LINE__, -1.286574096459251e+28, "-1.287E+28", "%6.4G", -__LINE__, -1.287967889247240e+03, "-1287.97", "%G", -__LINE__, -1.288913808801319e-27, "-1.3e-27", "%7.1e", -__LINE__, -1.289147517760377e-18, "-1.289148E-18", "%E", -__LINE__, -1.289355006600107e+23, "-1.28936E+23", "%+G", -__LINE__, -1.291232014623979e+01, "-1.29123E+01", "%+.5E", -__LINE__, -1.293658562875966e-18, "-1.29366e-18", "%+g", -__LINE__, -1.294982911983638e-19, "-1.29498E-19", "%#G", -__LINE__, -1.296123363481695e-13, "-1.296123E-13", "%E", -__LINE__, -1.296632862070602e-20, "-1.29663e-20", "%+g", -__LINE__, -1.297801639022777e+23, "-129780163902277735132884.11777", "%#0.5f", -__LINE__, -1.297886574534611e+16, "-1.297887e+16", "%+e", -__LINE__, -1.300588216308401e+11, "-1.30e+11", "%.2e", -__LINE__, -1.301296100909062e-10, "-1.3013e-10", "%+g", -__LINE__, -1.303144244306468e-07, "-1.303144E-07", "%E", -__LINE__, -1.304096315024042e-20, "-1.3041E-20", "%+G", -__LINE__, -1.304817970675085e+16, "-1.304818E+16", "%+E", -__LINE__, -1.304870304632683e-15, " -1e-15", "%7.g", -__LINE__, -1.305213586757638e-18, "-1.30521e-18", "%g", -__LINE__, -1.306880734910465e-22, "-1.306881E-22", "%E", -__LINE__, -1.308964092631446e-23, "-1.30896e-23", "%g", -__LINE__, -1.312070555198201e+26, "-131207055519820126043839537", "%+7.f", -__LINE__, -1.312511609151056e-30, "-1.312512E-30", "%#E", -__LINE__, -1.313087359008389e-23, "-0.000000", "%+f", -__LINE__, -1.316948423042059e-02, "-1.316948E-02", "%+E", -__LINE__, -1.317080882577385e+29, "-1.317E+29", "%+.4G", -__LINE__, -1.317514598984346e+24, "-1.317515e+24", "%e", -__LINE__, -1.317817551125923e-21, "-1.31782E-21", "%+G", -__LINE__, -1.319603985988120e+29, "-131960398598811989856471882376.354188", "%f", -__LINE__, -1.328850458671907e+06, "-1e+06", "%.0e", -__LINE__, -1.328945346449817e-23, "-1.328945e-23", "%+e", -__LINE__, -1.330146584094221e-08, "-1e-08", "%+5.g", -__LINE__, -1.332609617892115e+00, "-1.33261", "%2.7G", + {__LINE__, 30.3, "< +30.3>", "<%+15.10g>"}, + {__LINE__, 10.0, "<10.00>", "<%5.2f>"}, + + {__LINE__, 1.002121970718271e+05, "100212.19707 ", "%0-15.5f"}, + {__LINE__, -1.002121970718271e+05, "-100212.19707 ", "%0-15.5f"}, + {__LINE__, 1.002121970718271e+05, "000100212.19707", "%015.5f"}, + {__LINE__, -1.002121970718271e+05, "-00100212.19707", "%015.5f"}, + {__LINE__, 1.002121970718271e+05, "+00100212.19707", "%+015.5f"}, + {__LINE__, -1.002121970718271e+05, "-00100212.19707", "%+015.5f"}, + {__LINE__, 1.002121970718271e+05, " 00100212.19707", "% 015.5f"}, + {__LINE__, -1.002121970718271e+05, "-00100212.19707", "% 015.5f"}, + {__LINE__, 1.002121970718271e+05, "+100212.19707 ", "%+-15.5f"}, + {__LINE__, -1.002121970718271e+05, "-100212.19707 ", "%+-15.5f"}, + + {__LINE__, -1.002121970718271e+29, "-1.0E+29", "%.1E"}, + {__LINE__, -1.002126048612756e-02, "-1.002126E-02", "%+#E"}, + {__LINE__, -1.002653755271637e+00, "-1.00265", "%G"}, + {__LINE__, -1.003238744365917e-23, "-0.00", "%4.2f"}, + {__LINE__, -1.005084840877781e-29, " -0", "%4.f"}, + {__LINE__, -1.005362549674427e+01, "-10.0536", "%#g"}, + {__LINE__, -1.005915042991691e-17, "-1.00592E-17", "%G"}, + {__LINE__, -1.007829874228503e-18, "-1.00783e-18", "%.7g"}, + {__LINE__, -1.007829874228503e-18, "-1.007830e-18", "%#.7g"}, + {__LINE__, -1.009390937771849e+15, "-1009390937771848.628657", "%+f"}, + {__LINE__, -1.010679382726182e-29, "-0.0000000", "%.7f"}, + {__LINE__, -1.010691853346650e+13, "-10106918533466.497934", "%+f"}, + {__LINE__, -1.013412912122286e-22, "-1.01E-22", "%.2E"}, + {__LINE__, -1.019269582113858e-25, " -0", "%4.0f"}, + {__LINE__, -1.019886033368556e+24, "-1.019886E+24", "%+.7G"}, + {__LINE__, -1.021037413548719e+02, "-102.103741", "%f"}, + {__LINE__, -1.023833576089065e+26, "-1.023834E+26", "%+E"}, + {__LINE__, -1.024736652408627e+10, "-10247366524.086265", "%+f"}, + {__LINE__, -1.025439198495476e+09, "-1.02544e+09", "%+g"}, + {__LINE__, -1.027080247585776e-04, "-0.0001027", "%6.7f"}, + {__LINE__, -1.028096307262016e+18, "-1.0281E+18", "%3G"}, + {__LINE__, -1.029604290697901e-02, "-0.010296", "%g"}, + {__LINE__, -1.034347730570491e+16, "-10343477305704908.975059", "%+f"}, + {__LINE__, -1.034663325049286e+22, "-1.0E+22", "%#.1E"}, + {__LINE__, -1.034843152721857e-14, " -0", "%6.f"}, + {__LINE__, -1.036082122299529e-29, "-1.04e-29", "%4.3g"}, + {__LINE__, -1.037213662365954e-09, "-1e-09", "%3.e"}, + {__LINE__, -1.038563976775690e-12, "-0.000000", "%f"}, + {__LINE__, -1.040910158681323e-02, "-0.0104091", "%+G"}, + {__LINE__, -1.044680094714482e-20, "-1.04468E-20", "%G"}, + {__LINE__, -1.044990054091126e+24, "-1.044990E+24", "%+E"}, + {__LINE__, -1.045693871096982e+11, "-1.045694e+11", "%+e"}, + {__LINE__, -1.045714133591312e-04, "-0.000104571", "%+#3g"}, + {__LINE__, -1.046215079103016e-15, "-1.04622e-15", "%g"}, + {__LINE__, -1.046285293993789e-18, "-1.04629E-18", "%+4G"}, + {__LINE__, -1.046306092899333e-06, "-0.00", "%0.2f"}, + {__LINE__, -1.047308973649206e-22, "-1.05E-22", "%+1.3G"}, + {__LINE__, -1.047369032507755e+01, "-1.047369E+01", "%E"}, + {__LINE__, -1.048986365562919e-21, "-1.05E-21", "%+.2E"}, + {__LINE__, -1.049530193156793e-17, "-1.04953E-17", "%+G"}, + {__LINE__, -1.050073419263768e+25, "-1.05007e+25", "%g"}, + {__LINE__, -1.051739652002504e-28, "-0.000000", "%+f"}, + {__LINE__, -1.054493420082636e+21, "-1.0545e+21", "%#5.4e"}, + {__LINE__, -1.055867291029098e+18, "-1.05587e+18", "%g"}, + {__LINE__, -1.056514389757866e-16, "-1.05651E-16", "%5.6G"}, + {__LINE__, -1.057180924868704e+15, "-1057180924868704", "%4.f"}, + {__LINE__, -1.058455468395683e-23, "-1.05846e-23", "%g"}, + {__LINE__, -1.062560982393212e+08, "-1.06256e+08", "%g"}, + {__LINE__, -1.063365829241138e-10, "-1.063366e-10", "%+e"}, + {__LINE__, -1.063568908667280e-19, "-1.06357E-19", "%+G"}, + {__LINE__, -1.063734263253492e-13, "-0.000000", "%0f"}, + {__LINE__, -1.064472689765495e-13, "-1E-13", "%4.0G"}, + {__LINE__, -1.067192610000129e-25, "-1.06719E-25", "%G"}, + {__LINE__, -1.068401334996592e-12, "-0.0000000", "%+.7f"}, + {__LINE__, -1.069012628653724e-13, "-1.069013E-13", "%+.7G"}, + {__LINE__, -1.069451976810790e+16, "-10694519768107904.056365", "%f"}, + {__LINE__, -1.069568935323556e+17, "-1.06957e+17", "%g"}, + {__LINE__, -1.071351044854107e-29, "-1.07135e-29", "%g"}, + {__LINE__, -1.072274197526185e-21, "-1E-21", "%1.G"}, + {__LINE__, -1.073875921752995e+23, "-1E+23", "%5.E"}, + {__LINE__, -1.074835151152265e-12, "-1.0748e-12", "%1.5g"}, + {__LINE__, -1.075171047088241e-19, "-1.07517E-19", "%#G"}, + {__LINE__, -1.076258826412760e+22, "-1.076259e+22", "%+e"}, + {__LINE__, -1.076365103160401e+06, "-1.07637E+06", "%+4.6G"}, + {__LINE__, -1.076817750454633e+08, "-1e+08", "%4.g"}, + {__LINE__, -1.078615405755685e-30, "-1e-30", "%4.g"}, + {__LINE__, -1.078629622917468e-25, "-1.078630e-25", "%e"}, + {__LINE__, -1.079352432833170e+11, "-107935243283", "%+2.f"}, + {__LINE__, -1.081431147440215e+16, "-10814311474402147.439378", "%+f"}, + {__LINE__, -1.083042116905339e-16, "-1.083e-16", "%.5g"}, + {__LINE__, -1.085351710708553e-10, "-1.085e-10", "%1.4g"}, + {__LINE__, -1.085796045618276e+07, "-1.085796e+07", "%e"}, + {__LINE__, -1.087398259981007e+22, "-1.0874e+22", "%g"}, + {__LINE__, -1.087986044402224e-11, "-1.087986e-11", "%e"}, + {__LINE__, -1.090451848762709e-02, "-1.090452e-02", "%e"}, + {__LINE__, -1.091463236899737e+11, "-1.091463E+11", "%#E"}, + {__LINE__, -1.091617921737384e-29, "-1.09162e-29", "%3g"}, + {__LINE__, -1.092049328579047e-17, "-1.092049E-17", "%E"}, + {__LINE__, -1.093647615472090e+06, "-1093647.61547", "%6.5f"}, + {__LINE__, -1.094133175602384e-08, "-1.1E-08", "%0.1E"}, + {__LINE__, -1.095397916728214e-23, "-1e-23", "%6.e"}, + {__LINE__, -1.098958790437321e+02, "-109.895879", "%+#f"}, + {__LINE__, -1.100194638181594e-20, "-1.100195e-20", "%e"}, + {__LINE__, -1.102174253534260e+05, "-1.1e+05", "%2.3g"}, + {__LINE__, -1.102890180316350e-12, "-1.10289e-12", "%+g"}, + {__LINE__, -1.105582337418378e+00, "-1.11", "%3.3g"}, + {__LINE__, -1.110515122647056e+04, "-1.E+04", "%#0.G"}, + {__LINE__, -1.111365895262625e-18, "-1e-18", "%0.g"}, + {__LINE__, -1.112010622677495e+04, "-11120.1", "%g"}, + {__LINE__, -1.112580043156699e-23, "-1.11258e-23", "%1g"}, + {__LINE__, -1.112829057091303e+08, "-1.11283e+08", "%+2g"}, + {__LINE__, -1.115019046200472e+18, "-1.1150190e+18", "%+#.7e"}, + {__LINE__, -1.118078332268016e-13, "-1.12E-13", "%1.3G"}, + {__LINE__, -1.119113571963886e+08, "-1.119114e+08", "%e"}, + {__LINE__, -1.120102397563448e-15, "-1.12e-15", "%.4g"}, + {__LINE__, -1.120707480791434e-19, "-1.12071e-19", "%g"}, + {__LINE__, -1.124243676139007e-07, "-0.000000", "%f"}, + {__LINE__, -1.125025214608798e+15, "-1.12503E+15", "%0G"}, + {__LINE__, -1.126074395136447e+06, "-1E+06", "%+.0G"}, + {__LINE__, -1.127203019940870e-06, "-0.000001", "%+#7f"}, + {__LINE__, -1.130577648480677e+01, "-1.130578e+01", "%e"}, + {__LINE__, -1.131469694425240e-11, "-1.13147e-11", "%#0.6g"}, + {__LINE__, -1.132225023239752e+02, "-113.223", "%G"}, + {__LINE__, -1.133702113050128e+20, "-1E+20", "%+3.E"}, + {__LINE__, -1.135529466224404e-13, "-1.13553e-13", "%#g"}, + {__LINE__, -1.137587210063004e+21, "-1e+21", "%.1g"}, + {__LINE__, -1.140765637106361e-21, "-1.1e-21", "%+.1e"}, + {__LINE__, -1.141182595083699e-18, "-0.000000", "%f"}, + {__LINE__, -1.141695709120972e+00, "-1.1417", "%3G"}, + {__LINE__, -1.143199141708028e+18, "-1143199141708027833", "%2.f"}, + {__LINE__, -1.146712902056139e+21, "-1146712902056139071760.298975", "%f"}, + {__LINE__, -1.146837903839073e-02, " -0.0", "%+5.1f"}, + {__LINE__, -1.147363016107446e+10, "-1.14736e+10", "%+7g"}, + {__LINE__, -1.149575523465052e+20, "-114957552346505220697.28140", "%+.5f"}, + {__LINE__, -1.152748955392589e+13, "-1.15275E+13", "%G"}, + {__LINE__, -1.152751106015483e-17, "-1E-17", "%+3.E"}, + {__LINE__, -1.155539139258226e-18, "-1.2e-18", "%+.2g"}, + {__LINE__, -1.157089280563492e+20, "-1.15709e+20", "%g"}, + {__LINE__, -1.161217745859779e+19, "-1.161218E+19", "%E"}, + {__LINE__, -1.162293536734798e+10, "-11622935367.347980", "%f"}, + {__LINE__, -1.162629909468603e+20, "-1.16E+20", "%.3G"}, + {__LINE__, -1.164979155838631e+24, "-1.16498E+24", "%G"}, + {__LINE__, -1.165103052644816e-20, " -1e-20", "%+7.g"}, + {__LINE__, -1.166448459023264e-08, "-0.00000 |
