Home
last modified time | relevance | path

Searched refs:_str (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/
Dbigintc.t31 ok (ref($x),'ARRAY'); ok ($C->_str($x),123); ok ($C->_str($y),321);
35 ok ($C->_str($C->_add($x,$y)),444);
36 ok ($C->_str($C->_sub($x,$y)),123);
37 ok ($C->_str($C->_mul($x,$y)),39483);
38 ok ($C->_str($C->_div($x,$y)),123);
43 ok ($C->_str($C->_mul($x,$y)),39483);
44 ok ($C->_str($x),39483); ok ($C->_str($y),321);
46 ok ($C->_str($C->_div($x,$y)),123);
47 ok ($C->_str($x),123); ok ($C->_str($y),321);
54 ok ($C->_str($r1),'0');
[all …]
D_e_math.t43 is (_str($x,$xs), '+444', 'add two positive numbers');
44 is (_str($a,''), '444', 'a modified');
47 is (_str($x,$xs), '+444', 'add two positive numbers');
50 is (_str($x,$xs), '-198', 'add +x + -y');
52 is (_str($x,$xs), '+198', 'add -x + +y');
55 is (_str($x,$xs), '-198', 'add -x + +y');
57 is (_str($x,$xs), '+198', 'add +x + -y');
60 is (_str($x,$xs), '+9', 'add 10 + -1');
62 is (_str($x,$xs), '-9', 'add -10 + +1');
64 is (_str($x,$xs), '+9', 'add -1 + 10');
[all …]
Dbigints.t40 ok (ref($x),'SCALAR'); ok ($C->_str($x),123); ok ($C->_str($y),321);
44 ok ($C->_str($C->_add($x,$y)),444);
45 ok ($C->_str($C->_sub($x,$y)),123);
46 ok ($C->_str($C->_mul($x,$y)),39483);
47 ok ($C->_str($C->_div($x,$y)),123);
49 ok ($C->_str($C->_mul($x,$y)),39483);
50 ok ($C->_str($x),39483);
51 ok ($C->_str($y),321);
53 ok ($C->_str($C->_add($x,$z)),39485);
56 ok ($C->_str($re),123); ok ($C->_str($rr),2);
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/include/sm/
Dstring.h31 sm_match __P((const char *_str, const char *_pattern));
37 sm_strndup_x __P((const char *_str, size_t _len));
42 sm_strdup_x __P((const char *_str));
46 sm_pstrdup_x __P((const char *_str));
Dio.h321 char **_str,
/mirbsd/src/gnu/usr.bin/perl/lib/Math/
DBigRat.pm363 return $s . $MBI->_str($x->{_n}) if $MBI->_is_one($x->{_d});
364 $s . $MBI->_str($x->{_n}) . '/' . $MBI->_str($x->{_d});
378 $s . $MBI->_str($x->{_n}) . '/' . $MBI->_str($x->{_d});
812 my $n = Math::BigInt->new($MBI->_str($x->{_n})); $n->{sign} = $x->{sign};
825 Math::BigInt->new($MBI->_str($x->{_d}));
838 my $n = $c->new( $MBI->_str($x->{_n}));
840 my $d = $c->new( $MBI->_str($x->{_d}));
1039 …return Math::BigFloat->new($x->{sign} . $MBI->_str($x->{_n}))->bdiv( $MBI->_str($x->{_d}), $x->acc…
1042 Math::BigFloat->new($x->{sign} . $MBI->_str($x->{_n}));
DBigFloat.pm220 return $downgrade->new($$mis . $MBI->_str( $self->{_m} ));
351 $es = $MBI->_str($x->{_m});
409 $sign . $MBI->_str($x->{_m}) . $sep . $MBI->_str($x->{_e});
2282 Math::BigInt->new( $x->{_es} . $MBI->_str($x->{_e}));
2295 my $m = Math::BigInt->new( $MBI->_str($x->{_m}));
DBigInt.pm790 $m->bstr() . 'e+' . $CALC->_str($e->{value});
804 $es.$CALC->_str($x->{value});
2145 my $xs = $CALC->_str($x->{value});
/mirbsd/src/gnu/usr.bin/perl/t/lib/Math/BigInt/
DScalar.pm80 sub _str subroutine
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/
DCalc.pm215 sub _str subroutine
1482 print "start x= ",_str($c,$x),"\n" if DEBUG;
1494 print " x= ",_str($c,$x),"\n" if DEBUG;