Searched refs:_new (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | bigintc.t | 29 # _new and _str 30 my $x = $C->_new("123"); my $y = $C->_new("321"); 49 $x = $C->_new("39483"); 56 $x = $C->_new("39483"); # reset 59 my $z = $C->_new("2"); 95 $x = $C->_new("1"); ok ($C->_len($x),1); 96 $x = $C->_new("12"); ok ($C->_len($x),2); 97 $x = $C->_new("123"); ok ($C->_len($x),3); 98 $x = $C->_new("123 [all...] |
H A D | bigints.t | 38 # _new and _str 39 my $x = $C->_new("123"); my $y = $C->_new("321"); 52 my $z = $C->_new("2"); 70 $x = $C->_new("123456789"); 79 $x = $C->_new("12356"); 83 $x = $C->_new("123456789"); 84 $y = $C->_new("987654321"); 91 $x = $C->_new("3333"); $y = $C->_new("111 [all...] |
H A D | _e_math.t | 39 my $a = Math::BigInt::Calc->_new("123"); 40 my $b = Math::BigInt::Calc->_new("321"); 71 $a = Math::BigInt::Calc->_new("123"); 72 $b = Math::BigInt::Calc->_new("321"); 86 my $aa = Math::BigInt::Calc->_new($a); 87 my $bb = Math::BigInt::Calc->_new($b); 98 my $aa = Math::BigInt::Calc->_new($a); 99 my $bb = Math::BigInt::Calc->_new($b);
|
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | device.h | 103 PedDevice* (*_new) (const char* path); member in struct:_PedDeviceArchOps
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
H A D | Scalar.pm | 29 sub _new subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigFloat.pm | 168 $self->{_e} = $MBI->_new($$ev); # exponent 172 $self->{_m} = $MBI->_new($mantissa); # create mant. 177 my $len = $MBI->_new( CORE::length($$mfv)); 189 my $z = $MBI->_new($zeros); 473 $ym = $MBI->_lsft($ym, $MBI->_new($diff), 10); 478 $xm = $MBI->_lsft($xm, $MBI->_new(-$diff), 10); 537 $ym = $MBI->_lsft($ym, $MBI->_new($diff), 10); 542 $xm = $MBI->_lsft($xm, $MBI->_new(-$diff), 10); 1038 _e_sub( $x->{_e}, $MBI->_new($dbd), $x->{_es}, $dbd_sign); # 123 => 1.23 1319 $MBI->_lsft($x->{_m},$MBI->_new( [all...] |
H A D | BigInt.pm | 493 $self->{value} = $CALC->_new($t); 497 $self->{value} = $CALC->_new($wanted); 591 $self->{value} = $CALC->_new($$miv) if $self->{sign} =~ /^[+-]$/; 2146 $x->{value} = $CALC->_new($xs) if $put_back == 1; # put back in if needed
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 186 sub _new subroutine 203 $AND_MASK = __PACKAGE__->_new( ( 2 ** $AND_BITS )); 204 $XOR_MASK = __PACKAGE__->_new( ( 2 ** $XOR_BITS )); 205 $OR_MASK = __PACKAGE__->_new( ( 2 ** $OR_BITS )); 1171 $n = _new($c,$n); return _div($c,$x, _pow($c,$n,$y)); 1219 $n = _new($c,$n); return _mul($c,$x, _pow($c,$n,$y)); 1677 # _add($c,$x, _mul($c, _new( $c, ($xrr & $yrr) ), $m) ); 1707 #_add($c,$x, _mul($c, _new( $c, ($xrr ^ $yrr) ), $m) ); 1743 # _add($c,$x, _mul($c, _new( $c, ($xrr | $yrr) ), $m) ); 1996 _new(strin [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | device.c | 172 walk = ped_architecture->dev_ops->_new (normal_path);
|
/osnet-11/usr/src/lib/libparted/common/libparted/arch/ |
H A D | solaris.c | 1379 ._new = solaris_new,
|
Completed in 56 milliseconds