Home
last modified time | relevance | path

Searched refs:g_pv (Results 1 – 8 of 8) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dgshhs.cpp359 static std::list<float_2Dpt> g_pv; variable
389 g_pv.push_back(g_p1); in gshhsvertexCallback()
390 g_pv.push_back(g_p2); in gshhsvertexCallback()
400 g_pv.push_back(p); in gshhsvertexCallback()
498 *pv = new float_2Dpt[g_pv.size()]; in DrawPolygonFilledGL()
500 for(std::list<float_2Dpt>::iterator it = g_pv.begin(); it != g_pv.end(); it++) in DrawPolygonFilledGL()
503 *pvc = g_pv.size(); in DrawPolygonFilledGL()
504 g_pv.clear(); in DrawPolygonFilledGL()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dewalds_multipole.F1317 DIMENSION(:, :) :: dipoles, g_forces, g_pv, & local
1326 NULLIFY (multipoles, charges, dipoles, g_forces, g_pv, &
1344 ALLOCATE (g_pv(3, 3))
1356 g_pv = 0.0_dp
1375 … forces_glob=r_forces, pv_local=g_pv, pv_glob=r_pv, iw=iw, do_debug=.FALSE.)
1388 g_pv = 0.0_dp
1421 g_pv = 0.0_dp
1454 g_pv = 0.0_dp
1488 g_pv = 0.0_dp
1521 g_pv = 0.0_dp
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dewalds_multipole.F1320 DIMENSION(:, :) :: dipoles, g_forces, g_pv, & local
1329 NULLIFY (random_stream, multipoles, charges, dipoles, g_forces, g_pv, &
1347 ALLOCATE (g_pv(3, 3))
1359 g_pv = 0.0_dp
1378 … forces_glob=r_forces, pv_local=g_pv, pv_glob=r_pv, iw=iw, do_debug=.FALSE.)
1391 g_pv = 0.0_dp
1424 g_pv = 0.0_dp
1457 g_pv = 0.0_dp
1491 g_pv = 0.0_dp
1524 g_pv = 0.0_dp
[all …]
/dports/science/silo/silo-4.10.2-bsd/src/netcdf/
H A Dsilo_netcdf.c113 dbfile->pub.g_pv = db_cdf_GetPointvar; in db_cdf_InitCallbacks()
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo.c6525 if (!dbfile->pub.g_pv) in DBGetPointvar()
6528 retval = (dbfile->pub.g_pv) (dbfile, name); in DBGetPointvar()
H A Dsilo.h.in1684 DBmeshvar *(*g_pv)(struct DBfile *, char const *); member
/dports/science/silo/silo-4.10.2-bsd/src/pdb_drv/
H A Dsilo_pdb.c1933 dbfile->pub.g_pv = db_pdb_GetPointvar; in db_pdb_InitCallbacks()
/dports/science/silo/silo-4.10.2-bsd/src/hdf5_drv/
H A Dsilo_hdf5.c2772 dbfile->pub.g_pv = db_hdf5_GetPointvar; in db_hdf5_InitCallbacks()