Home
last modified time | relevance | path

Searched refs:is_equal (Results 1 – 6 of 6) 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_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/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))