Home
last modified time | relevance | path

Searched refs:is_equal (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h46 …_LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_… in is_equal() function
58 return &__lhs == &__rhs || __lhs.is_equal(__rhs);
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Decp_nistz256.c203 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function
400 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2)) { in ecp_nistz256_point_add()
808 is_equal(bn_get_words(generator->X), def_xG) && in ecp_nistz256_is_affine_G()
809 is_equal(bn_get_words(generator->Y), def_yG) && in ecp_nistz256_is_affine_G()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h51 bool is_equal(const KMPAffinity::Mask *rhs) const override { in is_equal() function
383 bool is_equal(const KMPAffinity::Mask *rhs) const override { in is_equal() function
598 bool is_equal(const KMPAffinity::Mask *rhs) const override { in is_equal() function
H A Dkmp.h712 #define KMP_CPU_EQUAL(dest, src) (dest)->is_equal(src)
760 virtual bool is_equal(const Mask *rhs) const { return false; } in is_equal() function
/freebsd-14.2/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S3849 orr r11,r11,r6 @ ~is_equal(U1,U2)
3853 ldr r14,[sp,#32*18+12] @ ~is_equal(S1,S2)
3860 @ if(~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))