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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dnumconvert.t102 my $max_uv_p1 = "$max_uv"; $max_uv_p1+=0; $max_uv_p1++;
104 # Also need to cope with %g notation for max_uv_p1 that actually gives an
108 my $temp = $max_uv_p1;
206 if ((($ans[0] eq $max_uv_pp) and ($ans[1] eq $max_uv_p1))
207 or (($ans[1] eq $max_uv_pp) and ($ans[0] eq $max_uv_p1))) {
210 print "# ok, as string ++ of max_uv is \"$max_uv_pp\", numeric is $max_uv_p1\n"
224 print "# ok, \"$max_uv_p1\" correctly converts to IV \"$max_uv_p1_as_iv\"\n";
228 print "# ok, \"$max_uv_p1\" correctl
[all...]

Completed in 42 milliseconds