Searched refs:bmuladd (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | downgrade-mbi-mbf.t | 516 note("testing bmuladd()"); 518 $x = $zero -> copy() -> bmuladd($four, $four); 521 cmp_ok($x, '==', 4, 'bmuladd(0, 4, 4) = 4'); 525 $x = $four -> copy() -> bmuladd($four, $four); 528 cmp_ok($x, '==', 20, 'bmuladd(4, 4, 4) = 20'); 532 $x = $four -> copy() -> bmuladd($four, $inf); 539 $x = $inf -> copy() -> bmuladd($four, $four); 546 $x = $inf -> copy() -> bmuladd($four, $four); 553 $x = $nan -> copy() -> bmuladd($four, $four); 556 is($x, 'NaN', 'bmuladd(NaN, 4, 4) = NaN'); [all …]
|
H A D | bigfltpm.inc | 151 } elsif ($f eq "bmuladd") { 152 $try .= ' $x->bmuladd($y, $z);'; 1690 &bmuladd
|
H A D | downgrade-mbi-mbr.t | 275 # bmuladd()
|
H A D | bigintpm.inc | 190 } elsif ($f eq "bmuladd") { 191 $try .= " \$x->bmuladd(\$y, \$z);"; 1744 &bmuladd
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigInt.pm | 2091 sub bmuladd { subroutine 2109 return $upgrade->bmuladd($x, $y, $z, @r)
|
H A D | BigFloat.pm | 2010 sub bmuladd { subroutine
|