Home
last modified time | relevance | path

Searched refs:vdiag (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/eclat/eclat-2.0/lib/
H A Ddiag.c36 vdiag(grecs_locus_t const *locus, const char *qual, const char *fmt,
78 vdiag(locus, qual, fmt, ap);
88 vdiag(NULL, NULL, fmt, ap);
99 vdiag(NULL, NULL, fmt, ap);
109 vdiag(NULL, "warning", fmt, ap);
119 vdiag(NULL, "debug", fmt, ap);
H A Dlibeclat.h44 void vdiag(grecs_locus_t const *locus, const char *qual, const char *fmt,
/dports/devel/p5-DateTime-Format-IBeat/DateTime-Format-IBeat-0.161/t/
H A D02parse.t7 sub vdiag ($)
23 vdiag "Testing $beats => $ehour:$eminute:$esecond";
/dports/math/py-algopy/algopy-0.5.7/documentation/sphinx/examples/
H A Dpreferred_nucleotide.py184 vdiag = algopy.diag(v)
185 J = algopy.dot(vdiag, P)
201 vdiag = algopy.diag(v)
202 J = algopy.dot(vdiag, P)
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DMat3.h237 void setSymmetric(const Vec3<T> &vdiag, const Vec3<T> &vtri) in setSymmetric() argument
239 MyBase::mm[0] = vdiag[0]; in setSymmetric()
243 MyBase::mm[4] = vdiag[1]; in setSymmetric()
247 MyBase::mm[8] = vdiag[2]; in setSymmetric()
251 static Mat3 symmetric(const Vec3<T> &vdiag, const Vec3<T> &vtri) in symmetric() argument
254 vdiag[0], vtri[0], vtri[1], in symmetric()
255 vtri[0], vdiag[1], vtri[2], in symmetric()
256 vtri[1], vtri[2], vdiag[2] in symmetric()
/dports/net/bird/bird-1.6.8/proto/bfd/
H A Dpackets.c13 u8 vdiag; /* Version and diagnostic */ member
69 { return pkt->vdiag >> 5; } in bfd_pkt_get_version()
72 { return pkt->vdiag & 0x1f; } in bfd_pkt_get_diag()
294 pkt->vdiag = bfd_pack_vdiag(1, s->loc_diag); in bfd_send_ctl()
/dports/net/bird2/bird-2.0.8/proto/bfd/
H A Dpackets.c13 u8 vdiag; /* Version and diagnostic */ member
69 { return pkt->vdiag >> 5; } in bfd_pkt_get_version()
72 { return pkt->vdiag & 0x1f; } in bfd_pkt_get_diag()
294 pkt->vdiag = bfd_pack_vdiag(1, s->loc_diag); in bfd_send_ctl()
/dports/sysutils/direvent/direvent-5.2/src/
H A Ddirevent.c75 vdiag(int prio, const char *fmt, va_list ap) in vdiag() function
122 vdiag(prio, fmt, ap); in diag()
132 vdiag(LOG_DEBUG, fmt, ap); in debugprt()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Ddelaunay.cpp637 Vec3d vdiag(pmin, pmax); in Delaunay1() local
639 double r1 = sqrt (3.0) * max3(vdiag.X(), vdiag.Y(), vdiag.Z()); in Delaunay1()
640 vdiag = Vec3d (r1, r1, r1); in Delaunay1()
643 Point3d pmin2 = pmin - 8 * vdiag; in Delaunay1()
644 Point3d pmax2 = pmax + 8 * vdiag; in Delaunay1()
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Ddelaunay.cpp595 Vec<3> vdiag = pmax-pmin; in Delaunay1() local
597 double r1 = sqrt (3.0) * max3(vdiag(0), vdiag(1), vdiag(2)); in Delaunay1()
598 vdiag = Vec<3> (r1, r1, r1); in Delaunay1()
601 Point<3> pmin2 = pmin - 8 * vdiag; in Delaunay1()
602 Point<3> pmax2 = pmax + 8 * vdiag; in Delaunay1()
H A Ddelaunay2d.cpp212 Vec<2> vdiag = box.PMax()-box.PMin(); in DelaunayMesh() local
214 double w = vdiag(0); in DelaunayMesh()
215 double h = vdiag(1); in DelaunayMesh()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Ddelaunay.cpp637 Vec3d vdiag(pmin, pmax); in Delaunay1() local
639 double r1 = sqrt (3.0) * max3(vdiag.X(), vdiag.Y(), vdiag.Z()); in Delaunay1()
640 vdiag = Vec3d (r1, r1, r1); in Delaunay1()
643 Point3d pmin2 = pmin - 8 * vdiag; in Delaunay1()
644 Point3d pmax2 = pmax + 8 * vdiag; in Delaunay1()
/dports/games/spring/spring_98.0/rts/Map/SMF/
H A DSMFGroundTextures.cpp295 const float vdiag = fastmath::apxsqrt(vsxSq + vsySq); in DrawUpdate() local
350 screenPixels = (heightDiff) * (vdiag * 0.5f) / dist; in DrawUpdate()
352 screenPixels = smfMap->bigTexSize * (vdiag * 0.5f) / dist; in DrawUpdate()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dalgprim.cpp228 Vec<3> vdiag = box.PMax() - box.PMin(); in BoxInSolid() local
229 double modify = (vdiag(0) * fabs (cx) + in BoxInSolid()
230 vdiag(1) * fabs (cy) + in BoxInSolid()
231 vdiag(2) * fabs (cz) ) / 2; in BoxInSolid()
255 Vec<3> vdiag = box.PMax() - box.PMin(); in BoxInSolid() local
256 double modify = (vdiag(0) * fabs (cx) + in BoxInSolid()
257 vdiag(1) * fabs (cy) + in BoxInSolid()
258 vdiag(2) * fabs (cz) ) / 2; in BoxInSolid()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dalgprim.cpp244 Vec<3> vdiag = box.PMax() - box.PMin(); in BoxInSolid() local
245 double modify = (vdiag(0) * fabs (cx) + in BoxInSolid()
246 vdiag(1) * fabs (cy) + in BoxInSolid()
247 vdiag(2) * fabs (cz) ) / 2; in BoxInSolid()
271 Vec<3> vdiag = box.PMax() - box.PMin(); in BoxInSolid() local
272 double modify = (vdiag(0) * fabs (cx) + in BoxInSolid()
273 vdiag(1) * fabs (cy) + in BoxInSolid()
274 vdiag(2) * fabs (cz) ) / 2; in BoxInSolid()
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dalgprim.cpp235 Vec<3> vdiag = box.PMax() - box.PMin(); in BoxInSolid() local
236 double modify = (vdiag(0) * fabs (cx) + in BoxInSolid()
237 vdiag(1) * fabs (cy) + in BoxInSolid()
238 vdiag(2) * fabs (cz) ) / 2; in BoxInSolid()
262 Vec<3> vdiag = box.PMax() - box.PMin(); in BoxInSolid() local
263 double modify = (vdiag(0) * fabs (cx) + in BoxInSolid()
264 vdiag(1) * fabs (cy) + in BoxInSolid()
265 vdiag(2) * fabs (cz) ) / 2; in BoxInSolid()
/dports/print/texinfo/texinfo-6.8/install-info/
H A Dinstall-info.c208 vdiag (const char *fmt, const char *diagtype, va_list ap) in vdiag() function
223 vdiag (fmt, NULL, ap); in error()
234 vdiag (fmt, "warning", ap); in warning()
246 vdiag (fmt, NULL, ap); in fatal()
/dports/sysutils/direvent/direvent-5.2/
H A DChangeLog785 * src/dircond.c (vdiag): Fix memory allocation
854 (vdiag): Optionally output the message both to
916 * /src/dircond.c (vdiag): Implement print-priority.
/dports/editors/kate/kate-21.12.3/addons/lspclient/
H A Dlspclientserver.cpp746 for (const auto &vdiag : result) { in parseDiagnostics() local
747 auto diag = vdiag.toObject(); in parseDiagnostics()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F9017570 REAL(KIND=dp) :: vdiag local
17979 vdiag = A_f % Values( A_f % Diag(kf) )
18008 A_f % Values( A_f % Diag(kf)) = vdiag
18009 CALL AddToMatrixElement(A_fs,kf,ks, -vdiag )
H A DDefUtils.F906718 REAL(KIND=dp) :: vdiag local