| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | bigintfc.t | 33 # _new and _str 35 my $x = $LIB->_new("123"); 36 my $y = $LIB->_new("321"); 71 $x = $LIB->_new("39483"); 78 $x = $LIB->_new("39483"); # reset 82 my $z = $LIB->_new("2"); 126 $x = $LIB->_new("1"); 128 $x = $LIB->_new("12"); 130 $x = $LIB->_new("123"); 132 $x = $LIB->_new("1234"); [all …]
|
| D | leak.t | 49 my $num_long = Math::BigInt::FastCalc->_new("1234567890"); 50 my $num_long_2 = Math::BigInt::FastCalc->_new("12345678900987654321");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | bigintc.t | 33 # _new and _str 35 my $x = $LIB->_new("123"); 36 my $y = $LIB->_new("321"); 71 $x = $LIB->_new("39483"); 78 $x = $LIB->_new("39483"); # reset 82 my $z = $LIB->_new("2"); 126 $x = $LIB->_new("1"); 128 $x = $LIB->_new("12"); 130 $x = $LIB->_new("123"); 132 $x = $LIB->_new("1234"); [all …]
|
| D | bigints.t | 16 # _new and _str 18 my $x = $class->_new("123"); 19 my $y = $class->_new("321"); 39 my $z = $class->_new("2"); 74 $x = $class->_new("123456789"); 84 $x = $class->_new("12356"); 90 $x = $class->_new("123456789"); 91 $y = $class->_new("987654321"); 99 $x = $class->_new("3333"); 100 $y = $class->_new("1111"); [all …]
|
| D | bigintc-import.t | 33 my $x = $LIB -> _new("31415926535897932384626433832");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Lib.pm | 19 my $y = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 28 $x = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 31 $y = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 39 my $y = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 48 $x = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 51 $y = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 61 $x = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 64 $y = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 74 $x = ref($_[1]) ? $_[1] : $class -> _new($_[1]); 77 $y = ref($_[1]) ? $_[1] : $class -> _new($_[1]); [all …]
|
| D | Calc.pm | 168 $AND_MASK = __PACKAGE__->_new(( 2 ** $AND_BITS )); 169 $XOR_MASK = __PACKAGE__->_new(( 2 ** $XOR_BITS )); 170 $OR_MASK = __PACKAGE__->_new(( 2 ** $OR_BITS )); 177 sub _new { subroutine 1222 $b = $c->_new($b) unless ref $b; 1270 $b = $c->_new($b) unless ref $b; 1282 $n = $c->_mul($c->_new($log10b), $n); 1447 my $tmp = $c -> _new($factorials[ $cx->[0] ]); 1501 my $new_x = $c->_new($k * $even); 1525 $c->_mul($cx, $c->_new($m)); [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/ |
| D | Meta.pm | 219 sub _new { subroutine 253 my $self = eval { $class->_new($struct, $options) }; 273 my $self = eval { $class->_new($struct, $options) }; 302 $self = $class->_new($struct, $options); 324 $self = $class->_new($struct, $options); 346 $self = $class->_new($struct, $options); 369 $self = $class->_new($struct, $options);
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | Search.pm | 94 return ($class->_new($1), 97 return $class->_new($stem); 101 sub _new($class, $stem) subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ |
| D | HashBase.pm | 68 ($into->can('new') ? () : (new => \&_new)), 121 sub _new { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/ |
| D | FastCalc.xs | 38 # * add _new() 53 # _new 56 _new(class, x)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigFloat.pm | 443 $self->{_m} = $LIB -> _new($2); 1244 _m => $LIB -> _new($digits), 1246 _e => $LIB -> _new($n - 1), 1608 $ex = $LIB->_add($ex, $LIB->_new($mxl)); 1609 $ey = $LIB->_add($ey, $LIB->_new($myl)); 1625 $my = $LIB->_lsft($LIB->_copy($my), $LIB->_new($mxl - $myl), 10); 1627 $mx = $LIB->_lsft($LIB->_copy($mx), $LIB->_new($myl - $mxl), 10); 1681 $ym = $LIB->_lsft($ym, $LIB->_new($diff), 10); 1684 $xm = $LIB->_lsft($xm, $LIB->_new(-$diff), 10); 1728 my $z = $LIB->_new($zeros); [all …]
|
| D | BigRat.pm | 333 $self -> {_n} = $LIB -> _new($n -> copy() -> babs(undef, undef) 344 $self -> {_n} = $LIB -> _new($m -> bstr()); 349 $LIB -> _new($e -> bstr()), 10); 352 $LIB -> _new(-$e -> bstr()), 10); 540 $self -> {_n} = $LIB -> _new($m1 -> bstr()); 541 $self -> {_d} = $LIB -> _new($m2 -> bstr()); 545 $LIB -> _new($ediff -> bstr()), 549 $LIB -> _new(-$ediff -> bstr()), 1695 $LIB->_new("90933395208605785401971970164779391644753259799242"); 1697 $LIB->_new("33452526613163807108170062053440751665152000000000"); [all …]
|
| D | BigInt.pm | 746 $self->{value} = $LIB->_new($abs); 1421 $self -> {value} = $LIB -> _new("3"); 3206 my $uintmax = $LIB -> _new(~0); 4118 my $d = $LIB -> _pow($LIB -> _new("2"), $y -> {value}); 4405 $x->{value} = $LIB->_new($xs) if $put_back == 1; # put back, if needed 4726 = $LIB -> _rsft($mant -> {value}, $LIB -> _new($nzeros), 10) 6088 my $exp_lib = $LIB -> _new($exp_str); 6103 my $delta = $LIB -> _new(CORE::length($sig_str)); 6104 $delta = $LIB -> _sub($delta, $LIB -> _new($idx)); 6122 $LIB -> _sadd($exp_lib, $exp_sgn, $LIB -> _new($len), '+'); [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ |
| D | stdio.h | 53 extern int rename(const char *_old, const char *_new);
|
| /openbsd/src/gnu/gcc/fixincludes/tests/base/ |
| D | stdio.h | 66 extern int rename(const char *_old, const char *_new);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/ |
| D | Scalar.pm | 26 sub _new { subroutine
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | parse.h | 574 tree _new = copy_node (TYPE); \ 575 EXPR_WFL_NODE (_new) = _node; \ 576 __type = _new; \
|
| /openbsd/src/gnu/usr.bin/texinfo/djgpp/ |
| D | config.sed | 9 s,\\.new\\.,_new.,g;t t\
|
| /openbsd/src/lib/libcrypto/asn1/ |
| D | asn1t.h | 801 pre stname *fname##_new(void) \ 811 stname *fname##_new(void) \
|
| D | asn1.h | 263 type *name##_new(void); \
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/ |
| D | Minimal.pm | 19 sub _new { subroutine
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | DeveloperPolicy.rst | 751 .. _new-llvm-components:
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | inclhack.def | 2343 c_fix_arg = 'rename(const char *_old, const char *_new)';
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | inclhack.def | 2783 c_fix_arg = 'rename(const char *_old, const char *_new)';
|