/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/test/ |
H A D | qsa_problems | 1 _tolerance=1e-7 _optimum=-100.0 _data=../etc/qss/data/1abo.boltz.outall.test.2 6 _tolerance=1e-7 _optimum=-100.0 _data=../etc/qss/data/1bbz.boltz.outall.test.1 7 _tolerance=1e-7 _optimum=-100.0 _data=../etc/qss/data/1bbz.boltz.outall.test.2 18 _tolerance=1e-7 _optimum=-100.0 _data=../etc/qss/data/1kwa.boltz.outall.test.1 21 _tolerance=1e-7 _optimum=-100.0 _data=../etc/qss/data/1n5z.boltz.outall.test.1 22 _tolerance=1e-7 _optimum=-100.0 _data=../etc/qss/data/1n5z.boltz.outall.test.2
|
/dports/databases/pgrouting/pgrouting-3.2.0/sql/topology/ |
H A D | nodeNetwork.sql | 41 outall BOOLEAN DEFAULT FALSE) 76 RAISE NOTICE 'outall: %', outall; 78 edge_table, tolerance, id, the_geom, table_ending, rows_where, outall; 97 …rows_where_out = CASE WHEN length(rows_where) > 2 AND NOT outall THEN ' AND (' || rows_where || ')…
|
/dports/security/py-angr/angr-9.0.5405/angr/analyses/ |
H A D | loopfinder.py | 162 outall = [] 169 outall += allloops 171 return outtop, outall
|
/dports/lang/sdcc/sdcc-4.0.0/sdas/asxxsrc/ |
H A D | asmain.c | 1468 outall(); in asmbl() 1486 outall(); in asmbl() 1695 outall(); in asmbl() 1701 outall(); in asmbl() 1712 outall(); in asmbl() 1822 outall(); in equate() 2099 outall(); in newdot()
|
H A D | asxxxx.h | 1215 extern VOID outall(void); 1363 extern VOID outall();
|
H A D | asout.c | 869 outall(void) in outall() function
|
/dports/devel/dmake/dmake-4.13.1/ |
H A D | make.c | 278 char *outall = NIL(char); local 666 outall = gen_path_list_string(&outall_list); 712 m_q = Def_macro( "?", outall, M_MULTI|M_EXPANDED ); 800 if( outall && *outall ) { 806 SET_TOKEN( &tk, outall ); 932 if( outall != NIL(char) ) FREE( outall );
|
/dports/audio/csound/csound-6.15.0/Engine/ |
H A D | entry1.c | 504 { "out.a", S(OUTX),IR, 3, "", "y", ochn, outall }, 506 { "outs", S(OUTX),IR, 3, "", "y", ochn, outall }, 507 { "outq", S(OUTX),IR, 3, "", "y", ochn, outall }, 508 { "outh", S(OUTX),IR, 3, "", "y", ochn, outall }, 509 { "outo", S(OUTX),IR, 3, "", "y", ochn, outall }, 510 { "outx", S(OUTX),IR, 3, "", "y", ochn, outall }, 511 { "out32", S(OUTX),IR, 3, "", "y", ochn, outall }, 776 { "outc", S(OUTX),IR, 2, "", "y", ochn, outall },
|
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/ |
H A D | unpack.c | 568 uint64_t* outall = (uint64_t*) out0; in unpack_16bit_4chan_interleave() local 581 outall[x] = combined.allc; in unpack_16bit_4chan_interleave() 621 uint64_t* outall = (uint64_t*) out0; in unpack_16bit_4chan_interleave_rev() local 634 outall[x] = combined.allc; in unpack_16bit_4chan_interleave_rev()
|
/dports/databases/pgrouting/pgrouting-3.2.0/docqueries/topology/ |
H A D | doc-pgr_nodeNetwork.result | 50 NOTICE: outall: f
|
/dports/science/sparta/sparta-20Oct2021/src/ |
H A D | grid_surf.cpp | 1982 int outall,inall,overall,maxsplitall; in flow_stats() local 1984 MPI_Allreduce(&outside,&outall,1,MPI_INT,MPI_SUM,world); in flow_stats() 2006 outall,inall,overall); in flow_stats() 2015 outall,inall,overall); in flow_stats()
|
/dports/net-mgmt/observium/observium/mibs/tinycontrol/ |
H A D | LAN-MODULE | 111 outall OBJECT-TYPE
|
/dports/databases/pgrouting/pgrouting-3.2.0/doc/topology/ |
H A D | pgr_nodeNetwork.rst | 41 pgr_nodenetwork(edge_table, tolerance, id, text the_geom, table_ending, rows_where, outall)
|
/dports/audio/csound/csound-6.15.0/H/ |
H A D | entry1.h | 242 int32_t outch(CSOUND *, void *), outall(CSOUND *, void *);
|
/dports/databases/pgrouting/pgrouting-3.2.0/ |
H A D | NEWS | 804 - Adding a row_where and outall optional parameters
|
/dports/databases/pgrouting/pgrouting-3.2.0/doc/src/ |
H A D | release_notes.rst | 839 - Adding a row_where and outall optional parameters
|
/dports/audio/csound/csound-6.15.0/OOps/ |
H A D | aops.c | 1995 int32_t outall(CSOUND *csound, OUTX *p) /* Output a list of channels */ in outall() function
|
/dports/databases/pgrouting/pgrouting-3.2.0/locale/pot/ |
H A D | release_notes.pot | 1696 msgid "Adding a row_where and outall optional parameters"
|
/dports/databases/pgrouting/pgrouting-3.2.0/locale/en/LC_MESSAGES/ |
H A D | release_notes.po | 1831 msgid "Adding a row_where and outall optional parameters"
|
/dports/databases/pgrouting/pgrouting-3.2.0/locale/es/LC_MESSAGES/ |
H A D | release_notes.po | 2058 msgid "Adding a row_where and outall optional parameters"
|
/dports/audio/csound/csound-6.15.0/etc/ |
H A D | ChangeLog | 8710 (outall): Write all channels of any number
|