Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h44 …_LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_… in is_equal() function
56 return &__lhs == &__rhs || __lhs.is_equal(__rhs);
/freebsd/crypto/openssl/crypto/ec/
H A Decp_sm2p256.c100 static ossl_inline int is_equal(const BN_ULONG *a, const BN_ULONG *b) in is_equal() function
126 #define is_one(a) is_equal(a, ONE)
129 is_equal(a->X, b->X) && is_equal(a->Y, b->Y) && is_equal(a->Z, b->Z)
441 && is_equal(bn_get_words(generator->X), def_xG) in ecp_sm2p256_is_affine_G()
442 && is_equal(bn_get_words(generator->Y), def_yG) in ecp_sm2p256_is_affine_G()
583 r->Z_is_one = is_equal(bn_get_words(r->Z), ONE) & 1; in ecp_sm2p256_points_mul()
H A Decp_nistz256.c194 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function
391 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2)) { in ecp_nistz256_point_add()
792 … && (bn_get_top(generator->Y) == P256_LIMBS) && is_equal(bn_get_words(generator->X), def_xG) && is… in ecp_nistz256_is_affine_G()
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h51 bool is_equal(const KMPAffinity::Mask *rhs) const override { in is_equal() function
389 bool is_equal(const KMPAffinity::Mask *rhs) const override { in is_equal() function
605 bool is_equal(const KMPAffinity::Mask *rhs) const override { in is_equal() function
H A Dkmp.h722 #define KMP_CPU_EQUAL(dest, src) (dest)->is_equal(src)
770 virtual bool is_equal(const Mask *rhs) const { return false; } in is_equal() function
/freebsd/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))