Home
last modified time | relevance | path

Searched refs:allchecks (Results 1 – 16 of 16) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmaple.cc3332 gen g=allchecks[pos-1]; in cpp_vartype()
3347 int i=cpp_vartype(*it,allnames,allchecks); in cpp_vartype()
3432 int i=cpp_vartype(fvi,allnames,allchecks); in cprintvars()
3433 int gt=cpp_vartype(g,allnames,allchecks); in cprintvars()
3460 int t=cpp_vartype(i,allnames,allchecks); in cpp_stoprint()
3535 int i=cpp_vartype(var,allnames,allchecks); in cprint()
3543 …return cpp_stoprint(f[1],allnames,allchecks,contextptr)+'='+cprint(f[0],0,allnames,allchecks,conte… in cprint()
3559 …return cpp_stoprint(f[0],allnames,allchecks,contextptr)+'='+cprint(f[1],0,allnames,allchecks,conte… in cprint()
3572 int i=cpp_vartype(f,allnames,allchecks); in cprint()
3624 convert=cpp_vartype(name,allnames,allchecks); in cprint()
[all …]
/dports/databases/rrdman/rrdman-1.0.1/
H A Dconfigure.ac29 AC_ARG_ENABLE(allchecks, optenable
30 [AC_HELP_STRING([--disable-allchecks],
H A Dconfigure798 --disable-allchecks Disable all checks (for packaging only)
/dports/misc/lifelines/lifelines-3.1.1/src/tools/
H A Ddbverify.c1309 BOOLEAN allchecks=FALSE; /* if user requested all checks */ in main() local
1368 case 'a': allchecks=TRUE; break; in main()
1413 if (todo.check_dbstructure || allchecks) { in main()
1426 if (allchecks) { in main()
/dports/math/qhull8/qhull-8.0.2/src/libqhull/
H A Dpoly.h252 void qh_checkvertex(vertexT *vertex, boolT allchecks, boolT *waserrorp);
H A Dpoly2.c1403 void qh_checkvertex(vertexT *vertex, boolT allchecks, boolT *waserrorp) { in qh_checkvertex() argument
1419 if (allchecks && !waserror && !vertex->deleted) { in qh_checkvertex()
/dports/math/qhull/qhull-7.3.2/src/libqhull/
H A Dpoly.h252 void qh_checkvertex(vertexT *vertex, boolT allchecks, boolT *waserrorp);
H A Dpoly2.c1403 void qh_checkvertex(vertexT *vertex, boolT allchecks, boolT *waserrorp) { in qh_checkvertex() argument
1419 if (allchecks && !waserror && !vertex->deleted) { in qh_checkvertex()
/dports/security/nikto/nikto-2.1.6/program/plugins/
H A Dnikto_tests.plugin278 allchecks($mark);
328 sub allchecks {
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/qhull_src/src/
H A Dpoly_r.h256 void qh_checkvertex(qhT *qh, vertexT *vertex, boolT allchecks, boolT *waserrorp);
H A Dpoly2_r.c1404 void qh_checkvertex(qhT *qh, vertexT *vertex, boolT allchecks, boolT *waserrorp) { in qh_checkvertex() argument
1420 if (allchecks && !waserror && !vertex->deleted) { in qh_checkvertex()
/dports/math/qhull8/qhull-8.0.2/src/libqhull_r/
H A Dpoly_r.h256 void qh_checkvertex(qhT *qh, vertexT *vertex, boolT allchecks, boolT *waserrorp);
H A Dpoly2_r.c1404 void qh_checkvertex(qhT *qh, vertexT *vertex, boolT allchecks, boolT *waserrorp) {
1420 if (allchecks && !waserror && !vertex->deleted) {
/dports/math/qhull/qhull-7.3.2/src/libqhull_r/
H A Dpoly_r.h256 void qh_checkvertex(qhT *qh, vertexT *vertex, boolT allchecks, boolT *waserrorp);
H A Dpoly2_r.c1404 void qh_checkvertex(qhT *qh, vertexT *vertex, boolT allchecks, boolT *waserrorp) { in qh_checkvertex() argument
1420 if (allchecks && !waserror && !vertex->deleted) { in qh_checkvertex()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/srdft/
H A Dtest.pl418 my @allchecks = ();
436 push @allchecks,{%check}
439 return @allchecks;