Searched defs:is_zero (Results 1 – 9 of 9) sorted by relevance
1144 bool is_zero = Bit32(opcode, 24) == 0; in EmulateCBZ() local
48 is_zero(const char *buf, uint64_t size) in is_zero() function
867 limb is_zero, is_p; in felem_is_zero() local
195 static BN_ULONG is_zero(BN_ULONG in) in is_zero() function
940 u64 is_zero = small[0] | small[1] | small[2] | small[3]; in smallfelem_is_zero() local
603 struct is_zero { struct612 inline is_zero m_Zero() { return is_zero(); } in m_Zero() argument
936 const Matcher<int> is_zero = Eq(0); in TEST() local
2126 const Matcher<const double&> is_zero = Eq(0); in TEST() local
3845 bool is_zero = myexponent == 0 && all_zero_significand; in initFromIEEEAPInt() local