Home
last modified time | relevance | path

Searched defs:DVec (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/test/data/hiding/
H A DDVec.hs2 module DVec (Vec, (++), type (@@@), cons, fromList, snoc) where module
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/test/data/hiding/
H A DDVec.hs2 module DVec (Vec, (++), type (@@@), cons, fromList, snoc) where module
/dports/science/libecpint/libecpint-1.0.7/example/
H A Dexample.cpp25 using DVec = std::vector<double>; typedef
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_PlanFunc.cxx79 const gp_Vec& DVec, in DEDT()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/math/
H A Dvectypes.h330 typedef BasicVector<double> DVec; typedef