Home
last modified time | relevance | path

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

/dports/science/gabedit/GabeditSrc251_300720/src/Crystallography/
H A DCrystallo.c522 nTv++; in crystalloCartnToFract()
545 nTv++; in crystalloFractToCartn()
583 if(nTv<=2) nTv++; in crystalloAddReplica()
822 nTv++; in crystalloGetVolume()
843 nTv++; in crystalloGetTv()
854 gint nTv; in crystalloComputeLengthsAndAngles() local
1293 gint nTv; in createSlab() local
1310 if(nTv!=3) in createSlab()
1563 gint nTv; in crystalloChangeCell() local
1570 nTv = 0; in crystalloChangeCell()
[all …]
H A DGabeditSPG.c37 gint nTv = crystalloGetTv(atoms, newTv); in crystalloGetNiggli() local
39 if(nTv<3) return ok; in crystalloGetNiggli()
56 gint nTv = crystalloGetTv(atoms, newTv); in crystalloGetDelaunay() local
58 if(nTv<3) return ok; in crystalloGetDelaunay()
121 gint nTv = crystalloGetTv(atoms, newTv); in crystalloGetDataSet() local
126 if(nTv<3) return spgDataSet; in crystalloGetDataSet()
162 gint nTv = crystalloGetTv(atoms, newTv); in crystalloGetGroupName() local
167 if(nTv<3) return numGroup; in crystalloGetGroupName()
208 gint nTv = crystalloGetTv(atoms, newTv); in crystalloPrimitiveSPG() local
215 if(nTv<3) return newAtoms; in crystalloPrimitiveSPG()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DBuildCrystal.c65 gint nTv; member
131 dataDlg->nTv = 0; in init_variables()
154 dataDlg->nTv = 0; in init_variables()
159 dataDlg->nTv++; in init_variables()
475 gint nTv = dataDlg->nTv; in getTvVector() local
775 gint nTv = 0; in build_crystal_dlg() local
955 gint nTv = 0; in build_supercell_simple_dlg() local
1164 gint nTv = 0; in build_supercell_dlg() local
1332 gint nTv; in build_wulff_dlg() local
1545 gint nTv; in build_slab_dlg() local
[all …]
H A DPreviewGeom.c809 gint nTv = 0; in draw_molecule() local
940 nTv = 0; in draw_molecule()
945 if(!strcmp(tmp,"TV")) { iTv[nTv]= i; nTv++;} in draw_molecule()
947 if(nTv>0) in draw_molecule()
964 for(i=0;i<nTv;i++) in draw_molecule()
969 if(nTv>2) in draw_molecule()
974 for(k=0;k<nTv-1;k++) in draw_molecule()
975 for(l=k+1;l<nTv;l++) in draw_molecule()
985 if(nTv>2) draw_line(drawingArea, X2,Y2,X0,Y0,color1,epaisseur,&vx,&vy,&ep,TRUE); in draw_molecule()
H A DPovray.c987 gint nTv = 0; in get_pov_box() local
1009 if(!strcmp(tmp,"TV")) { iTv[nTv]= i; nTv++;} in get_pov_box()
1011 if(nTv<2) return g_strdup("\n"); in get_pov_box()
1014 for(i=0;i<nTv;i++) in get_pov_box()
1038 if(nTv<3) return temp_all; in get_pov_box()
H A DGeomXYZ.c1702 gint nTv=0; in save_cif_file_no_add_list() local
1706 if(nTv<3) in save_cif_file_no_add_list()
9901 gint nTv = 0; in get_translation_vectors_from_mopac_aux_file() local
9906 nTv = n/3; in get_translation_vectors_from_mopac_aux_file()
9909 for(i=0;i<nTv;i++) in get_translation_vectors_from_mopac_aux_file()
9923 for(i=0;i<nTv;i++) in get_translation_vectors_from_mopac_aux_file()
9949 return nTv; in get_translation_vectors_from_mopac_aux_file()
10454 gint nTv = 0; in get_translation_vectors_from_vasp_file() local
10465 nTv++; in get_translation_vectors_from_vasp_file()
10476 for(i=0;i<nTv;i++) in get_translation_vectors_from_vasp_file()
[all …]
H A DDrawGeomGL.c10523 gint nTv = 0; in gl_build_box() local
10539 if(!strcmp(tmp,"TV")) { iTv[nTv]= i; nTv++;} in gl_build_box()
10541 if(nTv<2) return; in gl_build_box()
10543 for(i=0;i<nTv;i++) in gl_build_box()
10565 if(nTv<3) return; in gl_build_box()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/varianteval/evaluators/
H A DTiTvVariantEvaluator.java17 public long nTv = 0; field in TiTvVariantEvaluator
44 else nTv++; in updateTiTv()
71 this.tiTvRatio = rate(nTi,nTv); in finalizeEvaluation()
H A DMultiallelicSummary.java48 public int nTv = 0; field in MultiallelicSummary
107 nTv++; in calculatePairwiseTiTv()
138 TiTvRatio = (double)nTi / (double)nTv; in finalizeEvaluation()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/simple/
H A DMopacArchiveReader.java146 int nTv = vAtoms.size() - ac; in readCoordinates() local
147 for (int i = nTv; i < 3; i++) in readCoordinates()
175 switch (nTv) { in readCoordinates()
/dports/math/vtk8/VTK-8.2.0/Examples/VisualizationAlgorithms/Cxx/
H A DTubesWithVaryingRadiusAndColors.cxx40 unsigned int nTv = 8; // No. of surface elements for each tube vertex in main() local
100 tube->SetNumberOfSides(nTv); in main()
/dports/math/vtk6/VTK-6.2.0/Examples/VisualizationAlgorithms/Cxx/
H A DTubesWithVaryingRadiusAndColors.cxx40 unsigned int nTv = 8; // No. of surface elements for each tube vertex in main() local
100 tube->SetNumberOfSides(nTv); in main()
/dports/net/freerdp/freerdp-2.5.0/server/proxy/
H A Dserver.key20 nTv+UiaNxHnrjR8gG3Ggo0amJg/zK5TN7QfGc8HXfEwMOFwPW2hpQ6I+UlrgsCRI
/dports/net/freerdp/freerdp-2.5.0/server/Sample/
H A Dserver.key20 nTv+UiaNxHnrjR8gG3Ggo0amJg/zK5TN7QfGc8HXfEwMOFwPW2hpQ6I+UlrgsCRI
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DGeomDraw.c598 gint nTv = 0; in gl_build_box() local
614 if(!strcmp(tmp,"TV")) { iTv[nTv]= i; nTv++;} in gl_build_box()
616 if(nTv<2) return; in gl_build_box()
617 for(i=0;i<nTv;i++) in gl_build_box()
635 if(nTv<3) return; in gl_build_box()
/dports/biology/gatk/gatk-4.2.0.0/src/test/resources/
H A DexampleGATKReportv2.tbl18 TiTvVariantEvaluator CompRod EvalRod JexlExpression Novelty nTi nTv tiTvRatio nTiInComp nT…
/dports/devel/upp/upp/uppsrc/plugin/Eigen/srcdoc.tpp/
H A DEigen_en-us.tpp60 …x7jtgmxEd0kRv9qZWn/zkJz/2sY9Ffz3u1JDxz5s47USWNkf1Hnk9dcTJd22LAgDLvUd3o/Wp3/nTv/Flr77oC1vq/1/+7z/3M…
/dports/www/py-tuir/tuir-1.29.0/tests/cassettes/
H A Dtest_subreddit_private_user_pages.yaml948 9evX4mR///h5SS4PTpMzUvWOuuGL4av26eDdCTt8Hxw8yqL2H3As1XWxH/wscG+4wK11+nTv/CJ0
/dports/math/py-spvcm/spvcm-0.3.0/spvcm/examples/
H A Dusing_the_sampler.ipynb1703 …nCmYlZJWtRWuJhj9n3vZouQ3WVuID9WXC7e9vtnXzyN47y3gf2ZPy5BUEoDLwet+UFlAmvjHg8\nTv/orPkzPPVaf0qPHxgLWj…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/
H A Dstatic.go8234 6OjBf4JOaBdfEL8nfl/8oXn+woH55abIOUnhBnFX6WDqnG73ktXh0vwPoX7f12H+y/nTv/L0p5c9I/5g
/dports/deskutils/calibre/calibre-src-5.34.0/translations/calibre/
H A Dis.po22215 msgstr "Síðast breytt: %s\n\nTvísmelltu til að skoða"
/dports/www/guacamole-client/guacamole-client-1.3.0/doc/guacamole-playback-example/src/main/webapp/
H A Drecording.guac1 …cvnn0cePty8fXtndbVce+aTTzCbjdBl8Ztvwg8e0LYIGga4BndH3JlCs1cmnJNZwsBLNCvkUyn/nTv+O3fae3r0H3xgunLl8Vd…
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A DThe Maxwell-Boltzmann distribution.ipynb53882 "nTv/uObbEUP1aeMa+nHy5ypcIBdDsP/w448/atrYfupY8IDO7Zqt/n16WJ1kVzdv3lSi2FKrclKX\\\n",
78862 "1ZEAAAAAAIATYgIMAGB3hQoV0rlbMZr6s9R3mbtKlyj8wqmyvXv36tiBrbo6OUwHPg5X//794nTv\\\n",
114038 "nTv/9npERAT69e6GZg1r4sSJE1qbt2HDhpgyezlORzVAo47jMXrsbyk+t1ChQrhxNwjPX31Cz959\\\n",
126878 "nTv/0vPCw8Nx/vx5REVFqamQfpZMljVfvnOVOhFllK2tLQYMGAAHBwfRKVlCHqeiKFO7Fe6e2cdV\\\n",
331735 "nTv/9PFtWzbD3s4KuR1y4PfDhzRU9WOWlpZYuGQFDh07ixYtWojOybT794IwrH4ymlYCWlRIxv37\\\n",
458253 "nTv/fhf/5cuXsWX9CrxbpMaWHl/RoW1zPdYaH2tra2TLmhGbLgAn7gKvIpKRK1cu0VlakZycDEsL\\\n",
684918 "o6Ufj9bCD0aq60Xnlal/Jrds2aIvvvhC+/btO+3rBgYGKj4+Xi6XqxSSlT316tXTku9/0pY/0nTv\\\n",
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt708977 nTv
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/data/
H A Drandom_big_bin.csv12674 �}p�7�}����i׎�)�ش����u��#�%8��|��u�k$oPk豾b��nTv�#HB������(̓YO�@T��� ��~.;M)��g����Y��t…