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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dnumeric.c535 const UV max_div_10 = UV_MAX / 10; local
602 && (value < max_div_10
603 || (value == max_div_10
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm949 const UV max_div_10 = UV_MAX / 10;
1016 && (value < max_div_10
1017 || (value == max_div_10

Completed in 18 milliseconds