Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm372 if ($n -> is_zero()) {
379 if ($d -> is_zero()) {
911 return $x->bnan() if $x->is_zero() || $y->is_zero();
921 if ($x -> is_zero()) {
926 if ($y -> is_zero()) {
989 if ($y -> is_zero()) {
994 if ($x -> is_zero()) {
1064 if ($x->is_zero()) {
1119 if ($y -> is_zero()) {
1235 sub is_zero { subroutine
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm1333 sub is_zero { subroutine
1854 return $x->bnan(@r) if $x->is_zero() || $y->is_zero();
1980 } elsif ($x -> is_zero()) {
2059 if ($y -> is_zero()) {
2064 if ($x -> is_zero()) {
2232 if ($y -> is_zero()) {
2237 if ($x -> is_zero()) {
2355 if ($y -> is_zero()) {
2410 if ($y -> is_zero()) {
2548 if ($mod -> is_zero()) {
[all …]
H A DBigFloat.pm1346 sub is_zero { subroutine
1424 my $xz = $x->is_zero();
1792 if ($y->is_zero()) {
1853 if ($y -> is_zero()) {
1896 return $x->bnan(@r) if $x->is_zero() || $y->is_zero();
1940 return $x->bnan(@r) if $x->is_zero() || $y->is_zero();
2030 if ($y -> is_zero()) {
2095 if ($x->is_zero()) {
2243 if ($y -> is_zero()) {
2417 if ($x -> is_zero()) {
[all …]
/openbsd/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-class-methods.t67 &is_zero
H A Dcalling-instance-methods.t67 &is_zero
H A Dbigints.t47 # is_zero, _is_one, _one, _zero
H A Dupgrade.inc1476 &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/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/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/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/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/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/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dbigratpm.inc802 &is_zero
H A Dbigfltpm.inc1635 &is_zero
/openbsd/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/gnu/usr.bin/perl/lib/
H A Doverload.t1051 'bool' => sub { return !$_[0]->is_zero() || undef; }
1054 sub is_zero
/openbsd/gnu/usr.bin/perl/
H A Dtoke.c10298 bool is_zero= *s == '0' ? TRUE : FALSE; in S_scan_ident() local
10306 if (is_zero && d - digit_start > 1) in S_scan_ident()
10395 bool is_zero= *d == '0' ? TRUE : FALSE; in S_scan_ident() local
10403 if (is_zero && d - digit_start >= 1) /* d points at the last digit */ in S_scan_ident()