Home
last modified time | relevance | path

Searched +refs:ct +refs:diff (Results 176 – 200 of 2081) sorted by relevance

12345678910>>...84

/dports/www/larbin/larbin-2.6.3/src/utils/
H A Dtext.cc81 int diff = lb-la; in endWithIgnoreCase() local
83 if (amin[i] != (b[diff+i] | 32)) { in endWithIgnoreCase()
200 bool matchContentType (char *ct) { in matchContentType() argument
203 if (startWithIgnoreCase(contentTypes[i], ct)) in matchContentType()
213 bool matchContentType (char *ct) { assert(false); return true; } in matchContentType() argument
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ss/
H A DMakefile.in89 ss_err.et std_rqs.ct Makefile \
94 std_rqs.c: std_rqs.ct mk_cmds
96 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/std_rqs.ct
100 test_cmd.c: test_cmd.ct mk_cmds
108 ct.tab.c ct.tab.h: ct.y
109 $(RM) -f ct.tab.* y.*
110 $(YACC) -d $(srcdir)/ct.y
111 $(MV) -f y.tab.c ct.tab.c
112 $(MV) -f y.tab.h ct.tab.h
170 $(Q) if diff test_out $(srcdir)/test_script_expected > test.diff; then \
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ss/
H A DMakefile.in89 ss_err.et std_rqs.ct Makefile \
94 std_rqs.c: std_rqs.ct mk_cmds
96 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/std_rqs.ct
100 test_cmd.c: test_cmd.ct mk_cmds
108 ct.tab.c ct.tab.h: ct.y
109 $(RM) -f ct.tab.* y.*
110 $(YACC) -d $(srcdir)/ct.y
111 $(MV) -f y.tab.c ct.tab.c
112 $(MV) -f y.tab.h ct.tab.h
170 $(Q) if diff test_out $(srcdir)/test_script_expected > test.diff; then \
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ss/
H A DMakefile.in89 ss_err.et std_rqs.ct Makefile \
94 std_rqs.c: std_rqs.ct mk_cmds
96 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/std_rqs.ct
100 test_cmd.c: test_cmd.ct mk_cmds
108 ct.tab.c ct.tab.h: ct.y
109 $(RM) -f ct.tab.* y.*
110 $(YACC) -d $(srcdir)/ct.y
111 $(MV) -f y.tab.c ct.tab.c
112 $(MV) -f y.tab.h ct.tab.h
170 $(Q) if diff test_out $(srcdir)/test_script_expected > test.diff; then \
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/utility/
H A Drosen_34.hpp336 static Scalar ct[4] = {
450 Eg[i] = ftmp[i] + ct[k] * f_t[i] * h;
468 Eg[i] = ftmp[i] + ct[3] * f_t[i] * h;
482 Scalar diff = x4[i] - x3[i];
483 if( diff < zero )
484 e[i] -= diff;
486 e[i] += diff;
/dports/math/SCIP/scip-7.0.3/src/cppad/utility/
H A Drosen_34.hpp337 static Scalar ct[4] = {
451 Eg[i] = ftmp[i] + ct[k] * f_t[i] * h;
469 Eg[i] = ftmp[i] + ct[3] * f_t[i] * h;
483 Scalar diff = x4[i] - x3[i];
484 if( diff < zero )
485 e[i] -= diff;
486 else e[i] += diff;
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/widgets/
H A DPitchDragLabel.cpp99 int diff = y - m_clickedY; in metadata_thp_madvise()
100 int pitchDiff = diff * 4 / m_npf->getLineSpacing(); in metadata_thp_madvise()
230 …NotePixmapFactory::ColourType ct = (ThornStyle::isEnabled() ? NotePixmapFactory::PlainColourLight : in metadata_thp_madvise()
234 (m_pitch, Clef(clefType, octaveOffset), octave, step, ct); in metadata_thp_madvise()
256 …NotePixmapFactory::ColourType ct = (ThornStyle::isEnabled() ? NotePixmapFactory::PlainColourLight : in metadata_thp_madvise()
260 (m_pitch, Clef(clefType, octaveOffset), m_usingSharps, ct); in metadata_thp_madvise()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dip_vs.h729 struct ip_vs_conn *ct);
1322 if (ct && !(ct->state & IP_VS_CTPL_S_ASSURED) && in ip_vs_control_assure_ct()
1575 __be32 diff[2] = { ~old, new }; in ip_vs_check_diff4() local
1577 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff4()
1587 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff16()
1593 __be16 diff[2] = { ~old, new }; in ip_vs_check_diff2() local
1595 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff2()
1605 if (ct) { in ip_vs_notrack()
1661 struct nf_conn *ct; in ip_vs_conn_uses_old_conntrack() local
1663 ct = nf_ct_get(skb, &ctinfo); in ip_vs_conn_uses_old_conntrack()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dip_vs.h729 struct ip_vs_conn *ct);
1322 if (ct && !(ct->state & IP_VS_CTPL_S_ASSURED) && in ip_vs_control_assure_ct()
1575 __be32 diff[2] = { ~old, new }; in ip_vs_check_diff4() local
1577 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff4()
1587 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff16()
1593 __be16 diff[2] = { ~old, new }; in ip_vs_check_diff2() local
1595 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff2()
1605 if (ct) { in ip_vs_notrack()
1661 struct nf_conn *ct; in ip_vs_conn_uses_old_conntrack() local
1663 ct = nf_ct_get(skb, &ctinfo); in ip_vs_conn_uses_old_conntrack()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dip_vs.h729 struct ip_vs_conn *ct);
1322 if (ct && !(ct->state & IP_VS_CTPL_S_ASSURED) && in ip_vs_control_assure_ct()
1575 __be32 diff[2] = { ~old, new }; in ip_vs_check_diff4() local
1577 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff4()
1587 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff16()
1593 __be16 diff[2] = { ~old, new }; in ip_vs_check_diff2() local
1595 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff2()
1605 if (ct) { in ip_vs_notrack()
1661 struct nf_conn *ct; in ip_vs_conn_uses_old_conntrack() local
1663 ct = nf_ct_get(skb, &ctinfo); in ip_vs_conn_uses_old_conntrack()
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_encodemv.c148 static int update_mv(VpxWriter *w, const unsigned int ct[2], vpx_prob *cur_p, in update_mv()
150 const vpx_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; in update_mv()
152 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
153 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + in update_mv()
219 const MV diff = { mv->row - ref->row, mv->col - ref->col }; in eb_vp9_encode_mv() local
220 const MV_JOINT_TYPE j = vp9_get_mv_joint(&diff); in eb_vp9_encode_mv()
225 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in eb_vp9_encode_mv()
228 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in eb_vp9_encode_mv()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_encodemv.c148 static int update_mv(VpxWriter *w, const unsigned int ct[2], vpx_prob *cur_p, in update_mv()
150 const vpx_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; in update_mv()
152 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
153 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + in update_mv()
219 const MV diff = { mv->row - ref->row, mv->col - ref->col }; in eb_vp9_encode_mv() local
220 const MV_JOINT_TYPE j = vp9_get_mv_joint(&diff); in eb_vp9_encode_mv()
225 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in eb_vp9_encode_mv()
228 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in eb_vp9_encode_mv()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DRationalizeRinexNav.cpp202 if (diff!=0) in rationalize()
294 if (diff!=0) in rationalize()
336 if (diff==7200.0) in rationalize()
348 if (diff!=0) in rationalize()
543 const CommonTime& ct = citLog2->first; in outputActionLog() local
595 void RationalizeRinexNav::addLog(const SatID& sidr, const CommonTime& ct, const string& s) in addLog() argument
600 it = ldl.find(ct); in addLog()
602 ldl[ct] = s; in addLog()
627 if (diff<-HALFWEEK) in formXmitTime()
693 diffList.push_back(diff); in removeMisTaggedDataSets()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dggc-common.c102 if (ct) in ggc_register_cache_tab()
103 extra_cache_vec.safe_push (ct); in ggc_register_cache_tab()
143 const struct ggc_cache_tab *const *ct; in ggc_mark_roots() local
162 for (ct = gt_ggc_cache_rtab; *ct; ct++) in ggc_mark_roots()
163 ggc_scan_cache_tab (*ct); in ggc_mark_roots()
1070 long diff; in final_cmp_statistic() local
1073 return diff > 0 ? 1 : diff < 0 ? -1 : 0; in final_cmp_statistic()
1084 long diff; in cmp_statistic() local
1088 if (diff) in cmp_statistic()
1089 return diff > 0 ? 1 : diff < 0 ? -1 : 0; in cmp_statistic()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dggc-common.c106 if (ct) in ggc_register_cache_tab()
107 extra_cache_vec.safe_push (ct); in ggc_register_cache_tab()
147 const struct ggc_cache_tab *const *ct; in ggc_mark_roots() local
166 for (ct = gt_ggc_cache_rtab; *ct; ct++) in ggc_mark_roots()
167 ggc_scan_cache_tab (*ct); in ggc_mark_roots()
1059 long diff; in final_cmp_statistic() local
1062 return diff > 0 ? 1 : diff < 0 ? -1 : 0; in final_cmp_statistic()
1073 long diff; in cmp_statistic() local
1077 if (diff) in cmp_statistic()
1078 return diff > 0 ? 1 : diff < 0 ? -1 : 0; in cmp_statistic()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dggc-common.c106 if (ct) in ggc_register_cache_tab()
107 extra_cache_vec.safe_push (ct); in ggc_register_cache_tab()
147 const struct ggc_cache_tab *const *ct; in ggc_mark_roots() local
166 for (ct = gt_ggc_cache_rtab; *ct; ct++) in ggc_mark_roots()
167 ggc_scan_cache_tab (*ct); in ggc_mark_roots()
1059 long diff; in final_cmp_statistic() local
1062 return diff > 0 ? 1 : diff < 0 ? -1 : 0; in final_cmp_statistic()
1073 long diff; in cmp_statistic() local
1077 if (diff) in cmp_statistic()
1078 return diff > 0 ? 1 : diff < 0 ? -1 : 0; in cmp_statistic()
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/
H A Dtest_rattle.py18 ct = 0
38 distances[ct] = d
39 ct += 1
41 assert (np.diff(distances) < 1e-6).all()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/test/
H A Demacs_SUITE.erl79 ct:log("Emacs ~p",[EmacsIntBifs]),
80 ct:log("Int ~p",[Compare]),
82 ct:log("Diff1 ~p",[Compare -- EmacsIntBifs]),
83 ct:log("Diff2 ~p",[EmacsIntBifs -- Compare]),
167 Res = [diff(Orig, File) || {Orig, File} <- Fs],
182 diff(Orig, File) -> function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/cheri-common/
H A Dop_helper_cheri_common.c413 uint32_t ct)) in CHERI_HELPER_IMPL() argument
460 uint32_t ct)) in CHERI_HELPER_IMPL() argument
528 uint32_t ct)) in CHERI_HELPER_IMPL() argument
537 uint32_t ct)) in CHERI_HELPER_IMPL() argument
546 uint32_t ct)) in CHERI_HELPER_IMPL() argument
678 target_ulong diff = target_addr - cursor; local
679 cincoffset_impl(env, cd, cb, diff, GETPC(), OOB_INFO(candaddr));
686 target_ulong diff = target_addr - cursor; local
687 cincoffset_impl(env, cd, cb, diff, GETPC(), OOB_INFO(csetaddr));
694 target_ulong diff = target_offset - offset; local
[all …]
/dports/x11/radare-cutter/r2cutter-0.1.1/scripts/
H A Ddeploy_docs.sh5 cutter_timestamp=$(git show -s --format=%ct)
20 docs_timestamp=$(git show -s --format=%ct)
27 git diff --cached --quiet && echo "No changes." && exit 0
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/tests/
H A Dtest_deterministic.py70 if type(index) is NumericIndex and np.any(np.diff(index) != 1):
94 if type(index) is NumericIndex and np.any(np.diff(index) != 1):
114 if type(index) is NumericIndex and np.any(np.diff(index) != 1):
129 ct.in_sample(time_index)
132 str(ct)
133 hash(ct)
177 ct.in_sample(index)
183 assert ct != ct2
184 str(ct)
240 if type(index) is NumericIndex and np.any(np.diff(index) != 1):
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/strategies/
H A Dvincenty.cpp60 T diff = bg::math::abs(difference_deg(a1, a2)); in check_deg() local
64 if ( diff > error ) in check_deg()
66 …BOOST_ERROR(name << " - the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} … in check_deg()
73 if ( diff > greater * percent / T(100) ) in check_deg()
75 …BOOST_ERROR(name << " the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} ex… in check_deg()
102 typedef typename bg::coordinate_type<P>::type ct; in non_precise_ct() typedef
103 return boost::is_integral<ct>::value || boost::is_float<ct>::value; in non_precise_ct()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/strategies/
H A Dvincenty.cpp60 T diff = bg::math::abs(difference_deg(a1, a2)); in check_deg() local
64 if ( diff > error ) in check_deg()
66 …BOOST_ERROR(name << " - the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} … in check_deg()
73 if ( diff > greater * percent / T(100) ) in check_deg()
75 …BOOST_ERROR(name << " the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} ex… in check_deg()
102 typedef typename bg::coordinate_type<P>::type ct; in non_precise_ct() typedef
103 return boost::is_integral<ct>::value || boost::is_float<ct>::value; in non_precise_ct()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/strategies/
H A Dvincenty.cpp60 T diff = bg::math::abs(difference_deg(a1, a2)); in check_deg() local
64 if ( diff > error ) in check_deg()
66 …BOOST_ERROR(name << " - the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} … in check_deg()
73 if ( diff > greater * percent / T(100) ) in check_deg()
75 …BOOST_ERROR(name << " the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} ex… in check_deg()
102 typedef typename bg::coordinate_type<P>::type ct; in non_precise_ct() typedef
103 return boost::is_integral<ct>::value || boost::is_float<ct>::value; in non_precise_ct()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/strategies/
H A Dvincenty.cpp60 T diff = bg::math::abs(difference_deg(a1, a2)); in check_deg() local
64 if ( diff > error ) in check_deg()
66 …BOOST_ERROR(name << " - the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} … in check_deg()
73 if ( diff > greater * percent / T(100) ) in check_deg()
75 …BOOST_ERROR(name << " the difference {" << diff << "} between {" << a1 << "} and {" << a2 << "} ex… in check_deg()
102 typedef typename bg::coordinate_type<P>::type ct; in non_precise_ct() typedef
103 return boost::is_integral<ct>::value || boost::is_float<ct>::value; in non_precise_ct()

12345678910>>...84