Searched refs:_num (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| D | ptrmem1.C | 10 int _num; 14 my_class::my_class (int num, func_type* proc) : _num(num), _proc(proc) in my_class() 20 _proc(_num); in dispatch()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Lib.pm | 86 $y = $class -> _num($_[0]); 90 $y = ref($_[1]) ? $class -> _num($_[1]) : $_[1]; 249 '0+' => sub { ref($_[0]) -> _num($_[0]); }, 281 $exp = $class -> _num($exp) if ref($exp); 302 sub _num { 992 my $log10x = $log10y / $class -> _num($n); 1176 my $bits = $class -> _new($class -> _num($xr) & $class -> _num($yr)); 1201 my $bits = $class -> _new($class -> _num($xr) ^ $class -> _num($yr)); 1235 my $bits = $class -> _new($class -> _num($xr) | $class -> _num($yr)); 1516 $str = sprintf("%024b", $class -> _num($rem)) . $str; [all …]
|
| D | Calc.pm | 395 sub _num { subroutine 1231 my $src = $c->_num($n); # as normal int 1283 $n = $c->_num($n); # shift-len as normal int 1486 my $k = $c->_num($cx); 2026 my $log10y = $log10x / $c -> _num($n);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| D | crash49.C | 18 int _num; variable 25 for (int i=0; i<_num; i++) { in realloc()
|
| /openbsd/src/lib/libcrypto/bn/asm/ |
| D | armv4-mont.pl | 52 $_num="$num,#15*4"; $_bpend=$_num;
|
| D | x86-mont.pl | 49 $_num=&DWP(4*0,"esp"); # stack top layout 407 &mov ($_num,$num); 426 &cmp ($j,$_num); 525 &cmp ($j,$_num);
|
| /openbsd/src/libexec/tradcpp/ |
| D | array.h | 171 INLINE unsigned ARRAY##_num(const struct ARRAY *a); \ 211 ARRAY##_num(const struct ARRAY *a) \
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | bigints.t | 116 # _num 119 $x = $class->_num($x);
|
| D | bigintc.t | 347 # _num 355 $x = $LIB->_num($x);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/ |
| D | Scalar.pm | 78 sub _num { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | leak.t | 36 for my $method (qw(_is_zero _is_one _is_two _is_ten _num))
|
| D | bigintfc.t | 347 # _num 355 $x = $LIB->_num($x);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigFloat.pm | 1669 my $lx = $lxm + $xes * $LIB->_num($x->{_e}); 1670 my $ly = $lym + $yes * $LIB->_num($y->{_e}); 2381 $shifty = $LIB->_num($y->{_e}); # no more digits after dot 2391 $shiftx = $LIB->_num($x->{_e}); # no more digits after dot 4403 my $dad = -(0+ ($x->{_es}.$LIB->_num($x->{_e}))); # digits after dot 4451 my $dbd = $dbt + ($x->{_es} . $LIB->_num($x->{_e})); 4650 $len += $LIB->_num($x->{_e}) if $x->{_es} eq '+'; 4653 $t = $LIB->_num($x->{_e}) if $x->{_es} eq '-'; 4714 ($m, Math::BigInt->new($x->{_es} . $LIB->_num($x->{_e}))); 4999 my $e = $LIB->_num($x->{_e}); [all …]
|
| D | BigInt.pm | 5337 my $num = 0 + $LIB->_num($x->{value}); 6423 my $expo = $LIB -> _num($parts[3]); 6460 my $den_lib = $LIB -> _1ex($LIB -> _num($eabs));
|
| D | BigRat.pm | 2306 ? $LIB->_num($x->{_n})
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/ |
| D | FastCalc.xs | 30 # * added _num(), _inc() and _dec()
|
| /openbsd/src/sys/dev/pci/ |
| D | if_mcx.c | 783 #define __token(_tok, _num) _tok##_num argument 784 #define _token(_tok, _num) __token(_tok, _num) argument
|