Home
last modified time | relevance | path

Searched defs:VAdd (Results 1 – 10 of 10) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DPhys_Math.cc5 vector_3 VAdd( vector_3 *a, vector_3 *b ) in VAdd() function
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dvector.cpp79 void VAdd(vector * a, vector * b, vector * c) { in VAdd() function
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dvector.cpp79 void VAdd(vector * a, vector * b, vector * c) { in VAdd() function
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dvector.cpp79 void VAdd(vector *a, vector *b, vector *c) { in VAdd() function
/dports/graphics/tachyon/tachyon/src/
H A Dvector.c36 void VAdd(const vector * a, const vector * b, vector * c) { in VAdd() function
/dports/graphics/povray37/povray-3.7.0.10/source/backend/math/
H A Dvector.h47 inline void VAdd(VECTOR a, const VECTOR b, const VECTOR c) in VAdd() function
54 inline void VAdd(SNGL_VECT a, const VECTOR b, const VECTOR c) in VAdd() function
61 inline void VAdd(SNGL_VECT a, const SNGL_VECT b, const SNGL_VECT c) in VAdd() function
/dports/graphics/povray36/povray-3.6.1/source/
H A Dvector.h44 inline void VAdd(VECTOR a, const VECTOR b, const VECTOR c) in VAdd() function
51 inline void VAdd(SNGL_VECT a, const VECTOR b, const VECTOR c) in VAdd() function
58 inline void VAdd(SNGL_VECT a, const SNGL_VECT b, const SNGL_VECT c) in VAdd() function
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dvector.h56 inline void VAdd(VECTOR a, const VECTOR b, const VECTOR c) in VAdd() function
63 inline void VAdd(SNGL_VECT a, const VECTOR b, const VECTOR c) in VAdd() function
70 inline void VAdd(SNGL_VECT a, const SNGL_VECT b, const SNGL_VECT c) in VAdd() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/plumb/
H A Dplumber.h25 VAdd, /* apply to OAttr only */ enumerator
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dvmath.h109 static __inline__ void VAdd(VECTOR3 v1, const VECTOR3 v2, const VECTOR3 v3) in VAdd() function