Home
last modified time | relevance | path

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

1234567

/dports/science/code_saturne/code_saturne-7.1.0/src/comb/
H A Dcs_fuel_scast.f90623 xcom = xxco + xxco2
638 anmr1 = min(xcom,2.d0*xo2m)
643 - (.5d0*xcom +2.d0*xo2m)*xcom * anmr0 &
644 + xcom**2 * xo2m
647 - (.5d0*xcom +2.d0*xo2m)*xcom * anmr1 &
648 + xcom**2 * xo2m
655 - (.5d0*xcom +2.d0*xo2m)*xcom * anmr2 &
656 + xcom**2 * xo2m
679 xcoeq = xcom - anmr2
689 xco2eq = min(xcom,2.d0*xo2m)
[all …]
/dports/audio/libmikmod/libmikmod-3.3.11.1/loaders/
H A Dload_gt2.c203 XCOM_CHUNK xcom;
265 new_chunk->xcom.chunk_size = _mm_read_M_ULONG(modreader);
266 new_chunk->xcom.comment_len = _mm_read_M_UWORD(modreader);
267 if (!new_chunk->xcom.comment_len) {
268 new_chunk->xcom.comment = NULL;
271 new_chunk->xcom.comment = (CHAR *) MikMod_malloc((ULONG)new_chunk->xcom.comment_len + 1);
272 if (new_chunk->xcom.comment == NULL) goto fail;
273 _mm_read_UBYTES(new_chunk->xcom.comment, new_chunk->xcom.comment_len, modreader);
355 if (c->xcom.comment)
356 MikMod_free(c->xcom.comment);
/dports/science/lammps/lammps-stable_29Sep2021/src/RIGID/
H A Dfix_ehex.cpp412 double xcom[3], xtemp[3]; in check_cluster() local
420 xcom[0] = 0.; in check_cluster()
421 xcom[1] = 0.; in check_cluster()
422 xcom[2] = 0.; in check_cluster()
454 xcom[k] += mi * (x[lid[0]][k] + xtemp[k]) ; in check_cluster()
471 xcom[k] = xcom[k]/mcluster; in check_cluster()
476 domain->remap(xcom); in check_cluster()
477 stat = stat && region->match(xcom[0], xcom[1], xcom[2]); in check_cluster()
/dports/science/tinker/tinker/source/
H A Dbounds.f31 real*8 xcom,ycom,zcom local
99 xcom = xfrac + yfrac*gamma_cos + zfrac*beta_cos
103 xcom = xfrac + zfrac*beta_cos
107 xcom = xfrac
116 x(k) = x(k) - xmid + xcom
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxcom.cpp40 XCOM xcom(pDevice,bIsImage,nModuleAddress); in isValid() local
42 return xcom.isValid(); in isValid()
47 XCOM xcom(pDevice,bIsImage,nModuleAddress); in getMode() local
49 return xcom.getMode(); in getMode()
H A Dxformats.pri15 !contains(XCONFIG, xcom) {
16 XCONFIG += xcom
17 include($$PWD/xcom.pri)
H A Dxcom.pri5 $$PWD/xcom.h \
9 $$PWD/xcom.cpp
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_densmap.cpp125 rvec * x, xcom[2], direction, center, dx; in gmx_densmap() local
325 copy_rvec(x[ind[i][0]], xcom[i]); in gmx_densmap()
330 clear_rvec(xcom[i]); in gmx_densmap()
338 xcom[i][l] += m * x[k][l]; in gmx_densmap()
342 svmul(1 / mtot, xcom[i], xcom[i]); in gmx_densmap()
345 pbc_dx(&pbc, xcom[1], xcom[0], direction); in gmx_densmap()
348 center[i] = xcom[0][i] + 0.5 * direction[i]; in gmx_densmap()
H A Dgmx_trjorder.cpp137 rvec * x, *xsol, xcom, dx; in gmx_trjorder() local
290 clear_rvec(xcom); in gmx_trjorder()
297 xcom[j] += mass * x[ind_ref[i]][j]; in gmx_trjorder()
300 svmul(1 / totmass, xcom, xcom); in gmx_trjorder()
304 pbc_dx(&pbc, xcom, xsol[i], dx); in gmx_trjorder()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_recenter.cpp46 xcom = ycom = zcom = 0.0; in FixRecenter()
61 else xcom = utils::numeric(FLERR,arg[3],false,lmp); in FixRecenter()
100 xcom *= xscale; in FixRecenter()
174 xtarget = bboxlo[0] + xcom*(bboxhi[0] - bboxlo[0]); in initial_integrate()
175 else xtarget = xcom; in initial_integrate()
/dports/lang/expect/expect5.45.4/
H A DHISTORY53 Jens Petersen <peterson@redhat.xcom> provided patch for
56 Gary Bliesener <gary.bliesener@nextel.xcom> noted that
531 Zachariah Baum <zack@studioarchetype.xcom> noted that
713 Sid Cowles <scowles@incyte.xcom> and Hans Riethmann
863 Many fixes from Stephen Williams <steve@icarus.xcom>
898 Leland Joseph <leland@tec.tetd.bellcore.xcom> noted
1218 <meyering@comco.xcom>
1793 <jbm@internet.sbi.xcom> note.
2025 Bud Bach <bachww@rtsg.mot.xcom>.
2031 Bellave Jayaram <bjayaram@slee01.srl.ford.xcom>.
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/build/
H A Dlex.go818 xcom := x.Comment()
820 xcom.Suffix = append(xcom.Suffix, suffix[len(suffix)-1])
841 xcom := x.Comment()
843 xcom.Before = append(xcom.Before, line[0])
848 sort.SliceStable(xcom.Before, func(i, j int) bool {
849 return xcom.Before[i].Start.Byte < xcom.Before[j].Start.Byte
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dgen_vsite.cpp858 real xcom, mtot; in gen_vsites_phe() local
895 xcom = mtot = 0; in gen_vsites_phe()
901 xcom /= mtot; in gen_vsites_phe()
1106 xcom[j] /= mM[j]; in gen_vsites_trp()
1184 dM1M2 = std::hypot(xcom[0] - xcom[1], ycom[0] - ycom[1]); in gen_vsites_trp()
1241 real xcom, mtot; in gen_vsites_tyr() local
1293 xcom = mtot = 0; in gen_vsites_tyr()
1299 xcom /= mtot; in gen_vsites_tyr()
1398 real xcom, ycom, mtot; in gen_vsites_his() local
1549 mtot = xcom = ycom = 0; in gen_vsites_his()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/cmake/
H A Dxcom_debug.in19 #include "xcom/gcs_debug.h"
20 #include "xcom/err_dump.h"
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/mod/modfile/
H A Dread.go397 xcom := x.Comment()
402 xcom.Before = append(xcom.Before, line[0])
442 xcom := x.Comment()
447 xcom.Suffix = append(xcom.Suffix, suffix[len(suffix)-1])
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/mod/modfile/
H A Dread.go397 xcom := x.Comment()
402 xcom.Before = append(xcom.Before, line[0])
442 xcom := x.Comment()
447 xcom.Suffix = append(xcom.Suffix, suffix[len(suffix)-1])
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/mod/modfile/
H A Dread.go397 xcom := x.Comment()
402 xcom.Before = append(xcom.Before, line[0])
442 xcom := x.Comment()
447 xcom.Suffix = append(xcom.Suffix, suffix[len(suffix)-1])
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/mod/modfile/
H A Dread.go397 xcom := x.Comment()
402 xcom.Before = append(xcom.Before, line[0])
442 xcom := x.Comment()
447 xcom.Suffix = append(xcom.Suffix, suffix[len(suffix)-1])
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Did3.c453 mpg123_text *xcom = NULL; in process_comment() local
467 xcom = (tt == uslt ? add_text(fr) : add_comment(fr)); in process_comment()
469 if(xcom == NULL) in process_comment()
474 memcpy(xcom->lang, lang, 3); in process_comment()
475 memcpy(xcom->id, id, 4); in process_comment()
490 …store_id3_text(&xcom->description, descr-1, text-descr+1, NOQUIET, fr->p.flags & MPG123_PLAIN_ID3T… in process_comment()
495 …store_id3_text(&xcom->text, text-1, realsize+1-(text-realdata), NOQUIET, fr->p.flags & MPG123_PLAI… in process_comment()
500 …fprintf(stderr, "Note: ID3 comm/uslt desc of length %"SIZE_P".\n", (size_p)xcom->description.fill); in process_comment()
501 fprintf(stderr, "Note: ID3 comm/uslt text of length %"SIZE_P".\n", (size_p)xcom->text.fill); in process_comment()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Did3.c453 mpg123_text *xcom = NULL; in process_comment() local
467 xcom = (tt == uslt ? add_text(fr) : add_comment(fr)); in process_comment()
469 if(xcom == NULL) in process_comment()
474 memcpy(xcom->lang, lang, 3); in process_comment()
475 memcpy(xcom->id, id, 4); in process_comment()
490 …store_id3_text(&xcom->description, descr-1, text-descr+1, NOQUIET, fr->p.flags & MPG123_PLAIN_ID3T… in process_comment()
495 …store_id3_text(&xcom->text, text-1, realsize+1-(text-realdata), NOQUIET, fr->p.flags & MPG123_PLAI… in process_comment()
500 …fprintf(stderr, "Note: ID3 comm/uslt desc of length %"SIZE_P".\n", (size_p)xcom->description.fill); in process_comment()
501 fprintf(stderr, "Note: ID3 comm/uslt text of length %"SIZE_P".\n", (size_p)xcom->text.fill); in process_comment()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpr78297.f907 common /xcom/ a common
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr78297.f907 common /xcom/ a common
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpr78297.f907 common /xcom/ a common
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr78297.f907 common /xcom/ a common
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr78297.f907 common /xcom/ a common

1234567