| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/ |
| H A D | BigRat.pm | |
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| H A D | BigInt.pm | 204 'bool' => sub { $_[0] -> is_zero() ? '' : 1; }, 1535 sub is_zero { 1584 ($x->{sign} eq '+' && !$x->is_zero()) ? 1 : 0; 1599 return 1 if $x -> is_zero(); 1608 return 1 if $x -> is_zero(); 2035 return $x -> round(@r) if $y -> is_zero(); 2069 return $x->bnan(@r) if $x->is_zero() || $y->is_zero(); 2146 } elsif ($y -> is_zero()) { # x = -inf, y = 0 2164 } elsif ($y -> is_zero()) { # 1333 sub is_zero { global() subroutine [all...] |
| H A D | BigFloat.pm | 194 'bool' => sub { $_[0] -> is_zero() ? '' : 1; }, 1433 sub is_zero { 1511 my $xz = $x->is_zero(); 1512 my $yz = $y->is_zero(); 1656 my $xz = $x->is_zero(); 1657 my $yz = $y->is_zero(); 1826 my $zero = $x->is_zero(); 1879 if ($y->is_zero()) { 1884 elsif ($x->is_zero()) { 1940 if ($y -> is_zero()) { 1346 sub is_zero { global() subroutine [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| H A D | mbi_rand.t | 69 skip '$A and/or $B are zero.', 4 if $A->is_zero() || $B->is_zero();
|
| H A D | bigintfc.t | 90 # is_zero, _is_one, _one, _zero
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | mbi_rand.t | 69 skip '$A and/or $B are zero.', 4 if $A->is_zero() || $B->is_zero();
|
| H A D | calling-instance-methods.t | 67 &is_zero
|
| H A D | calling-class-methods.t | 67 &is_zero
|
| H A D | bigints.t | 47 # is_zero, _is_one, _one, _zero
|
| H A D | upgrade.inc | 1480 &is_zero
|
| H A D | bigfltpm.inc | 2374 &is_zero
|
| H A D | bigintc.t | 90 # is_zero, _is_one, _one, _zero
|
| H A D | bigintpm.inc | 3400 &is_zero
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/ |
| H A D | FastCalc.xs | 26 # * is_zero/is_one/is_odd/is_even/len work now (pass v1.61 tests)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 1131 bool is_zero = Bit32(opcode, 24) == 0; in EmulateCBZ() local 1139 if (m_ignore_conditions || ((operand == 0) == is_zero)) { in EmulateCBZ()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-tic54x.c | 4420 #define is_zero(op) ((op).exp.X_op == O_constant && (op).exp.X_add_number == 0) macro 4437 && is_zero (insn->operands[1])) 4442 && is_zero (insn->operands[1]) && insn->opcount == 3)) 4455 && is_zero (insn->operands[1]) 4472 && is_zero (insn->operands[1])) 4496 && is_zero (insn->operands[1])
|
| H A D | tc-hppa.c | 7887 dup_common, is_zero, sort, access, space_index, in create_new_subspace() argument 7891 int loadable, code_only, common, dup_common, is_zero;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-tic54x.c | 4368 #define is_zero(op) ((op).exp.X_op == O_constant && (op).exp.X_add_number == 0) macro 4385 && is_zero (insn->operands[1])) 4390 && is_zero (insn->operands[1]) && insn->opcount == 3)) 4403 && is_zero (insn->operands[1]) 4420 && is_zero (insn->operands[1])) 4444 && is_zero (insn->operands[1])
|
| H A D | tc-hppa.c | 7914 dup_common, is_zero, sort, access, space_index, in create_new_subspace() argument 7921 int is_zero ATTRIBUTE_UNUSED;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/ |
| H A D | bigratpm.inc | |
| H A D | bigfltpm.inc | |
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 528 struct is_zero { struct 537 inline is_zero m_Zero() { return is_zero(); } in m_Zero() argument
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | overload.t | 1051 'bool' => sub { return !$_[0]->is_zero() || undef; } 1054 sub is_zero
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | toke.c | 10454 bool is_zero= *s == '0' ? TRUE : FALSE; in S_scan_ident() 10462 if (is_zero && d - digit_start > 1) in S_scan_ident() 10551 bool is_zero= *d == '0' ? TRUE : FALSE; in S_pmflag() 10559 if (is_zero && d - digit_start >= 1) /* d points at the last digit */ in S_pmflag() 10298 bool is_zero= *s == '0' ? TRUE : FALSE; S_scan_ident() local 10395 bool is_zero= *d == '0' ? TRUE : FALSE; S_scan_ident() local
|