Home
last modified time | relevance | path

Searched refs:yset (Results 1 – 25 of 49) sorted by relevance

12

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_3ddot.c87 THD_3dim_dataset * xset , * yset ; in DOT_main() local
106 yset = PLUTO_find_dset(idc) ; in DOT_main()
107 if( yset == NULL ) in DOT_main()
125 dcor = DSET_cor( demean , xset , yset, &sxy ) ; in DOT_main()
139 DSET_FILECODE(xset) , DSET_FILECODE(yset) , in DOT_main()
167 if( yset->daxes->nxx * yset->daxes->nyy * yset->daxes->nzz != nxyz ) in DSET_cor()
194 DSET_load( yset ) ; in DSET_cor()
196 ivy = DSET_PRINCIPAL_VALUE(yset) ; /* most important place */ in DSET_cor()
198 yar = DSET_ARRAY(yset,ivy) ; /* get the array */ in DSET_cor()
212 DSET_unload( yset ) ; /* don't need this in memory anymore */ in DSET_cor()
[all …]
H A D3dsvm_linpredict.c23 THD_3dim_dataset *yset = NULL; in main() local
143 if( yset == NULL ) in main()
155 DSET_delete(yset); in main()
159 if( nvox != DSET_NVOX(yset) ) in main()
164 DSET_delete(yset); in main()
182 DSET_delete(yset); in main()
193 DSET_delete(yset); in main()
228 DSET_load(yset); in main()
229 CHECK_LOAD_ERROR(yset); in main()
243 DSET_delete(yset); in main()
[all …]
H A D3dJointHist.c8 THD_3dim_dataset *xset , *yset , *mask_dset=NULL , *hset ; in main() local
58 yset = THD_open_dataset( argv[narg++] ) ; in main()
59 if( xset == NULL || yset == NULL ) in main()
64 nvals = DSET_NVALS(yset) ; in main()
67 if( nvox != DSET_NVOX(yset) ) in main()
87 DSET_load(yset) ; CHECK_LOAD_ERROR(yset) ; in main()
109 imh = mri_jointhist( DSET_BRICK(xset,0), DSET_BRICK(yset,iv), mmm ) ; in main()
H A D3dHmetric.c8 THD_3dim_dataset *xset , *yset , *mask_dset=NULL ; in main() local
45 yset = THD_open_dataset( argv[narg++] ) ; CHECK_OPEN_ERROR(yset,argv[narg-1]) ; in main()
49 nvals = DSET_NVALS(yset) ; in main()
52 if( nvox != DSET_NVOX(yset) ) in main()
70 DSET_load(yset) ; CHECK_LOAD_ERROR(yset) ; in main()
74 mri_metrics_pp( DSET_BRICK(xset,0), DSET_BRICK(yset,iv), met, mmm ) ; in main()
H A D3dTcorrelate.c135 THD_3dim_dataset *xset , *yset , *cset, *pset=NULL ; in main() local
288 yset = THD_open_dataset( argv[++nopt] ) ; in main()
289 if( yset == NULL ){ in main()
292 if( DSET_NVALS(yset) != DSET_NVALS(xset) ){ in main()
295 if( DSET_NVOX(yset) != DSET_NVOX(xset) ){ in main()
302 if( !EQUIV_GRIDS(xset,yset) ) in main()
305 DSET_load(yset) ; CHECK_LOAD_ERROR(yset) ; in main()
327 ymm = THD_automask( yset ) ; in main()
344 mri_nonzero_count_inmask(DSET_BRICK(yset,ii),mmm) > 0 ){ /* if BOTH */ in main()
432 ysim = THD_extract_series(ii,yset,0) ; ysar = MRI_FLOAT_PTR(ysim) ; in main()
[all …]
H A D3dAcost.c25 THD_3dim_dataset *xset , *yset , * mask_dset=NULL ; in main() local
129 yset = THD_open_dataset(argv[iarg++]) ; CHECK_OPEN_ERROR(yset,argv[iarg-1]) ; in main()
130 DSET_load(xset) ; DSET_load(yset) ; in main()
131 CHECK_LOAD_ERROR(xset) ; CHECK_LOAD_ERROR(yset) ; in main()
132 if( DSET_NVALS(xset) > 1 || DSET_NVALS(yset) > 1 ) in main()
136 if( nvox != DSET_NVOX(yset) ) in main()
140 yim = mri_scale_to_float( DSET_BRICK_FACTOR(yset,0) , DSET_BRICK(yset,0) ); in main()
143 DSET_unload(xset); DSET_unload(yset); in main()
H A D3dInvFMRI.c10 THD_3dim_dataset *yset=NULL , *aset=NULL , *mset=NULL , *wset=NULL ; in main() local
232 if( yset != NULL ) ERROR_exit("Can't input 2 3D+time datasets") ; in main()
233 yset = THD_open_dataset(argv[++iarg]) ; in main()
234 CHECK_OPEN_ERROR(yset,argv[iarg]) ; in main()
235 nt = DSET_NVALS(yset) ; in main()
237 nxyz = DSET_NVOX(yset) ; in main()
290 if( yset == NULL ) ERROR_exit("No input 3D+time dataset?!") ; in main()
297 DSET_load(yset); CHECK_LOAD_ERROR(yset) ; in main()
465 if( GOOD(jj) ){ Y(ii,kk) = THD_get_voxel(yset,jj,ii); kk++; } in main()
467 DSET_unload(yset) ; in main()
H A D3dCM.c65 float xset,yset,zset ; in main() local
70 yset = strtod( argv[++narg] , NULL ) ; in main()
72 LOAD_FVEC3(setv,xset,yset,zset) ; do_set = 1 ; in main()
H A D3ddot.c348 double DSET_eta2( THD_3dim_dataset *xset, THD_3dim_dataset *yset, in DSET_eta2() argument
360 fyar = get_float_dset_data_pointer(yset, 0, &fyar_new, 1); in DSET_eta2()
417 THD_3dim_dataset *yset, byte *mmm , int dm, in DSET_cor() argument
430 fyar = get_float_dset_data_pointer(yset, 0, &fyar_new, 1); in DSET_cor()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/perf_test/
H A Drun_mempool.sh11 for yset in 1 2 3
16 echo "yset $yset x factor $x"
20 rm -f yvals$yset
21 mv yvals yvals$yset
/dports/devel/kokkos/kokkos-3.4.01/core/perf_test/
H A Drun_mempool.sh11 for yset in 1 2 3
16 echo "yset $yset x factor $x"
20 rm -f yvals$yset
21 mv yvals yvals$yset
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/perf_test/
H A Drun_mempool.sh11 for yset in 1 2 3
16 echo "yset $yset x factor $x"
20 rm -f yvals$yset
21 mv yvals yvals$yset
/dports/science/dynare/dynare-4.6.4/dynare++/src/
H A Dplanner_builder.cc52 : yset(), fset(std::move(ffset)), model(m), in PlannerBuilder()
81 : yset(), fset(pb.fset), model(m), in PlannerBuilder()
91 fill_yset(m.atoms.get_name_storage(), pb.yset); in PlannerBuilder()
99 for (auto yname = yset.begin(); yname != yset.end(); ++yname, yi++) in add_derivatives_of_b()
114 for (auto yname = yset.begin(); yname != yset.end(); ++yname, yi++) in add_derivatives_of_f()
316 yset.insert(it); in fill_yset()
H A Dplanner_builder.hh182 Tvarset yset; member in ogdyn::PlannerBuilder
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dpredicates.go291 yset := computeUnionTypeSet(nil, nopos, y)
292 return xset.terms.equal(yset.terms)
305 yset := y.typeSet()
306 if !xset.terms.equal(yset.terms) {
310 b := yset.methods
H A Dunify.go372 yset := y.typeSet()
373 if !xset.terms.equal(yset.terms) {
377 b := yset.methods
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dpredicates.go293 yset := computeUnionTypeSet(nil, token.NoPos, y)
294 return xset.terms.equal(yset.terms)
307 yset := y.typeSet()
308 if !xset.terms.equal(yset.terms) {
312 b := yset.methods
H A Dunify.go372 yset := y.typeSet()
373 if !xset.terms.equal(yset.terms) {
377 b := yset.methods
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/generic/
H A Dvalist.c734 int xset, yset, zset, chgset, radset; in Valist_readXML() local
755 yset = 0; in Valist_readXML()
791 yset = 1; in Valist_readXML()
828 if (xset && yset && zset && chgset && radset){ in Valist_readXML()
839 yset = 0; in Valist_readXML()
846 if (!yset) Vnm_print(2,"\ty value not set!\n"); in Valist_readXML()
/dports/graphics/corrupter/corrupter-1.0/
H A Dmain.go119 yset := 0
130 yset = y
134 stride_off := int(stride * float64(y-yset))
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dgeneralized_permutahedron.cc47 for(const auto& yset: sorted_keys[j]){ in building_set_ycoord_2_zcoord() local
48 if(incl(yset, zset) <= 0){ in building_set_ycoord_2_zcoord()
49 zcoord[zset] += ycoord[yset]; in building_set_ycoord_2_zcoord()
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A Demacs-buffer.gdb157 define yset-buffer
180 document yset-buffer
186 yset-buffer $arg0
203 This also sets the current buffer using 'yset-buffer' (which see).
/dports/editors/emacs/emacs-27.2/etc/
H A Demacs-buffer.gdb157 define yset-buffer
180 document yset-buffer
186 yset-buffer $arg0
203 This also sets the current buffer using 'yset-buffer' (which see).
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Dbhslabel.sty95 \bhs@xset {0}{I}\bhs@yset {0}{I}\bhs@zset {0}{I}}
106 \def \bhs@yset #1#2{% set level y
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/io/
H A Dimg_tiles.py635 yset = [set(y) for i, x, y, _ in tiles]
639 ys = yset[0]
640 ys.update(*yset[1:])

12