Home
last modified time | relevance | path

Searched defs:v2c (Results 1 – 25 of 84) sorted by relevance

1234

/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dextra_connectivity.h68 vector<index_t> v2c; // vertex to corner member
97 vector<index_t> v2c; // vertex to corner member
/dports/math/octave/octave-6.4.0/scripts/miscellaneous/
H A Dcompare_versions.m107 v2c = ""; variable
110 v2c = v2(v2firstchar:end); variable
/dports/cad/freehdl/freehdl-0.0.7/examples/
H A DMakefile.am1 SUBDIRS = v2c subdir
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/utils/
H A Ddia2django.py40 v2c = re.compile(r'varchar\((\d+)\)') variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dxc_mgga_drivers.f9046 SUBROUTINE xc_metagcx( length, ns, np, rho, grho, tau, ex, ec, v1x, v2x, v3x, v1c, v2c, v3c ) argument
83 REAL(DP), INTENT(OUT) :: v2c(np,length,ns) local
301 SUBROUTINE tau_xc( length, rho, grho2, tau, ex, ec, v1x, v2x, v3x, v1c, v2c, v3c ) argument
326 ex, ec, v1x, v2x, v3x, v1c, v2c, v3c local
356 SUBROUTINE tau_xc_spin( length, rho, grho, tau, ex, ec, v1x, v2x, v3x, v1c, v2c, v3c ) argument
369 REAL(DP), INTENT(OUT) :: v2c(3,length,2) local
H A Dcorrelation_gga.f909 SUBROUTINE perdew86( rho, grho, sc, v1c, v2c ) !<GPU:DEVICE> argument
18 REAL(DP), INTENT(OUT) :: sc, v1c, v2c local
60 SUBROUTINE ggac( rho, grho, sc, v1c, v2c ) !<GPU:DEVICE> argument
69 REAL(DP), INTENT(OUT) :: sc, v1c, v2c local
138 SUBROUTINE glyp( rho, grho, sc, v1c, v2c ) !<GPU:DEVICE> argument
147 REAL(DP), INTENT(OUT) :: sc, v1c, v2c local
194 REAL(DP), INTENT(OUT) :: sc, v1c, v2c local
266 REAL(DP), INTENT(OUT) :: v2c local
337 REAL(DP), INTENT(OUT) :: v2c local
447 REAL(DP), INTENT(OUT) :: v2c local
[all …]
H A Dxc_gga_drivers.f9051 SUBROUTINE xc_gcx( length, ns, rho, grho, ex, ec, v1x, v2x, v1c, v2c, v2c_ud ) argument
87 REAL(DP), INTENT(OUT) :: v2c(:,:) local
443 REAL(DP) :: sc, v1c, v2c local
1219 REAL(DP) :: sc, v1c(2), v2c local
1296 sc, v1c, v2c, v2c_ud ) argument
1324 REAL(DP), INTENT(OUT), DIMENSION(length,2) :: v2c local
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/mesh/
H A Dmesh_smoothing.cpp54 vector<index_t> v2c(M.vertices.nb(), index_t(-1)); in mesh_smooth() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/omniVersion/
H A DCommonPatternsTest.java48 Version v2c = Version.parseVersion(MOZ_PREFIX + "1.0.0"); in testMozillaPattern() local
228 Version v2c = Version.parseVersion(JSR277_PREFIX + "1.0.0.0-a"); in testJsr277Pattern() local
/dports/math/geogram/geogram-1.7.7/src/examples/geogram/opennl_mesh_smooth/
H A Dmain.cpp70 vector<index_t> v2c(M->vertices.nb(), index_t(-1)); in mesh_smooth() local
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/sysutils/helm/helm-3.5.2/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/net/storj/storj-1.45.3/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/devel/mutagen/mutagen-0.11.8/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/sysutils/terraform/terraform-1.0.11/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go51 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/science/quantum-espresso/q-e-qe-6.7.0/LR_Modules/
H A Dsetup_dgc.f9039 REAL(DP), ALLOCATABLE :: v1x(:,:), v2x(:,:), v1c(:,:), v2c(:,:) local
H A Dcompute_vsgga.f9035 REAL(DP), DIMENSION(dfftp%nnr,2) :: v1x, v2x, v1c, v2c local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/function/constraint/
H A DROL_ScalarLinearConstraint.hpp118 SingletonVector<Real>& v2c = dynamic_cast<SingletonVector<Real>&>(v2); in solveAugmentedSystem() local
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go58 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go58 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/sysutils/istio/istio-1.6.7/vendor/google.golang.org/grpc/xds/internal/client/
H A Dclient.go58 v2c *v2Client // Actual xDS client implementation using the v2 API member
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGRegionHxt.cpp157 std::map<MVertex *, uint32_t> &v2c, in Hxt2Gmsh()
398 std::map<MVertex *, uint32_t> &v2c, in Gmsh2Hxt()
524 std::map<MVertex *, uint32_t> v2c; in _meshGRegionHxt() local

1234