Searched refs:bignum (Results 1 - 22 of 22) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/ |
H A D | bn_lite.t | 19 # can use Lite, so let bignum try it 20 require bignum; bignum->import(); 23 ok ($bignum::_lite,1);
|
H A D | bignum.t | 16 use bignum; 49 ok_undef (bignum->accuracy()); 50 ok (bignum->accuracy(12),12); 51 ok (bignum->accuracy(),12); 53 ok_undef (bignum->precision()); 54 ok (bignum->precision(12),12); 55 ok (bignum->precision(),12); 57 ok (bignum->round_mode(),'even'); 58 ok (bignum->round_mode('odd'),'odd'); 59 ok (bignum [all...] |
H A D | bninfnan.t | 14 @INC = qw(../lib ../lib/bignum/t); # testing with the core distribution 34 use bignum;
|
H A D | option_a.t | 16 use bignum a => '12'; 21 bignum->import( accuracy => '23');
|
H A D | option_p.t | 16 use bignum p => '12';
|
H A D | option_l.t | 16 use bignum; 18 my $rc = eval ('bignum->import( "l" => "foo" );'); 20 $rc = eval ('bignum->import( "lib" => "foo" );'); 23 $rc = eval ('bignum->import( "foo" => "bar" );'); 30 $rc = eval ('bignum->import( "$_" => "bar" );');
|
/osnet-11/usr/src/lib/pkcs11/ |
H A D | inc.flg | 30 find_files "s.*" usr/src/common/bignum
|
/osnet-11/usr/src/lib/libsoftcrypto/common/ |
H A D | llib-lsoftcrypto | 30 #include <bignum.h>
|
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/ |
H A D | Makefile.com | 40 BIGNUMDIR= $(SRC_REL)/common/bignum
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bignum.pm | 1 package bignum; package 29 *{"bignum::$name"} = sub 46 Carp::croak ("Can't call bignum\-\>$name, not a valid method"); 158 bignum->accuracy($a) if defined $a; 159 bignum->precision($p) if defined $p; 162 print "bignum\t\t\t v$VERSION\n"; 182 bignum - Transparent BigNumber support for Perl 186 use bignum; 201 use bignum; 218 Don't worry if it says Math::BigInt::Lite, bignum an [all...] |
H A D | bigrat.pm | 66 # see also bignum->import() for additional comments 173 Other than L<bignum>, this module upgrades to Math::BigRat, meaning that 182 The following modules are currently used by bignum: 272 Especially L<bignum>.
|
H A D | bigint.pm | 375 L<bignum> as in C<perl -Mbignum -le 'print sqrt(2)'>.
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/ |
H A D | Makefile.com | 111 -I$(SRC)/uts/common -I$(SRC)/common/bignum \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/ |
H A D | strap-analyze.t | 426 bignum => {
|
H A D | test-harness.t | 402 bignum => { 523 skip "special tests for bignum", 1 unless $test eq 'bignum'; 534 skip "bignum has known warnings", 1 if $test eq 'bignum';
|
/osnet-11/usr/src/lib/libsoftcrypto/ |
H A D | Makefile.com | 53 BIGNUM_DIR = $(SRC_REL)/common/bignum
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softEC.c | 32 #include <bignum/bignum.h>
|
H A D | softAttributeUtil.c | 33 #include <bignum/bignum.h>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigInt.pm | 3745 will print nothing but newlines. Use either L<bignum> or L<Math::BigFloat> 3863 As a shortcut, you can use the module C<bignum>: 3865 use bignum; 4217 pragmas L<bignum>, L<bigint> and L<bigrat> for an easy way to do this. 4252 The pragmas L<bignum>, L<bigint> and L<bigrat> also might be of interest
|
H A D | BigRat.pm | 1564 See L<http://search.cpan.org/search?dist=bignum> for a way to use
|
H A D | BigFloat.pm | 2767 nor hexadecimal constants. Use L<bignum> or L<Math::BigInt> to get this to 2965 The pragmas L<bignum>, L<bigint> and L<bigrat> might also be of interest
|
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 34 #include <bignum.h>
|
Completed in 96 milliseconds