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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c3779 S_num_overflow(NV value, I32 fldsize, I32 frcsize) argument
3781 /* Can value be printed in fldsize chars, using %*.*f ? */
3785 int intsize = fldsize - (value < 0 ? 1 : 0);
H A Dproto.h1068 STATIC bool S_num_overflow(NV value, I32 fldsize, I32 frcsize);

Completed in 31 milliseconds