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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h1024 /* Gconvert:
1030 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1039 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x)) macro
H A Dconfig_h.SH1048 /* Gconvert:
1054 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1063 #define Gconvert(x,n,t,b) $d_Gconvert
H A Dsv.c2955 char tbuf[64]; /* Must fit sprintf/Gconvert of longest IV/NV */
2978 Gconvert(SvNVX(sv), NV_DIG, 0, tmpbuf);
3183 Gconvert(SvNVX(sv), NV_DIG, 0, s);
8392 Gconvert(nv, (int)digits, 0, ebuf);
9113 /* See earlier comment about buggy Gconvert when digits,
9116 Gconvert((NV)nv, (int)precis, 0, PL_efloatbuf);

Completed in 58 milliseconds