Searched refs:is_zero (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dhvunits.h28 int is_zero();
57 int is_zero();
93 inline int vunits::is_zero() function in class:vunits
202 inline int hunits::is_zero() function in class:hunits
H A Dnumber.cpp609 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor);
615 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor*100);
622 *v = scale(*v, en.is_zero() ? hresolution : en.to_units(), divisor);
H A Denv.cpp1794 if (!saved_indent.is_zero())
2059 / (em.is_zero() ? hresolution : em.to_units());
2069 assert(desired_space.is_zero() && nspaces == 0);
H A Dnode.cpp2612 if (ic.is_zero())
3465 if (!n.is_zero())
5356 if (!lic.is_zero()) {
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c939 u64 is_zero = small[0] | small[1] | small[2] | small[3]; local
940 is_zero--;
941 is_zero &= is_zero << 32;
942 is_zero &= is_zero << 16;
943 is_zero &= is_zero << 8;
944 is_zero &= is_zero <<
[all...]
H A Decp_nistp521.c800 limb is_zero, is_p; local
830 is_zero = 0;
831 is_zero |= ftmp[0];
832 is_zero |= ftmp[1];
833 is_zero |= ftmp[2];
834 is_zero |= ftmp[3];
835 is_zero |= ftmp[4];
836 is_zero |= ftmp[5];
837 is_zero |= ftmp[6];
838 is_zero |
[all...]
H A Decp_nistz256.c197 static BN_ULONG is_zero(BN_ULONG in) function
222 return is_zero(res);
244 res = is_zero(res);
354 in1infty = is_zero(in1infty);
355 in2infty = is_zero(in2infty);
457 in1infty = is_zero(in1infty);
458 in2infty = is_zero(in2infty);
1307 infty = 0 - is_zero(infty);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1140 bool is_zero = Bit32(opcode, 24) == 0; local
1148 if (m_ignore_conditions || ((operand == 0) == is_zero)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h418 struct is_zero { struct in namespace:llvm::PatternMatch
426 inline is_zero m_Zero() {
427 return is_zero();

Completed in 285 milliseconds