Home
last modified time | relevance | path

Searched refs:_new (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbigintfc.t33 # _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 …]
Dleak.t49 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/
Dbigintc.t33 # _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 …]
Dbigints.t16 # _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 …]
Dbigintc-import.t33 my $x = $LIB -> _new("31415926535897932384626433832");
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DLib.pm19 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 …]
DCalc.pm168 $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/
DMeta.pm219 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/
DSearch.pm94 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/
DHashBase.pm68 ($into->can('new') ? () : (new => \&_new)),
121 sub _new { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
DFastCalc.xs38 # * add _new()
53 # _new
56 _new(class, x)
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigFloat.pm443 $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 …]
DBigRat.pm333 $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 …]
DBigInt.pm746 $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/
Dstdio.h53 extern int rename(const char *_old, const char *_new);
/openbsd/src/gnu/gcc/fixincludes/tests/base/
Dstdio.h66 extern int rename(const char *_old, const char *_new);
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
DScalar.pm26 sub _new { subroutine
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h574 tree _new = copy_node (TYPE); \
575 EXPR_WFL_NODE (_new) = _node; \
576 __type = _new; \
/openbsd/src/gnu/usr.bin/texinfo/djgpp/
Dconfig.sed9 s,\\.new\\.,_new.,g;t t\
/openbsd/src/lib/libcrypto/asn1/
Dasn1t.h801 pre stname *fname##_new(void) \
811 stname *fname##_new(void) \
Dasn1.h263 type *name##_new(void); \
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/
DMinimal.pm19 sub _new { subroutine
/openbsd/src/gnu/llvm/llvm/docs/
DDeveloperPolicy.rst751 .. _new-llvm-components:
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dinclhack.def2343 c_fix_arg = 'rename(const char *_old, const char *_new)';
/openbsd/src/gnu/gcc/fixincludes/
Dinclhack.def2783 c_fix_arg = 'rename(const char *_old, const char *_new)';

12