Home
last modified time | relevance | path

Searched refs:rvect (Results 1 – 13 of 13) sorted by relevance

/dports/math/topaz/topaz-3.41/topaz/
H A Dvect.h371 class rvect
375 rvect();
376 rvect(int inc);
377 ~rvect();
387 rvect& operator = (const rvect& buff);
401 rvect<T>::rvect() in rvect() function
413 rvect<T>::rvect(int inc) in rvect() function
428 rvect<T>::~rvect() in ~rvect()
447 T& rvect<T>::getdata(int pos) in getdata()
485 bool rvect<T>::add(T val) in add()
[all …]
H A Dvectdefs.h31 typedef rvect<int> intarray;
32 typedef rvect<double> doublearray;
/dports/math/kig/kig-21.12.3/objects/
H A Dangle_type.cc66 Coordinate rvect; in calc() local
71 rvect = points[2] - points[1]; in calc()
75 rvect = lvect.orthogonal(); in calc()
80 double endangle = atan2( rvect.y, rvect.x ); in calc()
118 Coordinate rvect = c - b; in executeAction() local
121 double endangle = atan2( rvect.y, rvect.x ); in executeAction()
137 Coordinate nc = b + cdir.normalize( rvect.length() ); in executeAction()
181 Coordinate rvect; in calc() local
183 rvect = points[2] - points[1]; in calc()
186 rvect = lvect.orthogonal(); in calc()
[all …]
/dports/science/openmx/openmx3.8/source/
H A DGenerate_Wannier.c1316 int **rvect; in Wannier() local
1541 free(rvect[i]); in Wannier()
1543 free(rvect); in Wannier()
4070 free(rvect[i]); in Wannier()
4072 free(rvect); in Wannier()
4208 if( rvect[0][rindx]==0 && rvect[1][rindx]==0 && rvect[2][rindx]==0){ in MLWF_Coef()
9073 … fprintf(fpBand,"R ( %4d %4d %4d ) %4d\n", rvect[0][rpt],rvect[1][rpt],rvect[2][rpt],ndegen[rpt]); in Wannier_Interpolation()
9086rvect[0][rpt]==0 && rvect[1][rpt]==0 && rvect[2][rpt]==0)|| (rvect[0][rpt]==0 && rvect[1][rpt]==0 … in Wannier_Interpolation()
9088 printf("R vector: (%i,%i,%i)\n",rvect[0][rpt],rvect[1][rpt],rvect[2][rpt]); in Wannier_Interpolation()
9103rvect[0][rpt]==0 && rvect[1][rpt]==0 && rvect[2][rpt]==0)|| (rvect[0][rpt]==0 && rvect[1][rpt]==0 … in Wannier_Interpolation()
[all …]
/dports/graphics/dia/dia-0.97.3/objects/SADT/
H A Dannotation.c285 Point vect,rvect,v1,v2; in annotation_draw() local
306 rvect.y = vect.x; in annotation_draw()
307 rvect.x = -vect.y; in annotation_draw()
318 v2 = rvect; in annotation_draw()
/dports/devel/gdb761/gdb-7.6.1/sim/bfin/
H A Ddv-bfin_sic.c36 bu16 BFIN_MMR_16(rvect); /* XXX: BF59x has a 32bit AUX_REVID here. */
218 case mmr_offset(rvect): in bfin_sic_52x_io_read_buffer()
323 case mmr_offset(rvect): in bfin_sic_537_io_read_buffer()
426 case mmr_offset(rvect): in bfin_sic_54x_io_read_buffer()
529 case mmr_offset(rvect): in bfin_sic_561_io_read_buffer()
/dports/devel/avr-gdb/gdb-7.3.1/sim/bfin/
H A Ddv-bfin_sic.c36 bu16 BFIN_MMR_16(rvect); /* XXX: BF59x has a 32bit AUX_REVID here. */
218 case mmr_offset(rvect): in bfin_sic_52x_io_read_buffer()
323 case mmr_offset(rvect): in bfin_sic_537_io_read_buffer()
426 case mmr_offset(rvect): in bfin_sic_54x_io_read_buffer()
529 case mmr_offset(rvect): in bfin_sic_561_io_read_buffer()
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dm_io_tools.F90725 real(dp),intent(out) :: rvect(:) local
735 read(STDIN,*,IOSTAT=ios)rvect(:)
/dports/math/kig/kig-21.12.3/misc/
H A Dspecial_constructors.cc1143 Coordinate rvect = cntrl - c; in computeNsides() local
1145 double angle = atan2( rvect.y, rvect.x ) - atan2( lvect.y, lvect.x ); in computeNsides()
1155 double ratio = lvect.length()/rvect.length(); in computeNsides()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateDO.c15898 float *r=NULL, *g=NULL, *b=NULL, *rvect=NULL, *gvect=NULL, *bvect=NULL; in SUMA_Paint_SO_ROIplanes() local
16182 rvect = (float *)SUMA_malloc(N_NewNode * sizeof(float)); in SUMA_Paint_SO_ROIplanes()
16186 if (!ivect || !rvect || !gvect || !bvect || (*CreateNel && !labvect)) { in SUMA_Paint_SO_ROIplanes()
16214 rvect[istore] = r[ii]; in SUMA_Paint_SO_ROIplanes()
16242 sopd.r = (void *)rvect; in SUMA_Paint_SO_ROIplanes()
16329 rvect = NULL; in SUMA_Paint_SO_ROIplanes()
/dports/audio/snd/snd-21.2/
H A Dsnd-test.rb7290 rvect = region2vct(regions.first, 0, 100)
7292 snd_test_neq(region_sample(regions.first, 1), rvect[1], "region_sample")
7297 snd_test_neq(rval, rvect[i], "region_samples")
H A Dsnd-test.scm5477 (let ((rvect (region->float-vector (car (regions)) 0 100))
5479 (if (fneq (rvect 1) (region-sample (car (regions)) 1))
5480 (snd-display "region-sample: ~A ~A?" (region-sample (car (regions)) 1) (rvect 1)))
5486 (if (fneq rval (rvect i)) (snd-display "region-samples: ~A ~A?" rval (rvect i)))
/dports/science/smoldyn/smoldyn-2.67/examples/S94_archive/Andrews_2016/excluded volume/
H A DExcludedVolme.nb190 RowBox[{"svect", "-", "rvect"}], ")"}], ".",
192 RowBox[{"svect", "-", "rvect"}], ")"}]}]}], ";",
196 RowBox[{"rvect", ".",
198 RowBox[{"svect", "-", "rvect"}], ")"}]}]}]}], ";",
202 RowBox[{"rvect", ".", "rvect"}], "-", "1"}]}], ";",
219 RowBox[{"1", "-", "p"}], ")"}], "*", "rvect"}], "+",