Searched defs:is_zero (Results 1 – 6 of 6) sorted by relevance
1144 bool is_zero = Bit32(opcode, 24) == 0; in EmulateCBZ() local
189 static BN_ULONG is_zero(BN_ULONG in) in is_zero() function
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