Home
last modified time | relevance | path

Searched refs:is_zero (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm204 '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 DBigFloat.pm194 '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 Dmbi_rand.t69 skip '$A and/or $B are zero.', 4 if $A->is_zero() || $B->is_zero();
H A Dbigintfc.t90 # is_zero, _is_one, _one, _zero
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dmbi_rand.t69 skip '$A and/or $B are zero.', 4 if $A->is_zero() || $B->is_zero();
H A Dcalling-instance-methods.t67 &is_zero
H A Dcalling-class-methods.t67 &is_zero
H A Dbigints.t47 # is_zero, _is_one, _one, _zero
H A Dupgrade.inc1480 &is_zero
H A Dbigfltpm.inc2374 &is_zero
H A Dbigintc.t90 # is_zero, _is_one, _one, _zero
H A Dbigintpm.inc3400 &is_zero
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs26 # * 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 DEmulateInstructionARM64.cpp1131 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 Dtc-tic54x.c4420 #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 Dtc-hppa.c7887 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 Dtc-tic54x.c4368 #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 Dtc-hppa.c7914 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 Dbigratpm.inc
H A Dbigfltpm.inc
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h528 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 Doverload.t1051 'bool' => sub { return !$_[0]->is_zero() || undef; }
1054 sub is_zero
/openbsd-src/gnu/usr.bin/perl/
H A Dtoke.c10454 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