Home
last modified time | relevance | path

Searched refs:idep (Results 1 – 25 of 67) sorted by relevance

123

/dports/math/adept/adept-2.0.8/adept/
H A Djacobian.cpp176 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward_openmp() local
178 jacobian_out[idep*dep_offset+i_independent+i] in jacobian_forward_openmp()
179 = gradient_multipass_b[dependent_index_[idep]*MULTIPASS_SIZE+i]; in jacobian_forward_openmp()
184 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward_openmp() local
187 = gradient_multipass_b[dependent_index_[idep]*MULTIPASS_SIZE+i]; in jacobian_forward_openmp()
265 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward() local
267 jacobian_out[idep*dep_offset+i_independent+i] in jacobian_forward()
273 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward() local
298 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward() local
300 jacobian_out[idep*dep_offset+i_independent+i] in jacobian_forward()
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/211 dependency get_variable method/
H A Dmeson.build50 idep = declare_dependency(variables : {'foo' : 'value'}) variable
51 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
54 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
58 idep = declare_dependency() variable
59 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
63 idep = declare_dependency(variables : ['foo=value']) variable
64 assert(idep.get_variable(internal: 'foo') == 'value')
65 assert(idep.get_variable('foo') == 'value')
66 assert(idep.get_variable('invalid', internal: 'foo') == 'value')
/dports/devel/meson/meson-0.60.3/test cases/common/211 dependency get_variable method/
H A Dmeson.build50 idep = declare_dependency(variables : {'foo' : 'value'}) variable
51 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
54 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
58 idep = declare_dependency() variable
59 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
63 idep = declare_dependency(variables : ['foo=value']) variable
64 assert(idep.get_variable(internal: 'foo') == 'value')
65 assert(idep.get_variable('foo') == 'value')
66 assert(idep.get_variable('invalid', internal: 'foo') == 'value')
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/211 dependency get_variable method/
H A Dmeson.build50 idep = declare_dependency(variables : {'foo' : 'value'}) variable
51 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
54 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
58 idep = declare_dependency() variable
59 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
63 idep = declare_dependency(variables : ['foo=value']) variable
64 assert(idep.get_variable(internal: 'foo') == 'value')
65 assert(idep.get_variable('foo') == 'value')
66 assert(idep.get_variable('invalid', internal: 'foo') == 'value')
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dccdep.pl164 my %idep;
213 die if exists $idep{$DS}; # Shouldn't happen, $odep{$O} would exist first.
215 $idep{$DS}=$B;
261 mustbe_subset_of "providers"=>[sort keys(%pro)], "dep_sources"=>[sort keys(%idep)];
262 mustbe_subset_of "dep_sources"=>[sort keys(%idep)], "sources"=>\@DS;
358 for my $HDS (split' ', $idep{$DS}) {
384 for my $K (sort keys%idep) {
385 my $V = $idep{$K};
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dgroup.cc193 long int i=0, n=0, idep=0, max_dep=0, found=0, go_ahead=0, in get_group_data() local
205 for ( idep=0; idep<=max_dep && !found; idep++ ) { in get_group_data()
206 if ( db_active_index( DEPENDENCY_ITEM, idep, VERSION_NORMAL ) ) { in get_group_data()
207 dependency_item = db_int( DEPENDENCY_ITEM, idep, VERSION_NORMAL ); in get_group_data()
209 if ( n<2 ) db_error( DEPENDENCY_ITEM, idep ); in get_group_data()
225 db_error( DEPENDENCY_ITEM, idep ); in get_group_data()
229 dependency_diagram = db_dbl( DEPENDENCY_DIAGRAM, idep, VERSION_NORMAL ); in get_group_data()
230 length = db_len( DEPENDENCY_DIAGRAM, idep, VERSION_NORMAL ); in get_group_data()
231 if ( length%n!=0 ) db_error( DEPENDENCY_DIAGRAM, idep ); in get_group_data()
247 if ( time_right<=time_left ) db_error( DEPENDENCY_DIAGRAM, idep ); in get_group_data()
H A Dfailure.cc30 element_group=0, max_dependency_item=0, any_failure=0, idep=0, in failure() local
42 for ( idep=0; idep<=max_dependency_item; idep++ ) { in failure()
43 if ( db_active_index( DEPENDENCY_ITEM, idep, VERSION_NORMAL ) ) { in failure()
44 dependency_item = db_int( DEPENDENCY_ITEM, idep, VERSION_NORMAL ); in failure()
/dports/math/dsdp/DSDP5.8/src/vecmat/
H A Dsdpxlist.c6 return (xt->port[ind]==xt->idep); in ChkXlist()
14 xt->idep=xt->most+1; in XtClear()
15 xt->lowp=xt->idep; in XtClear()
19 for (i=0; i<xt->idep; i++) in XtClear()
23 xt->port[i]=xt->idep; in XtClear()
118 xt->port[e]=xt->idep; in XtDel()
130 xt->lowp=xt->idep; in XtDel()
167 if (xt->lowp==xt->idep) { in XtLeast()
/dports/math/casadi/casadi-3.5.5/external_packages/DSDP/src/vecmat/
H A Dsdpxlist.c6 return (xt->port[ind]==xt->idep); in ChkXlist()
14 xt->idep=xt->most+1; in XtClear()
15 xt->lowp=xt->idep; in XtClear()
19 for (i=0; i<xt->idep; i++) in XtClear()
23 xt->port[i]=xt->idep; in XtClear()
118 xt->port[e]=xt->idep; in XtDel()
130 xt->lowp=xt->idep; in XtDel()
167 if (xt->lowp==xt->idep) { in XtLeast()
/dports/science/lammps/lammps-stable_29Sep2021/src/MISC/
H A Dpair_tracker.cpp309 int idep; in init_style() local
310 for (idep = 0; idep < modify->nfix; idep++) in init_style()
311 if (strcmp(modify->fix[idep]->style, "deposit") == 0) break; in init_style()
312 if (idep == modify->nfix) idep = -1; in init_style()
324 if (idep >= 0) { in init_style()
326 onerad_dynamic[i] = *((double *) modify->fix[idep]->extract("radius", itype)); in init_style()
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/218 dependency get_variable method/
H A Dmeson.build50 idep = declare_dependency(variables : {'foo' : 'value'}) variable
51 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
54 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
58 idep = declare_dependency() variable
59 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/218 dependency get_variable method/
H A Dmeson.build50 idep = declare_dependency(variables : {'foo' : 'value'}) variable
51 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
54 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
58 idep = declare_dependency() variable
59 assert(idep.get_variable(pkgconfig : 'foo', cmake : 'foo', configtool : 'foo',
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DModuleInfo.java302 for (int idep = 0; idep < ndeps; idep++) { in loadByStages()
303 ModuleInfo dep = dependencies[idep]; in loadByStages()
327 for (int idep = 0; idep < ndeps; idep++) { in loadEager()
328 ModuleInfo dep = dependencies[idep]; in loadEager()
/dports/math/adept/adept-2.0.8/include/
H A Dadept_source.h1929 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward_openmp() local
1931 jacobian_out[idep*dep_offset+i_independent+i] in jacobian_forward_openmp()
1932 = gradient_multipass_b[dependent_index_[idep]*MULTIPASS_SIZE+i]; in jacobian_forward_openmp()
1937 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward_openmp() local
1940 = gradient_multipass_b[dependent_index_[idep]*MULTIPASS_SIZE+i]; in jacobian_forward_openmp()
2018 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward() local
2020 jacobian_out[idep*dep_offset+i_independent+i] in jacobian_forward()
2026 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward() local
2051 for (uIndex idep = 0; idep < n_dependent(); idep++) { in jacobian_forward() local
2053 jacobian_out[idep*dep_offset+i_independent+i] in jacobian_forward()
[all …]
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dendop.csd42 ain, ka1, ka2, idep, icnt xin ; read input parameters
43 if (icnt >= idep) goto skip1 ; check if max depth reached
44 ain RecursiveLowpass ain, ka1, ka2, idep, icnt + 1
H A Dopcode_example.csd42 ain, ka1, ka2, idep, icnt xin ; read input parameters
43 if (icnt >= idep) goto skip1 ; check if max depth reached
44 ain RecursiveLowpass ain, ka1, ka2, idep, icnt + 1
H A Dspat3d_quad.csd19 idep = 3 /* early reflection depth */
23 idep, 48, -1, 0.01, 0.25, 123, \
H A Dspat3d_stereo.csd19 idep = 3 /* early reflection depth */
23 idep, 48, -1, 0.01, 0.25, 123, \
/dports/audio/praat/praat-6.2.03/dwtools/
H A DCCA.cpp157 for (integer idep = 1; idep <= numberOfDependents; idep ++) {
160 t += svdc -> v [q] [icoef] * svdy -> v [idep] [q] / svdy -> d [q];
161 thy y -> eigenvectors [icoef] [idep] = double (t);
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dfarming_methods.F54 INTEGER :: icheck, idep, itry, ndep local
78 dep: DO idep = 1, ndep
81 … IF (farming_env%job(icheck)%id == farming_env%job(itry)%dependencies(idep)) THEN
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dfarming_methods.F54 INTEGER :: icheck, idep, itry, ndep local
78 dep: DO idep = 1, ndep
81 … IF (farming_env%job(icheck)%id == farming_env%job(itry)%dependencies(idep)) THEN
/dports/graphics/embree/embree-3.13.2/common/cmake/
H A Dispc.cmake114 IF (EXISTS ${outdir}/${fname}.dev.idep)
115 FILE(READ ${outdir}/${fname}.dev.idep contents)
154 -MMM ${outdir}/${fname}.dev.idep
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/tools/
H A Dmkdep.pl100 foreach my $idep ( alldeps($dep, $level+1) ) {
101 $adeps{$idep} = 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/tools/
H A Dmkdep.pl100 foreach my $idep ( alldeps($dep, $level+1) ) {
101 $adeps{$idep} = 1;
/dports/devel/nasm/nasm-2.15.05/tools/
H A Dmkdep.pl100 foreach my $idep ( alldeps($dep, $level+1) ) {
101 $adeps{$idep} = 1;

123