Home
last modified time | relevance | path

Searched refs:diffc (Results 1 – 25 of 74) sorted by relevance

123

/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/src/
H A Dgpminkb.c199 if (diffc == 0) in main()
204 diffc->states->size); in main()
209 fsa_print(wfile, diffc, fsaname); in main()
214 diffc->states->size); in main()
218 fsa_clear(diffc); in main()
219 tfree(diffc); in main()
236 if (diffc == 0) in main()
241 diffc->states->size); in main()
251 diffc->states->size); in main()
254 fsa_clear(diffc); in main()
[all …]
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dyank.c239 int diffr = 0, diffc = 0 , ignorelock = 0; in paste_yanked_ents() local
248 diffc = curcol - yl->col; in paste_yanked_ents()
253 diffc = curcol - yl->col; in paste_yanked_ents()
263 diffc = yl->col; in paste_yanked_ents()
276 diffc = curcol - yl->col; in paste_yanked_ents()
288 int c = yll->col + diffc; in paste_yanked_ents()
290 … if (any_locked_cells(yll->row + diffr, yll->col + diffc, yll->row + diffr, yll->col + diffc)) { in paste_yanked_ents()
300 ents_that_depends_on_list(yl, diffr, diffc); in paste_yanked_ents()
319 … erase_area(yl->row + diffr, yl->col + diffc, yl->row + diffr, yl->col + diffc, ignorelock, 0); in paste_yanked_ents()
321 struct ent * destino = lookat(yl->row + diffr, yl->col + diffc); in paste_yanked_ents()
[all …]
/dports/devel/tlsh/tlsh-d842e75/Testing/
H A Dtest.bat58 set /p diffc=<out.res
63 set /p diffc=<out.res
75 set /p diffc=<out.res
97 set /p diffc=<out.res
102 set /p diffc=<out.res
124 set /p diffc=<out.res
144 set /p diffc=<out.res
233 set /p diffc=<out.res
246 set /p diffc=<out.res
275 set /p diffc=<out.res
[all …]
H A Dtest.sh131 diffc=`diff --ignore-all-space $TMP/example_data.out $EXPECTED_OUT | wc -l`
132 if test ! $diffc = 0
138 diffc=`diff --ignore-all-space $TMP/example_data.err $EXPECTED_ERR | wc -l`
139 if test ! $diffc = 0
152 diffc=`diff --ignore-all-space $TMP/example_data.json_out $EXPECTED_OUT | wc -l`
153 if test ! $diffc = 0
207 diffc=`diff --ignore-all-space $TMP/example_data.scores $EXPECTED_SCO | wc -l`
208 if test ! $diffc = 0
213 diffc=`diff --ignore-all-space $TMP/example_data.err2 $EXPECTED_ERR | wc -l`
214 if test ! $diffc = 0
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Convex_hull_3/dual/
H A DConvex_hull_traits_dual_2.h205 RT diffc = p.c() * q.d() - q.c() * p.d(); in operator() local
207 return CGAL::is_zero(diffa) && CGAL::is_zero(diffc); in operator()
237 RT diffc = q.d() * p.c() - p.d() * q.c(); in operator() local
261 RT diffc = q.d() * p.c() - p.d() * q.c(); in operator() local
264 if (CGAL::is_positive(diffc)) { in operator()
271 if (CGAL::is_negative(diffc)) { in operator()
367 RT diffc = p.c() * q.d() - q.c() * p.d(); in operator() local
399 RT diffc = q.d() * p.c() - p.d() * q.c(); in operator() local
423 RT diffc = q.d() * p.c() - p.d() * q.c(); in operator() local
426 if (CGAL::is_positive(diffc)) { in operator()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt4057-diff-combined-paths.sh10 git diff -c --name-only HEAD HEAD^ HEAD^2 >diffc.actual &&
11 test_cmp diffc.expect diffc.actual
/dports/devel/git-p4/git-2.34.1/t/
H A Dt4057-diff-combined-paths.sh13 git diff -c --name-only HEAD HEAD^ HEAD^2 >diffc.actual &&
14 test_cmp diffc.expect diffc.actual
/dports/devel/git-svn/git-2.34.1/t/
H A Dt4057-diff-combined-paths.sh13 git diff -c --name-only HEAD HEAD^ HEAD^2 >diffc.actual &&
14 test_cmp diffc.expect diffc.actual
/dports/devel/git/git-2.34.1/t/
H A Dt4057-diff-combined-paths.sh13 git diff -c --name-only HEAD HEAD^ HEAD^2 >diffc.actual &&
14 test_cmp diffc.expect diffc.actual
/dports/devel/git-gui/git-2.34.1/t/
H A Dt4057-diff-combined-paths.sh13 git diff -c --name-only HEAD HEAD^ HEAD^2 >diffc.actual &&
14 test_cmp diffc.expect diffc.actual
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt4057-diff-combined-paths.sh13 git diff -c --name-only HEAD HEAD^ HEAD^2 >diffc.actual &&
14 test_cmp diffc.expect diffc.actual
/dports/databases/grass7/grass-7.8.6/raster/r.sim/r.sim.sediment/
H A Dmain.c256 parm.diffc = G_define_option(); in main()
257 parm.diffc->key = "diffusion_coeff"; in main()
258 parm.diffc->type = TYPE_DOUBLE; in main()
259 parm.diffc->answer = DIFFC; in main()
260 parm.diffc->required = NO; in main()
261 parm.diffc->description = _("Water diffusion constant"); in main()
262 parm.diffc->guisection = _("Parameters"); in main()
389 sscanf(parm.diffc->answer, "%lf", &wp.frac); in main()
/dports/databases/grass7/grass-7.8.6/raster/r.sim/r.sim.water/
H A Dmain.c260 parm.diffc = G_define_option(); in main()
261 parm.diffc->key = "diffusion_coeff"; in main()
262 parm.diffc->type = TYPE_DOUBLE; in main()
263 parm.diffc->answer = DIFFC; in main()
264 parm.diffc->required = NO; in main()
265 parm.diffc->description = _("Water diffusion constant"); in main()
266 parm.diffc->guisection = _("Parameters"); in main()
392 sscanf(parm.diffc->answer, "%lf", &wp.frac); in main()
/dports/science/tinker/tinker/source/
H A Dflatten.f41 diffc = 1.0d0
71 read (string,*,err=10,end=10) diffc
H A Dwarp.f32 real*8 diffc
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sinfo/
H A Dsort.c300 int diffs, diffc, difft; in _sort_by_sct() local
307 diffc = _diff_uint32(sinfo1->min_cores, sinfo2->min_cores); in _sort_by_sct()
312 diffc = -diffc; in _sort_by_sct()
317 else if (diffc) in _sort_by_sct()
318 return diffc; in _sort_by_sct()
/dports/net-p2p/libswift/libswift-dc0cbcc/tests/
H A Dbinstest4.cpp50 bin_t::uint_t diffc = nextempty.layer_offset() - binoff.layer_offset(); in seqcomp() local
51 uint64_t diffb = diffc * chunk_size_; in seqcomp()
/dports/devel/ftnchek/ftnchek-3.3.1/test/Okay/
H A Dt208x.mak1 t208x.o: t208x.f adp.inc agg.inc char.inc cnd.inc coefs.inc diffc.inc \
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/squeue/
H A Dsort.c543 int diffs, diffc, difft; in _sort_job_by_num_sct() local
550 diffc = _diff_uint32(job1->cores_per_socket, job2->cores_per_socket); in _sort_job_by_num_sct()
555 diffc = -diffc; in _sort_job_by_num_sct()
560 else if (diffc) in _sort_job_by_num_sct()
561 return diffc; in _sort_job_by_num_sct()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/effects/gradients/
H A DSkLinearGradient.cpp566 const Sk4f diffc = c1 - c0;
569 return c0 + Sk4f(t) * diffc;
682 const Sk4f diffc = Sk4f(r[1].fColor) - c0;
685 const Sk4f c = c0 + Sk4f(t) * diffc;
686 const Sk4f dc = diffc * dx4 * Sk4f(scale);
/dports/databases/grass7/grass-7.8.6/raster/r.sim/simlib/
H A Dsimlib.h93 *density, *diffc, *hmax, *halpha, *hbeta, *wdepth, *detin, *tranin, member
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dpowell.F30 dx, vquad, diff, diffc, diffb, fsave, detrat, hdiag, & component
241 diffb, diffc, distsq, dnorm, dsq, dstep, dx, f, fbeg, fopt, fsave, & local
305 diffc = 0._dp
479 IF (temp <= MAX(diffa, diffb, diffc)) GOTO 460
683 diffc = diffb
941 opt%diffc = diffc
992 diffc = opt%diffc
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dpowell.F30 dx, vquad, diff, diffc, diffb, fsave, detrat, hdiag, & component
241 diffb, diffc, distsq, dnorm, dsq, dstep, dx, f, fbeg, fopt, fsave, & local
305 diffc = 0._dp
479 IF (temp <= MAX(diffa, diffb, diffc)) GOTO 460
683 diffc = diffb
941 opt%diffc = diffc
992 diffc = opt%diffc
/dports/graphics/opengv/opengv-91f4b19/src/absolute_pose/modules/
H A Dmain.cpp658 Eigen::Vector3d diffc; in operator ()() local
666 diffc = ccam[i]-ccam[j]; in operator ()()
667 fvec[index++] = diffw.dot(diffw)-diffc.dot(diffc); in operator ()()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DTransforms.cc85 float diffc = max[c] - minc; in normalize() local
86 float invdiffc = fabs(diffc) > 1e-30? 1./diffc : 1e30; in normalize()

123