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