| line |
!l |
l&&!r |
l&&r |
condition |
|
127
|
75 |
3 |
76 |
@_ == 1 && CORE::rand $_[0] |
|
250
|
0 |
0 |
11000 |
&float_is_finite($a) and &float_is_finite($b) |
|
253
|
1000 |
0 |
1000 |
$a == 0 and &float_sign($a) ne &float_sign($b) |
|
299
|
9000 |
0 |
0 |
$n == 0 and $exp - $bdone - 1 >= -1022 |
|
304
|
0 |
0 |
45000 |
$bdone >= $bit and $exp - $bit >= -1022 |
|
|
0 |
36556 |
8444 |
$bdone >= $bit and $exp - $bit >= -1022 and $n < 2 << $bdone - $bit |
|
328
|
9000 |
0 |
0 |
$sgnf == $bot_sgnf and &rand_int(2) |
|
356
|
1 |
2 |
152 |
CORE::rand $a and @$a |
|
385
|
1 |
2 |
46 |
CORE::rand $a and @$a >= $nchoose |