Searched refs:_two (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | leak.t | 25 for my $method (qw(_zero _one _two _ten)) 47 my $num_2 = Math::BigInt::FastCalc->_two();
|
| D | bigintfc.t | 98 # _two() and _ten() 100 is($LIB->_str($LIB->_two()), "2", qq|$LIB->_str($LIB->_two()) = "2"|); 103 ok(! $LIB->_is_ten($LIB->_two()), qq|$LIB->_is_ten($LIB->_two()) is false|); 104 ok( $LIB->_is_two($LIB->_two()), qq|$LIB->_is_two($LIB->_two()) is true|); 109 ok(! $LIB->_is_one($LIB->_two()), qq|$LIB->_is_one($LIB->_two()) is false|);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Lib.pm | 269 sub _two { 581 my $twok = $class -> _mul($class -> _two(), $class -> _copy($k)); 613 my $d = $class -> _two(); 655 my $two = $class -> _two(); 681 my $two = $class -> _two(); 904 $two = $class -> _two() if $acmp != 0; 1642 my $two = $class -> _two(); 1829 my $two = $class -> _two(); 2000 push @y, $class -> _two(); 2018 return $class -> _two() if $n == 0; [all …]
|
| D | Calc.pm | 309 sub _two { subroutine 1374 my $twok = $c->_mul($c->_two(), $c->_copy($k)); # 2 * k 1402 my $d = $c->_two(); 1726 ($x, my $is_exact) = $c -> _log_int($x, $c -> _two()); 1782 my $base = $c -> _two(); 1911 my $den = $c -> _mul($c -> _two(), $s); 1925 my $den = $c -> _mul($c -> _two(), $s); 2080 my $two = $c -> _two();
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | bigintc.t | 98 # _two() and _ten() 100 is($LIB->_str($LIB->_two()), "2", qq|$LIB->_str($LIB->_two()) = "2"|); 103 ok(! $LIB->_is_ten($LIB->_two()), qq|$LIB->_is_ten($LIB->_two()) is false|); 104 ok( $LIB->_is_two($LIB->_two()), qq|$LIB->_is_two($LIB->_two()) is true|); 109 ok(! $LIB->_is_one($LIB->_two()), qq|$LIB->_is_one($LIB->_two()) is false|);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/ |
| D | Scalar.pm | 53 sub _two { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/ |
| D | FastCalc.xs | 271 _two = 2
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigInt.pm | 3680 $y[0]{value} = $LIB -> _two(); 6223 my $p = $LIB -> _pow($LIB -> _two(), $exp_lib);
|