Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 25 of 7826) sorted by relevance

12345678910>>...314

/dports/math/blaze/blaze-3.8/blaze/math/shims/
H A DEqual.h78 constexpr bool equal( const T1& a, const T2& b ) in equal() function
104 inline bool equal( float a, float b ) in equal() function
137 inline bool equal( float a, double b ) in equal() function
164 inline bool equal( float a, long double b ) in equal() function
187 inline bool equal( double a, float b ) in equal() function
214 inline bool equal( double a, double b ) in equal() function
247 inline bool equal( double a, long double b ) in equal() function
274 inline bool equal( long double a, float b ) in equal() function
301 inline bool equal( long double a, double b ) in equal() function
358 inline bool equal( complex<T1> a, T2 b ) in equal() function
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DEqual.h72 BLAZE_ALWAYS_INLINE bool equal( const SIMDi8<T>& a, const SIMDi8<T>& b ) noexcept in equal() function
105 BLAZE_ALWAYS_INLINE bool equal( const SIMDci8<T>& a, const SIMDci8<T>& b ) noexcept in equal() function
181 BLAZE_ALWAYS_INLINE bool equal( const SIMDi16<T>& a, const SIMDi16<T>& b ) noexcept in equal() function
214 BLAZE_ALWAYS_INLINE bool equal( const SIMDci16<T>& a, const SIMDci16<T>& b ) noexcept in equal() function
291 BLAZE_ALWAYS_INLINE bool equal( const SIMDi32<T>& a, const SIMDi32<T>& b ) noexcept in equal() function
324 BLAZE_ALWAYS_INLINE bool equal( const SIMDci32<T>& a, const SIMDci32<T>& b ) noexcept in equal() function
402 BLAZE_ALWAYS_INLINE bool equal( const SIMDi64<T>& a, const SIMDi64<T>& b ) noexcept in equal() function
435 BLAZE_ALWAYS_INLINE bool equal( const SIMDci64<T>& a, const SIMDci64<T>& b ) noexcept in equal() function
/dports/science/tfel/tfel-3.4.0/include/TFEL/FSAlgorithm/
H A Dequal.hxx37 struct equal struct
56 bool exe(InputIterator p, InputIterator2 q) in exe()
77 bool exe(InputIterator p, InputIterator2 q, BinaryPredicate binary_pred) in exe()
91 struct equal<0u> struct
99 bool exe(InputIterator, InputIterator2) in exe()
110 bool exe(InputIterator, InputIterator2, BinaryPredicate) in exe()
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/FSAlgorithm/
H A Dequal.hxx37 struct equal struct
56 bool exe(InputIterator p, InputIterator2 q) in exe()
77 bool exe(InputIterator p, InputIterator2 q, BinaryPredicate binary_pred) in exe()
91 struct equal<0u> struct
99 bool exe(InputIterator, InputIterator2) in exe()
110 bool exe(InputIterator, InputIterator2, BinaryPredicate) in exe()
/dports/science/ALPSCore/ALPSCore-2.2.0/params/test/old/
H A Dcompare.cpp123 int equal=1; in TEST_F() local
150 double equal=1.25; in TEST_F() local
178 std::string equal="1.25"; in TEST_F() local
208 int equal=1; in TEST_F() local
235 double equal=1.25; in TEST_F() local
263 std::string equal="1.25"; in TEST_F() local
429 double equal=1.0; in TEST_F() local
456 int equal=1; in TEST_F() local
484 const char* equal="1.25"; in TEST_F() local
514 double equal=1.0; in TEST_F() local
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Format/
H A Dformat.cpp15 format_none_rep::equal (format fm) { in equal() function in format_none_rep
22 format_width_rep::equal (format fm) { in equal() function in format_width_rep
33 format_cell_rep::equal (format fm) { in equal() function in format_cell_rep
46 format_vstream_rep::equal (format fm) { in equal() function in format_vstream_rep
58 query_vstream_width_rep::equal (format fm) { in equal() function in query_vstream_width_rep
/dports/devel/boost-docs/boost_1_72_0/boost/safe_numerics/
H A Dsafe_compare.hpp109 struct equal { struct
111 constexpr static bool invoke(const T & t, const U & u){ in invoke()
118 struct equal<false, true> { struct
120 constexpr static bool invoke(const T & t, const U & u){ in invoke()
134 struct equal<true, false> { struct
136 constexpr static bool invoke(const T & t, const U & u){ in invoke()
155 constexpr equal(const T & lhs, const U & rhs) { in equal() function
167 constexpr equal(const T & lhs, const U & rhs) { in equal() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/safe_numerics/
H A Dsafe_compare.hpp109 struct equal { struct
111 constexpr static bool invoke(const T & t, const U & u){ in invoke()
118 struct equal<false, true> { struct
120 constexpr static bool invoke(const T & t, const U & u){ in invoke()
134 struct equal<true, false> { struct
136 constexpr static bool invoke(const T & t, const U & u){ in invoke()
155 constexpr equal(const T & lhs, const U & rhs) { in equal() function
167 constexpr equal(const T & lhs, const U & rhs) { in equal() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/safe_numerics/
H A Dsafe_compare.hpp109 struct equal { struct
111 constexpr static bool invoke(const T & t, const U & u){ in invoke()
118 struct equal<false, true> { struct
120 constexpr static bool invoke(const T & t, const U & u){ in invoke()
134 struct equal<true, false> { struct
136 constexpr static bool invoke(const T & t, const U & u){ in invoke()
155 constexpr equal(const T & lhs, const U & rhs) { in equal() function
167 constexpr equal(const T & lhs, const U & rhs) { in equal() function
/dports/devel/boost-libs/boost_1_72_0/boost/safe_numerics/
H A Dsafe_compare.hpp109 struct equal { struct
111 constexpr static bool invoke(const T & t, const U & u){ in invoke()
118 struct equal<false, true> { struct
120 constexpr static bool invoke(const T & t, const U & u){ in invoke()
134 struct equal<true, false> { struct
136 constexpr static bool invoke(const T & t, const U & u){ in invoke()
155 constexpr equal(const T & lhs, const U & rhs) { in equal() function
167 constexpr equal(const T & lhs, const U & rhs) { in equal() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/safe_numerics/
H A Dsafe_compare.hpp114 struct equal { struct
116 constexpr static bool invoke(const T & t, const U & u){ in invoke()
123 struct equal<false, true> { struct
125 constexpr static bool invoke(const T & t, const U & u){ in invoke()
139 struct equal<true, false> { struct
141 constexpr static bool invoke(const T & t, const U & u){ in invoke()
160 constexpr equal(const T & lhs, const U & rhs) { in equal() function
172 constexpr equal(const T & lhs, const U & rhs) { in equal() function
/dports/devel/hyperscan/boost_1_75_0/boost/safe_numerics/
H A Dsafe_compare.hpp109 struct equal { struct
111 constexpr static bool invoke(const T & t, const U & u){ in invoke()
118 struct equal<false, true> { struct
120 constexpr static bool invoke(const T & t, const U & u){ in invoke()
134 struct equal<true, false> { struct
136 constexpr static bool invoke(const T & t, const U & u){ in invoke()
155 constexpr equal(const T & lhs, const U & rhs) { in equal() function
167 constexpr equal(const T & lhs, const U & rhs) { in equal() function
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/OpenGL/
H A DStateChangeWrapper.cpp44 bool OpenGL3StateChangeWrapper::BlendFuncParams::equal(GLenum sFactor, GLenum dFactor) in equal() function in CEGUI::OpenGL3StateChangeWrapper::BlendFuncParams
46 bool equal = (d_sFactor == sFactor) && (d_dFactor == dFactor); in equal() local
68 …bool OpenGL3StateChangeWrapper::BlendFuncSeperateParams::equal(GLenum sfactorRGB, GLenum dfactorRG… in equal() function in CEGUI::OpenGL3StateChangeWrapper::BlendFuncSeperateParams
70 …bool equal = (d_sfactorRGB == sfactorRGB) && (d_dfactorRGB == dfactorRGB) && (d_sfactorAlpha == sf… in equal() local
93 … bool OpenGL3StateChangeWrapper::PortParams::equal(GLint x, GLint y, GLsizei width, GLsizei height) in equal() function in CEGUI::OpenGL3StateChangeWrapper::PortParams
95 bool equal = (d_x == x) && (d_y == y) && (d_width == width) && (d_height == height); in equal() local
116 bool OpenGL3StateChangeWrapper::BindBufferParams::equal(GLenum target, GLuint buffer) in equal() function in CEGUI::OpenGL3StateChangeWrapper::BindBufferParams
118 bool equal = (d_target == target) && (d_buffer == buffer); in equal() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSecurityOriginHash.h53 static bool equal(SecurityOrigin* a, SecurityOrigin* b) in equal() function
63 static bool equal(SecurityOrigin* a, const RefPtr<SecurityOrigin>& b) in equal() function
67 static bool equal(const RefPtr<SecurityOrigin>& a, SecurityOrigin* b) in equal() function
71 static bool equal(const RefPtr<SecurityOrigin>& a, const RefPtr<SecurityOrigin>& b) in equal() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/tir/
H A Dexpr.h61 bool SEqualReduce(const StringImmNode* other, SEqualReducer equal) const { in SEqualReduce()
95 bool SEqualReduce(const CastNode* other, SEqualReducer equal) const { in SEqualReduce()
136 bool SEqualReduce(const T* other, SEqualReducer equal) const { in SEqualReduce()
317 bool SEqualReduce(const T* other, SEqualReducer equal) const { in SEqualReduce()
440 bool SEqualReduce(const AndNode* other, SEqualReducer equal) const { in SEqualReduce()
478 bool SEqualReduce(const OrNode* other, SEqualReducer equal) const { in SEqualReduce()
513 bool SEqualReduce(const NotNode* other, SEqualReducer equal) const { in SEqualReduce()
713 bool SEqualReduce(const LoadNode* other, SEqualReducer equal) const { in SEqualReduce()
764 bool SEqualReduce(const RampNode* other, SEqualReducer equal) const { in SEqualReduce()
847 bool SEqualReduce(const LetNode* other, SEqualReducer equal) const { in SEqualReduce()
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
H A DtestImageWarp.cpp167 … bool equal = almostEqual(I_ref, I_affine, g_threshold_value, g_threshold_percentage, percentage); in SECTION() local
231 … bool equal = almostEqual(I_ref, I_affine, g_threshold_value, g_threshold_percentage, percentage); in SECTION() local
328 … bool equal = almostEqual(I_ref, I_affine, g_threshold_value, g_threshold_percentage, percentage); in SECTION() local
392 …bool equal = almostEqual(I_ref, I_affine, g_threshold_value, (i == 0) ? g_threshold_percentage : g… in SECTION() local
486 …bool equal = almostEqual(I_ref, I_perspective, g_threshold_value, g_threshold_percentage, percenta… variable
513 bool equal = almostEqual(I_ref, I_perspective, g_threshold_value, in SECTION() local
531 bool equal = almostEqual(I_ref_opencv, I_perspective, g_threshold_value, in SECTION() local
549 bool equal = almostEqual(I_ref_pil, I_perspective, g_threshold_value, in SECTION() local
613 bool equal = almostEqual(I_ref, I_perspective, g_threshold_value, in SECTION() local
631 bool equal = almostEqual(I_ref_opencv, I_perspective, g_threshold_value, in SECTION() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/text/
H A DStringHash.h44 static bool equal(const StringImpl* a, const StringImpl* b) in equal() function
84 static bool equal(const RefPtr<StringImpl>& a, const RefPtr<StringImpl>& b) in equal() function
90 static bool equal(const String& a, const String& b) in equal() function
120 static bool equal(const StringImpl* a, const StringImpl* b) in equal() function
137 static bool equal(const RefPtr<StringImpl>& a, const RefPtr<StringImpl>& b) in equal() function
150 static bool equal(const String& a, const String& b) in equal() function
154 static bool equal(const AtomicString& a, const AtomicString& b) in equal() function
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/support/
H A DDefinitionMetadataEqualsHashCodeTests.java33 RootBeanDefinition equal = new RootBeanDefinition(TestBean.class); in testRootBeanDefinitionEqualsAndHashCode() local
47 ChildBeanDefinition equal = new ChildBeanDefinition("foo"); in testChildBeanDefinitionEqualsAndHashCode() local
61 RuntimeBeanReference equal = new RuntimeBeanReference("name"); in testRuntimeBeanReference() local
90 private void assertEqualsContract(Object master, Object equal, Object notEqual, Object subclass) { in assertEqualsContract()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/test/
H A Dcppunitasserthelper.hxx31 static bool equal(const css::awt::Point& x, const css::awt::Point& y) { return x == y; } in equal() function
48 static bool equal(const css::awt::Size& x, const css::awt::Size& y) { return x == y; } in equal() function
65 static bool equal(const css::table::CellAddress& x, const css::table::CellAddress& y) in equal() function
85 static bool equal(const css::table::CellRangeAddress& x, const css::table::CellRangeAddress& y) in equal() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/test/
H A Dcppunitasserthelper.hxx31 static bool equal(const css::awt::Point& x, const css::awt::Point& y) { return x == y; } in equal() function
48 static bool equal(const css::awt::Size& x, const css::awt::Size& y) { return x == y; } in equal() function
65 static bool equal(const css::table::CellAddress& x, const css::table::CellAddress& y) in equal() function
85 static bool equal(const css::table::CellRangeAddress& x, const css::table::CellRangeAddress& y) in equal() function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/BitSet/
H A DMemoryLeak.java38 public class MemoryLeak { in equal()
42 //create 2 test bitsets in equal()
46 setOne.set(64); in equal()
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/
H A Dstringutils.h53 inline bool equal(const std::string& s1, const std::string& s2) in equal() function
64 inline bool equal(const char* s1, const char* s2) in equal() function
94 inline bool equal(const char* s1, const char* s2, size_t n) in equal() function
/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Doss.cpp53 #include "threads.h" in casecompare()
65 #ifndef SOUND_MIXER_WRITE in casecompare()
95 al::vector<DevMap> PlaybackDevices; in casecompare()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/test/property_test/
H A Dcrypto_ng_api.erl73 equal(_, _, correct_exception) -> true; function
74 equal(_, T, T) -> true; function
75 equal(F, Tp, Td) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/test/property_test/
H A Dcrypto_ng_api.erl73 equal(_, _, correct_exception) -> true; function
74 equal(_, T, T) -> true; function
75 equal(F, Tp, Td) -> function

12345678910>>...314