Home
last modified time | relevance | path

Searched refs:dsearch (Results 1 – 25 of 126) sorted by relevance

123456

/dports/math/scilab/scilab-6.1.1/scilab/modules/overloading/tests/nonreg_tests/
H A Dbug_6305.dia.ref14 // dsearch does not work with integers, hypermatrices and strings
24 [ind, occ, info] = dsearch(I_int8, int8([3 4 7 10]),"d");
28 [ind, occ, info] = dsearch(I_int8, int8([3 4 7 10]), "c");
32 [ind, occ, info] = dsearch(I_int8, int8([3 4 7 10]));
37 [ind, occ, info] = dsearch(["K", "M", "a", "g", "E", "b", "I"], ["E", "K", "O", "T"], "c");
41 [ind, occ, info] = dsearch(["K", "M", "a", "g", "E", "b", "I"], ["E", "K", "O", "T"], "d");
45 [ind, occ, info] = dsearch(["K", "M", "a", "g", "E", "b", "I"], ["E", "K", "O", "T"]);
54 [ind, occ, info] = dsearch(I_hm, [3 4 7 10], "d");
58 [ind, occ, info] = dsearch(I_hm, [3 4 7 10], "c");
62 [ind, occ, info] = dsearch(I_hm, [3 4 7 10]);
H A Dbug_6305.tst16 // dsearch does not work with integers, hypermatrices and strings
28 [ind, occ, info] = dsearch(I_int8, int8([3 4 7 10]),"d");
32 [ind, occ, info] = dsearch(I_int8, int8([3 4 7 10]), "c");
36 [ind, occ, info] = dsearch(I_int8, int8([3 4 7 10]));
42 [ind, occ, info] = dsearch(["K", "M", "a", "g", "E", "b", "I"], ["E", "K", "O", "T"], "c");
47 [ind, occ, info] = dsearch(["K", "M", "a", "g", "E", "b", "I"], ["E", "K", "O", "T"], "d");
52 [ind, occ, info] = dsearch(["K", "M", "a", "g", "E", "b", "I"], ["E", "K", "O", "T"]);
62 [ind, occ, info] = dsearch(I_hm, [3 4 7 10], "d");
66 [ind, occ, info] = dsearch(I_hm, [3 4 7 10], "c");
70 [ind, occ, info] = dsearch(I_hm, [3 4 7 10]);
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/nonreg_tests/
H A Dbug_12783.dia.ref16 // There are some inconsistent error messages in dsearch
17 assert_checktrue(execstr("dsearch(int8([ 1 5 7]), [3 4 7 10], ""d"")", "errcatch")==0);
18 assert_checktrue(execstr("dsearch([1 5 7], int8([3 4 7 10]), ""d"")", "errcatch")==0);
23 assert_checktrue(execstr("[ind, occ] = dsearch(X, s);", "errcatch")==0);
H A Dbug_12783.tst16 // There are some inconsistent error messages in dsearch
18 assert_checktrue(execstr("dsearch(int8([ 1 5 7]), [3 4 7 10], ""d"")", "errcatch")==0);
20 assert_checktrue(execstr("dsearch([1 5 7], int8([3 4 7 10]), ""d"")", "errcatch")==0);
26 assert_checktrue(execstr("[ind, occ] = dsearch(X, s);", "errcatch")==0);
/dports/math/octave/octave-6.4.0/scripts/geometry/
H A Ddsearch.m27 ## @deftypefn {} {@var{idx} =} dsearch (@var{x}, @var{y}, @var{tri}, @var{xi}, @var{yi})
28 ## @deftypefnx {} {@var{idx} =} dsearch (@var{x}, @var{y}, @var{tri}, @var{xi}, @var{yi}, @var{s})
36 function idx = dsearch (x, y, tri, xi, yi, s) function
51 %!assert (dsearch (x,y,tri,1,1/3), 3)
52 %!assert (dsearch (x,y,tri,1/3,1), 2)
H A Dmodule.mk7 %reldir%/dsearch.m \
/dports/mail/exim-sa-exim/exim-4.95/src/lookups/
H A DMakefile34 dsearch.o: $(HDRS) dsearch.c
56 dsearch.so: $(HDRS) dsearch.c
/dports/mail/exim/exim-4.95/src/lookups/
H A DMakefile34 dsearch.o: $(HDRS) dsearch.c
56 dsearch.so: $(HDRS) dsearch.c
/dports/mail/exim-ldap2/exim-4.95/src/lookups/
H A DMakefile34 dsearch.o: $(HDRS) dsearch.c
56 dsearch.so: $(HDRS) dsearch.c
/dports/mail/exim-monitor/exim-4.95/src/lookups/
H A DMakefile34 dsearch.o: $(HDRS) dsearch.c
56 dsearch.so: $(HDRS) dsearch.c
/dports/mail/exim-mysql/exim-4.95/src/lookups/
H A DMakefile34 dsearch.o: $(HDRS) dsearch.c
56 dsearch.so: $(HDRS) dsearch.c
/dports/mail/exim-sqlite/exim-4.95/src/lookups/
H A DMakefile34 dsearch.o: $(HDRS) dsearch.c
56 dsearch.so: $(HDRS) dsearch.c
/dports/mail/exim-postgresql/exim-4.95/src/lookups/
H A DMakefile34 dsearch.o: $(HDRS) dsearch.c
56 dsearch.so: $(HDRS) dsearch.c
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/
H A Dextract_implicit.sci35 if or(dsearch(ccmat(:,1),imp,"d")<>0) then
40 if or(dsearch(ccmat(:,3),imp,"d")<>0) then
46 indfrom=dsearch(cmat(:,1),imp,"d")
47 indto=dsearch(cmat(:,4),imp,"d")
H A Dc_pass1.sci162 fromM=find(dsearch(cmat(:,1),imp,"d")>0);
165 toM=find(dsearch(cmat(:,3),imp,"d")>0);
215 if or(dsearch(ccmat(:,[1 3]),imp,"d")>0) then
471 ind = find(dsearch(Ts(:,4),gsort(v,"g","i"),"d")<>0);
/dports/archivers/dpkg/dpkg-1.19.7/src/
H A Dunpack.c203 struct dependency *dsearch; in pkg_check_depcon() local
213 for (dsearch = pkg->available.depends; dsearch; dsearch = dsearch->next) { in pkg_check_depcon()
214 switch (dsearch->type) { in pkg_check_depcon()
217 check_conflict(dsearch, pkg, pfilename); in pkg_check_depcon()
221 check_breaks(dsearch, pkg, pfilename); in pkg_check_depcon()
225 for (psearch = dsearch->list->ed->depended.installed; in pkg_check_depcon()
241 if (!depisok(dsearch, &depprobwhy, NULL, &fixbytrigaw, true)) { in pkg_check_depcon()
250 if (!force_depends(dsearch->list)) in pkg_check_depcon()
/dports/math/scilab/scilab-6.1.1/scilab/modules/overloading/macros/
H A D%c_dsearch.sci20 error(msprintf(msg, "dsearch", 2))
39 error(msprintf(msg, "dsearch", 2))
H A D%i_dsearch.sci20 [ind, occ, info] = dsearch(H, r, flag);
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/macros/
H A Dsamplef.sci68 ind = dsearch(y, val, "c")
84 ind = dsearch(y, val, "c")
98 ind = dsearch(y, val, "c")
H A Dmembers.sci210 // Reals: special faster processing with dsearch().
214 if type_A == 8 then // Convert integers into reals in order to use dsearch
227 [i, nbS] = dsearch(S, Su, "d");
229 I = dsearch(A(:), Su, "d");
/dports/devel/py-deepdiff/deepdiff-5.6.0/docs/
H A Dindex.rst20 - **DeepSearch** Search for objects within other objects. :doc:`/dsearch`
181 dsearch
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dkdevplatform_shell_environment.sh233 dsearch! $@
564 function dsearch! {
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dgeometry.txi140 point. The functions @code{tsearch} and @code{dsearch} perform this
242 The @code{dsearch} and @code{dsearchn} find the closest point in a
248 @DOCSTRING(dsearch)
252 An example of the use of @code{dsearch}, using the above values of
257 dsearch (@var{x}, @var{y}, @var{tri}, -2, -2)
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dscilab.lang32 "delip", "diag", "diff", "dlgamma", "double", "dsearch", "erf", "erfc", "erfcx",
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_tagjump.vim1252 " Test for :dsearch, :dlist, :djump and :dsplit commands
1268 " Test for :dsearch
1269 call assert_equal('#define FOO 1', execute('dsearch FOO'))
1270 call assert_equal('#define FOO 5', execute('dsearch 5 /FOO/'))
1271 call assert_fails('dsearch 3 FOO', 'E387:')
1272 call assert_equal('#define FOO 4', execute('+1,$dsearch FOO'))
1273 call assert_fails('1,.-1dsearch 3 FOO', 'E388:')
1274 call assert_fails('dsearch BAR', 'E388:')

123456