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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c1265 bool use_double = FALSE; local
1294 use_double = TRUE;
1298 /* At this point use_double is only true if right is out of range for
1300 use_double false. */
1302 if (!use_double && SvIOK(TOPs)) {
1326 if (!use_double) {
1339 use_double = TRUE;
1347 if (use_double) {

Completed in 43 milliseconds