Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.cpp1144 bool is_zero = Bit32(opcode, 24) == 0; in EmulateCBZ() local
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDecp_nistz256.c189 static BN_ULONG is_zero(BN_ULONG in) in is_zero() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h603 struct is_zero { struct
612 inline is_zero m_Zero() { return is_zero(); } in m_Zero() argument
/freebsd-13-stable/contrib/googletest/googlemock/test/
HDgmock-matchers-arithmetic_test.cc936 const Matcher<int> is_zero = Eq(0); in TEST() local
HDgmock-matchers-comparisons_test.cc2126 const Matcher<const double&> is_zero = Eq(0); in TEST() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp3845 bool is_zero = myexponent == 0 && all_zero_significand; in initFromIEEEAPInt() local