/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
H A D | bigintfc.t | 95 is($LIB->_str($LIB->_zero()), "0", qq|$LIB->_str($LIB->_zero()) = "0"|); 96 is($LIB->_str($LIB->_one()), "1", qq|$LIB->_str($LIB->_one()) = "1"|); 100 is($LIB->_str($LIB->_two()), "2", qq|$LIB->_str($LIB->_two()) = "2"|); 101 is($LIB->_str($LIB->_ten()), "10", qq|$LIB->_str($LIB->_ten()) = "10"|); 103 ok(! $LIB->_is_ten($LIB->_two()), qq|$LIB->_is_ten($LIB->_two()) is false|); 104 ok( $LIB->_is_two($LIB->_two()), qq|$LIB->_is_two($LIB->_two()) is true|); 105 ok( $LIB->_is_ten($LIB->_ten()), qq|$LIB->_is_ten($LIB->_ten()) is true|); 106 ok(! $LIB->_is_two($LIB->_ten()), qq|$LIB->_is_two($LIB->_ten()) is false|); 108 ok( $LIB->_is_one($LIB->_one()), qq|$LIB->_is_one($LIB->_one()) is true|); 109 ok(! $LIB->_is_one($LIB->_two()), qq|$LIB->_is_one($LIB->_two()) is false|); [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | bigintc.t | 95 is($LIB->_str($LIB->_zero()), "0", qq|$LIB->_str($LIB->_zero()) = "0"|); 96 is($LIB->_str($LIB->_one()), "1", qq|$LIB->_str($LIB->_one()) = "1"|); 100 is($LIB->_str($LIB->_two()), "2", qq|$LIB->_str($LIB->_two()) = "2"|); 101 is($LIB->_str($LIB->_ten()), "10", qq|$LIB->_str($LIB->_ten()) = "10"|); 103 ok(! $LIB->_is_ten($LIB->_two()), qq|$LIB->_is_ten($LIB->_two()) is false|); 104 ok( $LIB->_is_two($LIB->_two()), qq|$LIB->_is_two($LIB->_two()) is true|); 105 ok( $LIB->_is_ten($LIB->_ten()), qq|$LIB->_is_ten($LIB->_ten()) is true|); 106 ok(! $LIB->_is_two($LIB->_ten()), qq|$LIB->_is_two($LIB->_ten()) is false|); 108 ok( $LIB->_is_one($LIB->_one()), qq|$LIB->_is_one($LIB->_one()) is true|); 109 ok(! $LIB->_is_one($LIB->_two()), qq|$LIB->_is_one($LIB->_two()) is false|); [all …]
|
H A D | bigintc-import.t | 31 my $LIB = 'Math::BigInt::Calc'; 33 my $x = $LIB -> _new("31415926535897932384626433832"); 34 my $str = $LIB -> _str($x); 36 "string representation of $LIB object"); 39 "internal representation of $LIB object");
|
H A D | bigfltpm.t | 12 our ($CLASS, $LIB); 14 $LIB = Math::BigInt -> config('lib'); # backend library 17 is($CLASS->config("with"), $LIB, qq|$CLASS->config("with")|); 71 unless $LIB eq 'Math::BigInt::Calc';
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | fixinc.ptx | 47 if [ ! -d $LIB ]; then 55 case $LIB in 59 cd $LIB; LIB=`${PWDCMD-pwd}` 110 ${LIB}/$file >> ${LIB}/${file}.sed 112 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file 143 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file 164 ${LIB}/$file > ${LIB}/${file}.sed 165 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file 201 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file 230 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file [all …]
|
H A D | fixinc.svr4 | 44 if [ ! -d $LIB ]; then 45 mkdir $LIB || exit 1 52 case $LIB in 56 cd $LIB; LIB=`${PWDCMD-pwd}` 90 rm -rf $LIB/$file 92 then mkdir $LIB/$file 259 ${LIB}/$file > ${LIB}/${file}.sed 260 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file 1094 rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file 1605 cd $LIB [all …]
|
H A D | fixinc.winnt | 64 if [ ! -d $LIB ]; then 65 mkdir $LIB || exit 1 72 case $LIB in 76 cd $LIB; LIB=`${PWDCMD-pwd}` 98 rm -rf $LIB/$file 99 if [ ! -d $LIB/$file ] 100 then mkdir $LIB/$file 165 rm -f ${LIB}/$file 190 rm -f ${LIB}/$file 218 rm -f ${LIB}/$file [all …]
|
H A D | fixinc.dgux | 37 if [ ! -d $LIB ]; then 38 mkdir $LIB || exit 1 45 case $LIB in 49 cd $LIB; LIB=`${PWDCMD-pwd}` 57 rm -f $LIB/ShouldNotExist 82 rm -rf $LIB/$file 83 if [ ! -d $LIB/$file ] 84 then mkdir $LIB/$file 91 treetops="${INPUT} ${LIB}" 197 chmod a+r ${LIB}/$file [all …]
|
H A D | fixinc.wrap | 15 if [ ! -d $LIB ]; then 16 mkdir $LIB || exit 1 23 case $LIB in 27 cd $LIB; LIB=`${PWDCMD-pwd}` 54 rm -f $LIB/$file 55 cat <<'__EOF__' >$LIB/$file 71 chmod a+r $LIB/$file 83 rm -f $LIB/$file 100 chmod a+r $LIB/$file 113 rm -f $LIB/$file [all …]
|
H A D | fixincl.sh | 41 LIB=${1} 45 if [ ! -d $LIB ]; then 46 mkdir $LIB || { 110 case $LIB in 114 cd $LIB; LIB=`${PWDCMD}` 227 rm -rf $LIB/$file 232 mkdir $LIB/root 239 treetops=". ${LIB}" 306 cd $LIB 434 cd $LIB [all …]
|
H A D | fixinc.interix | 50 LIB=${1} 53 if [ ! -d $LIB ]; then 54 mkdir $LIB || exit 1 61 case $LIB in 65 cd $LIB; LIB=`${PWDCMD-pwd}` 73 rm -f $LIB/ShouldNotExist 104 rm -rf $LIB/$file 105 if [ ! -d $LIB/$file ] 106 then mkdir $LIB/$file 113 treetops="${INPUT} ${LIB}" [all …]
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | fixinc.in | 41 LIB=${1} 45 if [ ! -d $LIB ]; then 46 mkdir $LIB || { 107 case $LIB in 111 cd $LIB; LIB=`${PWDCMD}` 248 rm -rf $LIB/$file 253 mkdir $LIB/root 260 treetops=". ${LIB}" 327 cd $LIB 455 cd $LIB [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigRat.pm | 445 $self -> {_n} = $LIB -> _mul($LIB -> _div($LIB -> _copy($p), $gcd_pr), 447 $self -> {_d} = $LIB -> _mul($LIB -> _div($LIB -> _copy($q), $gcd_sq), 475 $self -> {_d} = $LIB -> _mul($LIB -> _copy($q), $m); 824 my $gcd = $LIB->_gcd($LIB->_copy($x->{_n}), $x->{_d}); 896 my $m = $LIB->_mul($LIB->_copy($y->{_n}), $x->{_d}); 1717 my $B = $LIB->_fac($LIB->_new($steps)); 1866 my $nsqrt = $LIB -> _sqrt($LIB -> _copy($n)); 2178 my $t = $LIB->_mul($LIB->_copy($x->{_n}), $y->{_d}); 2179 my $u = $LIB->_mul($LIB->_copy($y->{_n}), $x->{_d}); 2204 my $t = $LIB->_mul($LIB->_copy($x->{_n}), $y->{_d}); [all …]
|
H A D | BigFloat.pm | 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); 2896 my $B = $LIB->_fac($LIB->_new($steps)); 2901 $A = $LIB->_lsft($A, $LIB->_new($scale), 10); 3435 $x -> {_m} = $LIB->_div($x->{_m}, $LIB->_new(2)); 3464 $x->{_m} = $LIB->_div($x->{_m}, $LIB->_new(4)); [all …]
|
H A D | BigInt.pm | 238 my $LIB; 4120 $p = $LIB -> _inc($p) unless $LIB -> _is_zero($q); 6083 return '+', $LIB -> _zero(), '+', $LIB -> _zero(); 6104 $delta = $LIB -> _sub($delta, $LIB -> _new($idx)); 6129 return '+', $LIB -> _zero(), '+', $LIB -> _zero(); 6153 return '+', $LIB -> _zero(), '+', $LIB -> _zero(); 6175 $delta = $LIB -> _sub($delta, $LIB -> _new($idx)); 6205 return '+', $LIB -> _zero(), '+', $LIB -> _zero(); 6223 my $p = $LIB -> _pow($LIB -> _two(), $exp_lib); 6239 my $p = $LIB -> _pow($LIB -> _new("5"), $exp_lib); [all …]
|
/openbsd/gnu/usr.bin/perl/ext/VMS-DCLsym/ |
H A D | DCLsym.xs | 38 SETERRNO(EINVAL,LIB$_INVARG); in _getsym() 57 case LIB$_NOSUCHSYM: in _getsym() 60 case LIB$_INSCLIMEM: in _getsym() 61 case LIB$_NOCLI: in _getsym() 94 LIB$K_CLI_LOCAL_SYM : LIB$K_CLI_GLOBAL_SYM; 100 case LIB$_INSCLIMEM: 101 case LIB$_INVSYMNAM: 102 case LIB$_NOCLI: 132 LIB$K_CLI_LOCAL_SYM : LIB$K_CLI_GLOBAL_SYM; 138 case LIB$_NOCLI: [all …]
|
/openbsd/share/mk/ |
H A D | bsd.lib.mk | 13 .if defined(LIB) && defined(LIB${LIB}_VERSION) 14 SHLIB_MAJOR=${LIB${LIB}_VERSION:R} 15 SHLIB_MINOR=${LIB${LIB}_VERSION:E} 152 _LIBS=lib${LIB}.a 154 _LIBS+=lib${LIB}_p.a 190 lib${LIB}.a: ${OBJS} 192 @rm -f lib${LIB}.a 194 ${RANLIB} lib${LIB}.a 199 lib${LIB}_p.a: ${POBJS} 201 @rm -f lib${LIB}_p.a [all …]
|
/openbsd/gnu/gcc/config/ |
H A D | lib-link.m4 | 251 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 271 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 276 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 302 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" 308 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 317 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 325 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" 479 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" 490 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 511 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/config/ |
H A D | lib-link.m4 | 251 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 271 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 276 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 302 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" 308 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 317 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 325 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" 479 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" 490 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 511 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" [all …]
|
/openbsd/gnu/usr.bin/texinfo/m4/ |
H A D | lib-link.m4 | 251 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 271 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 276 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 302 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" 308 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" 317 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 325 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" 479 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" 490 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" 511 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" [all …]
|
/openbsd/regress/libexec/ld.so/link-order/libnover/ |
H A D | Makefile | 3 LIB= test macro 10 all: lib${LIB}.so 12 lib${LIB}.so: ${SOBJS} ${DPADD} 13 @echo building shared ${LIB} library 14 @rm -f lib${LIB}.so 16 -o lib${LIB}.so `${LORDER} ${SOBJS}|tsort -q` ${LDADD}
|
/openbsd/sys/lib/libz/ |
H A D | Makefile | 4 LIB= z macro 20 CLEANFILES+= lib${LIB}.o 26 lib${LIB}.o:: ${OBJS} 27 @echo building standard ${LIB} library 28 @rm -f lib${LIB}.o 29 @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
|
/openbsd/gnu/usr.bin/perl/h2pl/ |
H A D | mkvars | 5 $LIB = '/usr/local/lib/perl'; 11 if (!open (INCLUDE,'<',"$LIB/$include")) { 12 warn "can't open $LIB/$include: $!\n";
|
/openbsd/gnu/gcc/intl/ |
H A D | README | 10 * The files COPYING.LIB-2.0 and COPYING.LIB-2.1 are redundant with the 11 top-level COPYING.LIB and have therefore been removed.
|
/openbsd/usr.sbin/mopd/otherOS/ |
H A D | Makefile | 217 $(CC) $(CFLAGS) -o $@ $(CHOBJ) $(COOBJ) $(OTOBJ) version.o $(LIB) 220 $(CC) $(CFLAGS) -o $@ $(LDOBJ) $(COOBJ) $(OTOBJ) version.o $(LIB) 223 $(CC) $(CFLAGS) -o $@ $(PBOBJ) $(COOBJ) $(OTOBJ) version.o $(LIB) 226 $(CC) $(CFLAGS) -o $@ $(TROBJ) $(COOBJ) $(OTOBJ) version.o $(LIB)
|