Home
last modified time | relevance | path

Searched defs:cross (Results 101 – 125 of 2555) sorted by relevance

12345678910>>...103

/dports/editors/o/o-2.46.0/vendor/github.com/creack/pty/pty-1.1.17/
H A Dtest_crosscompile.sh15 cross() { function
/dports/editors/o/o-2.46.0/vendor/github.com/creack/pty/
H A Dtest_crosscompile.sh15 cross() { function
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/creack/pty/
H A Dtest_crosscompile.sh15 cross() { function
/dports/print/tex-xdvik/xdvik-22.87/
H A Dconfigure.ac134 AM_CONDITIONAL([cross], [test "x$cross_compiling" = xyes]) condition
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_slopes.cpp78 FVector3 p, v1, v2, cross; in P_SlopeLineToPoint() local
229 FVector3 v1, v2, cross; in P_VavoomSlope() local
337 FVector3 vt1, vt2, vt3, cross; in P_SetSlopesFromVertexHeights() local
377 FVector3 cross = vec1 ^ vec2; in P_SetSlopesFromVertexHeights() local
522 FVector3 p, v1, v2, cross; in P_AlignPlane() local
/dports/misc/dartsim/dart-6.11.1/examples/atlas_simbicon/
H A DState.cpp323 Vector3d cross = comY.cross(projPelvisZ); in getSagitalPelvisAngle() local
342 Vector3d cross = comY.cross(projPelvisZ); in getCoronalPelvisAngle() local
361 Vector3d cross = comY.cross(projThighAZ); in getSagitalLeftLegAngle() local
380 Vector3d cross = comY.cross(projThighAZ); in getSagitalRightLegAngle() local
399 Vector3d cross = comY.cross(projThighAZ); in getCoronalLeftLegAngle() local
418 Vector3d cross = comY.cross(projThighAZ); in getCoronalRightLegAngle() local
/dports/misc/dartsim/dart-6.11.1/examples/deprecated_examples/glut_atlas_simbicon/
H A DState.cpp323 Vector3d cross = comY.cross(projPelvisZ); in getSagitalPelvisAngle() local
342 Vector3d cross = comY.cross(projPelvisZ); in getCoronalPelvisAngle() local
361 Vector3d cross = comY.cross(projThighAZ); in getSagitalLeftLegAngle() local
380 Vector3d cross = comY.cross(projThighAZ); in getSagitalRightLegAngle() local
399 Vector3d cross = comY.cross(projThighAZ); in getCoronalLeftLegAngle() local
418 Vector3d cross = comY.cross(projThighAZ); in getCoronalRightLegAngle() local
/dports/astro/geographiclib/GeographicLib-1.52/matlab/geographiclib/
H A Dgeodarea.m79 cross = transit(lon1, lon2); variable
111 cross = zeros(length(lon1), 1); variable
/dports/multimedia/py-moviepy/moviepy-1.0.3/moviepy/video/fx/
H A Dmake_loopable.py5 def make_loopable(clip, cross): argument
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/
H A DVector3.h64 Vector3<scalar> cross(const Vector3<scalar> b) const { in cross() function
71 static Vector3<scalar> cross(const Vector3<scalar> a, const Vector3<scalar> b) { in cross() function
/dports/cad/sumo/sumo-1.2.0/tools/sumolib/net/generator/
H A Dcross.py19 def cross(defaultNode=None, defaultEdge=None, centralReservation=0): function
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dqxq_c.c423 SpiceDouble cross[3]; in qxq_c() local
H A Dqxq.c16 doublereal cross[3]; in qxq_() local
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dqxq_c.c423 SpiceDouble cross[3]; in qxq_c() local
H A Dqxq.c16 doublereal cross[3]; in qxq_() local
/dports/math/tvmet/tvmet-1.7.2/include/tvmet/xpr/
H A DVectorFunctions.h552 cross(const XprVector<E1, 3>& lhs, const XprVector<E2, 3>& rhs) { in cross() function
574 cross(const XprVector<E, 3>& lhs, const Vector<T, 3>& rhs) { in cross() function
594 cross(const Vector<T1, 3>& lhs, const XprVector<E2, 3>& rhs) { in cross() function
/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/testdata/simple/cross/
H A Dtest.go1 package cross package
/dports/devel/blitz/blitz-1.0.2/blitz/
H A Dtvcross.h49 TinyVector<T_numtype,3> cross(const TinyVector<T_numtype,3>& x, in cross() function
/dports/math/R-cran-sets/sets/R/
H A Dfuzzyfuns.R86 function(center = NULL, cross = NULL, slope = 4, height = 1, chop = 0) argument
94 cross <- trunc(diff(range(x)) / 5) functionVar
105 function(cross = NULL, slope = 0.5, height = 1, chop = 0) argument
111 cross <- mean(range(x)) functionVar
252 function(center = NULL, cross = NULL, slope = 4, height = 1, chop = 0, argument
259 function(cross = NULL, slope = 0.5, height = 1, chop = 0, argument
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dbreak_polygons.c56 char cross; /* 0 - do not break, 1 - break */ member
65 char cross; /* 0 - do not break, 1 - break */ member
118 char cross; in Vect_break_polygons_file() local
413 int closed, last_point, cross; in Vect_break_polygons_mem() local
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/serialization/
H A Dsmart_cast.hpp75 struct cross { struct
77 static T cast(U & u){ in cast()
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DLine.hh59 bool line_crosses_line(Line<COORD_T> u, Line<COORD_T> v, Point<COORD_T>& cross) in line_crosses_line()
146 Point<COORD_T> cross; in line_crosses_box() local
/dports/biology/lamarc/lamarc-2.1.8/boost/
H A Dsmart_cast.hpp73 struct cross { struct
75 static T cast(U & u){ in cast()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/
H A DMakefile14 cross: target
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2_mixer/
H A DMakefile14 cross: target

12345678910>>...103