Home
last modified time | relevance | path

Searched defs:compare_t (Results 1 – 25 of 34) sorted by relevance

12

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/
H A Dcompare.hpp29 struct compare_t { struct
30 struct driver_check_func_args_t {
46 void set_threshold(float trh) { trh_ = trh; } in set_threshold()
47 void set_zero_trust_percent(float ztp) { zero_trust_percent_ = ztp; } in set_zero_trust_percent()
48 void set_data_kind(data_kind_t dk) { kind_ = dk; } in set_data_kind()
56 using driver_check_func_t
58 void set_driver_check_function(const driver_check_func_t &dcf) { in set_driver_check_function()
68 float trh_ = 0.f;
70 float zero_trust_percent_ = 30.f;
72 data_kind_t kind_ = DAT_TOTAL;
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/utils/
H A Dcompare.hpp29 struct compare_t { struct
30 struct driver_check_func_args_t {
46 void set_threshold(float trh) { trh_ = trh; } in set_threshold()
47 void set_zero_trust_percent(float ztp) { zero_trust_percent_ = ztp; } in set_zero_trust_percent()
48 void set_data_kind(data_kind_t dk) { kind_ = dk; } in set_data_kind()
56 using driver_check_func_t
58 void set_driver_check_function(const driver_check_func_t &dcf) { in set_driver_check_function()
68 float trh_ = 0.f;
70 float zero_trust_percent_ = 30.f;
72 data_kind_t kind_ = DAT_TOTAL;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/sort/test/
H A Dtest_flat_stable_sort.cpp40 typedef std::less< xk > compare_t; in test1() typedef
69 typedef std::less< uint64_t > compare_t; in test2() typedef
114 typedef std::less<xk> compare_t; in test3() typedef
H A Dtest_spinsort.cpp47 typedef std::less< xk > compare_t; in test1() typedef
76 typedef std::less< uint64_t > compare_t; in test2() typedef
153 typedef std::less<xk> compare_t; in test4() typedef
/dports/devel/boost-libs/boost_1_72_0/libs/sort/test/
H A Dtest_flat_stable_sort.cpp40 typedef std::less< xk > compare_t; in test1() typedef
69 typedef std::less< uint64_t > compare_t; in test2() typedef
114 typedef std::less<xk> compare_t; in test3() typedef
H A Dtest_spinsort.cpp47 typedef std::less< xk > compare_t; in test1() typedef
76 typedef std::less< uint64_t > compare_t; in test2() typedef
153 typedef std::less<xk> compare_t; in test4() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/sort/test/
H A Dtest_flat_stable_sort.cpp40 typedef std::less< xk > compare_t; in test1() typedef
69 typedef std::less< uint64_t > compare_t; in test2() typedef
114 typedef std::less<xk> compare_t; in test3() typedef
H A Dtest_spinsort.cpp47 typedef std::less< xk > compare_t; in test1() typedef
76 typedef std::less< uint64_t > compare_t; in test2() typedef
153 typedef std::less<xk> compare_t; in test4() typedef
/dports/devel/hyperscan/boost_1_75_0/libs/sort/test/
H A Dtest_flat_stable_sort.cpp40 typedef std::less< xk > compare_t; in test1() typedef
69 typedef std::less< uint64_t > compare_t; in test2() typedef
114 typedef std::less<xk> compare_t; in test3() typedef
H A Dtest_spinsort.cpp47 typedef std::less< xk > compare_t; in test1() typedef
76 typedef std::less< uint64_t > compare_t; in test2() typedef
153 typedef std::less<xk> compare_t; in test4() typedef
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dhash.h29 struct compare_t struct
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr91579.c5 typedef int (*compare_t)(const void *, const void *); typedef
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr91579.c5 typedef int (*compare_t)(const void *, const void *); typedef
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr91579.c5 typedef int (*compare_t)(const void *, const void *); typedef
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr91579.c5 typedef int (*compare_t)(const void *, const void *); typedef
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr91579.c5 typedef int (*compare_t)(const void *, const void *); typedef
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Ddmalloc_tab_loc.h42 typedef int (*compare_t)(const void *element1_p, const void *element2_p); typedef
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr91579.c5 typedef int (*compare_t)(const void *, const void *); typedef
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr91579.c5 typedef int (*compare_t)(const void *, const void *); typedef
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/c/
H A Dstdlib.h26 typedef CALLBACK short(*compare_t)(const void*elem1,const void*elem2); typedef
/dports/devel/kdevelop/kdevelop-21.12.3/3rdparty/timsort/
H A Dtimsort.hpp722 typedef detail::projection_compare<Compare, Projection> compare_t; in timmerge() typedef
755 typedef detail::projection_compare<Compare, Projection> compare_t; in timsort() typedef
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_priority_queue.cpp188 bool operator==(tbb::concurrent_priority_queue<element_type, compare_t, allocator_t> const& lhs, tb… in operator ==() argument
194 bool operator==(tbb::concurrent_priority_queue<element_type, compare_t, allocator_t> const& lhs, ra… in operator ==() argument
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_priority_queue.cpp188 bool operator==(tbb::concurrent_priority_queue<element_type, compare_t, allocator_t> const& lhs, tb… in operator ==() argument
194 bool operator==(tbb::concurrent_priority_queue<element_type, compare_t, allocator_t> const& lhs, ra… in operator ==() argument
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_priority_queue.cpp188 bool operator==(tbb::concurrent_priority_queue<element_type, compare_t, allocator_t> const& lhs, tb… in operator ==() argument
194 bool operator==(tbb::concurrent_priority_queue<element_type, compare_t, allocator_t> const& lhs, ra… in operator ==() argument
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/sieve/
H A Dcomparator.c63 typedef int (*compare_t)(const void *, size_t, const void *); typedef

12