Home
last modified time | relevance | path

Searched refs:VX (Results 1 – 25 of 2462) sorted by relevance

12345678910>>...99

/dports/math/gecode/gecode-0916a1a/gecode/int/
H A Dcount.hh74 template<class VX>
75 RelTest holds(VX x, VX y);
77 template<class VX>
80 template<class VX>
83 template<class VX>
87 template<class VX>
88 ExecStatus post_true(Home home, ViewArray<VX>& x, VX y);
90 template<class VX>
93 template<class VX>
101 ExecStatus post_false(Home home, ViewArray<VX>& x, VX y);
[all …]
/dports/www/dooble/dooble-2021.12.05/Dictionaries/be_BY/
H A Dbe_BY.dic19 абабіты/VX
37 абавязаны/VX
76 абагульнены/VX
107 абазначаны/VX
206 абаронны/VX
230 абачлівы/VX
232 абаяльны/VX
669 аб'ёмны/VX
1202 абмыты/VX
1427 абраны/VX
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/linear/
H A Dbool-int.hpp48 LinBoolInt<VX>::LinBoolInt(Home home, ViewArray<VX>& x0, in LinBoolInt()
84 LinBoolInt<VX>::LinBoolInt(Space& home, LinBoolInt<VX>& p) in LinBoolInt()
115 GqBoolInt<VX>::GqBoolInt(Home home, ViewArray<VX>& x, int c) in GqBoolInt()
120 GqBoolInt<VX>::GqBoolInt(Space& home, GqBoolInt<VX>& p) in GqBoolInt()
198 GqBoolInt<VX>::post(Home home, ViewArray<VX>& x, int c) { in post()
238 EqBoolInt<VX>::EqBoolInt(Home home, ViewArray<VX>& x, int c) in EqBoolInt()
243 EqBoolInt<VX>::EqBoolInt(Space& home, EqBoolInt<VX>& p) in EqBoolInt()
321 EqBoolInt<VX>::post(Home home, ViewArray<VX>& x, int c) { in post()
375 NqBoolInt<VX>::NqBoolInt(Space& home, NqBoolInt<VX>& p) in NqBoolInt()
394 NqBoolInt<VX>::post(Home home, ViewArray<VX>& x, int c) { in post()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/count/
H A Drel.hpp113 template<class VX>
145 holds(VX x, VX y) { in holds()
237 post_true(Home home, ViewArray<VX>& x, VX y) { in post_true()
246 post_true(Home home, VX x, VX y) { in post_true()
247 return Rel::EqDom<VX,VX>::post(home,x,y); in post_true()
251 post_false(Home home, ViewArray<VX>& x, VX y) { in post_false()
253 GECODE_ES_CHECK((Rel::Nq<VX,VX>::post(home,x[i],y))); in post_false()
258 post_false(Home home, VX x, VX y) { in post_false()
259 return Rel::Nq<VX,VX>::post(home,x,y); in post_false()
286 prune(Space& home, ViewArray<VX>& x, VX y) { in prune()
[all …]
H A Dview-base.hpp36 template<class VX, class VY, class VZ>
38 ViewBase<VX,VY,VZ>::ViewBase(Home home, in ViewBase()
48 template<class VX, class VY, class VZ>
50 ViewBase<VX,VY,VZ>::ViewBase(Space& home, ViewBase<VX,VY,VZ>& p) in ViewBase() argument
57 template<class VX, class VY, class VZ>
63 template<class VX, class VY, class VZ>
71 template<class VX, class VY, class VZ>
83 template<class VX, class VY, class VZ>
116 template<class VX>
118 shared(const IntSet&, VX) { in shared() argument
[all …]
H A Dview-lq.hpp36 template<class VX, class VY, class VZ, bool shr>
38 LqView<VX,VY,VZ,shr>::LqView(Home home, ViewArray<VX>& x, in LqView()
40 : ViewBase<VX,VY,VZ>(home,x,y,z,c) {} in LqView()
42 template<class VX, class VY, class VZ, bool shr>
44 LqView<VX,VY,VZ,shr>::post(Home home, ViewArray<VX>& x, in post()
56 template<class VX, class VY, class VZ, bool shr>
58 LqView<VX,VY,VZ,shr>::LqView(Space& home, LqView<VX,VY,VZ,shr>& p) in LqView() argument
59 : ViewBase<VX,VY,VZ>(home,p) {} in LqView()
61 template<class VX, class VY, class VZ, bool shr>
63 LqView<VX,VY,VZ,shr>::copy(Space& home) { in copy()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dvector1.c119 dest[VX] = src[VX]; in V2f_Copy()
149 dest[VX] = src1[VX] + src2[VX]; in V2f_Sum()
155 dest[VX] = src1[VX] - src2[VX]; in V2f_Subtract()
380 dest[VX] = src[VX]; in V2d_Copy()
408 dest[VX] = src1[VX] + src2[VX]; in V2d_Sum()
414 dest[VX] = src1[VX] - src2[VX]; in V2d_Subtract()
722 dest[VX] = src[VX]; in V3f_Copy()
741 dest[VX] = src1[VX] + src2[VX]; in V3f_Sum()
748 dest[VX] = src1[VX] - src2[VX]; in V3f_Subtract()
944 dest[VX] = src1[VX] + src2[VX]; in V3d_Sum()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/view/
H A Drel-test.hpp51 ViewRanges<VX> rx(x); in rtest_eq_dom_check()
72 template<class VX>
79 template<class VX>
87 template<class VX>
133 template<class VX>
140 template<class VX>
148 template<class VX>
170 template<class VX>
186 template<class VX>
202 template<class VX>
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/bool/
H A Dclause.hpp41 template<class VX, class VY>
51 template<class VX, class VY>
59 ClauseTrue<VX,VY>::ClauseTrue(Space& home, ClauseTrue<VX,VY>& p) in ClauseTrue() argument
106 ClauseTrue<VX,VY>::post(Home home, ViewArray<VX>& x, ViewArray<VY>& y) { in post()
139 VX& x0, ViewArray<VX>& x, in resubscribe()
204 Clause<VX,VY>::Clause(Home home, ViewArray<VX>& x0, ViewArray<VY>& y0, in Clause()
214 Clause<VX,VY>::Clause(Space& home, Clause<VX,VY>& p) in Clause() argument
222 template<class VX>
246 Clause<VX,VY>::post(Home home, ViewArray<VX>& x, ViewArray<VY>& y, VX z) { in post()
274 return NaryOr<VX,VX>::post(home,x,z); in post()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/MpegTS/
H A DADM_tsIndexVC1.cpp198 VX(2,profile); in decodeVC1Seq()
199 VX(3,level); in decodeVC1Seq()
201 VX(2,chroma_format); in decodeVC1Seq()
203 VX(5,Q_bit_unused); in decodeVC1Seq()
205 VX(1,postproc_flag); in decodeVC1Seq()
207 VX(12,coded_width); in decodeVC1Seq()
220 VX(1,reserved_bit); in decodeVC1Seq()
221 VX(1,psf); in decodeVC1Seq()
320 VX(6,ep_flags); in decodeVC1Seq()
321 VX(1,extended_mv); in decodeVC1Seq()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/MpegTS/
H A DADM_tsIndexVC1.cpp198 VX(2,profile); in decodeVC1Seq()
199 VX(3,level); in decodeVC1Seq()
201 VX(2,chroma_format); in decodeVC1Seq()
203 VX(5,Q_bit_unused); in decodeVC1Seq()
205 VX(1,postproc_flag); in decodeVC1Seq()
207 VX(12,coded_width); in decodeVC1Seq()
220 VX(1,reserved_bit); in decodeVC1Seq()
221 VX(1,psf); in decodeVC1Seq()
320 VX(6,ep_flags); in decodeVC1Seq()
321 VX(1,extended_mv); in decodeVC1Seq()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/MpegTS/
H A DADM_tsIndexVC1.cpp198 VX(2,profile); in decodeVC1Seq()
199 VX(3,level); in decodeVC1Seq()
201 VX(2,chroma_format); in decodeVC1Seq()
203 VX(5,Q_bit_unused); in decodeVC1Seq()
205 VX(1,postproc_flag); in decodeVC1Seq()
207 VX(12,coded_width); in decodeVC1Seq()
220 VX(1,reserved_bit); in decodeVC1Seq()
221 VX(1,psf); in decodeVC1Seq()
320 VX(6,ep_flags); in decodeVC1Seq()
321 VX(1,extended_mv); in decodeVC1Seq()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/MpegTS/
H A DADM_tsIndexVC1.cpp198 VX(2,profile); in decodeVC1Seq()
199 VX(3,level); in decodeVC1Seq()
201 VX(2,chroma_format); in decodeVC1Seq()
203 VX(5,Q_bit_unused); in decodeVC1Seq()
205 VX(1,postproc_flag); in decodeVC1Seq()
207 VX(12,coded_width); in decodeVC1Seq()
220 VX(1,reserved_bit); in decodeVC1Seq()
221 VX(1,psf); in decodeVC1Seq()
320 VX(6,ep_flags); in decodeVC1Seq()
321 VX(1,extended_mv); in decodeVC1Seq()
[all …]
/dports/devel/vasm/vasm/cpus/m68k/
H A Dopcodes.h212 "bsel", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x0029},2|Q|S_NONE,apollo},
1201 "pack3216", {VX,VX,VX}, {{AXB,AXD,AX0}, {0xfe00,0x0007},2|Q|S_NONE,apollo},
1213 "packuswb", {VX,VX,VX}, {{AXB,AXD,AX0}, {0xfe00,0x0006},2|Q|S_NONE,apollo},
1225 "paddb", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x0010},2|Q|S_NONE,apollo},
1245 "paddusb", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x0014},2|Q|S_NONE,apollo},
1265 "paddusw", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x0015},2|Q|S_NONE,apollo},
1285 "paddw", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x0011},2|Q|S_NONE,apollo},
1305 "pand", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x0008},2|Q|S_NONE,apollo},
1325 "pandn", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x000b},2|Q|S_NONE,apollo},
1345 "pavgb", {VX,VX,VX}, {{AX0,AXB,AXD}, {0xfe00,0x000c},2|Q|S_NONE,apollo},
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/render/
H A Dalgebra3.cc33 { n[VX] = v.n[VX]; n[VY] = v.n[VY]; } in vec2()
36 { n[VX] = v.n[VX]/v.n[VZ]; n[VY] = v.n[VY]/v.n[VZ]; }; in vec2()
40 case VX: n[VX] = v.n[VY]; n[VY] = v.n[VZ]; break; in vec2()
41 case VY: n[VX] = v.n[VX]; n[VY] = v.n[VZ]; break; in vec2()
42 default: n[VX] = v.n[VX]; n[VY] = v.n[VY]; break; in vec2()
50 { n[VX] = v.n[VX]; n[VY] = v.n[VY]; return *this; } in operator =()
83 { return n[VX]*n[VX] + n[VY]*n[VY]; } in length2()
114 av.n[VX] = a.v[0].n[VX]*v.n[VX] + a.v[0].n[VY]*v.n[VY] + a.v[0].n[VZ]; in operator *()
124 { return (a.n[VX]*b.n[VX] + a.n[VY]*b.n[VY]); } in operator *()
297 a.n[VZ]*b.n[VX] - a.n[VX]*b.n[VZ], in operator ^()
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Dalgebra3.cpp110 n[VX] = v.n[VX]; in vec2()
134 n[VX] = v.n[VX]; in operator =()
141 n[VX] += v.n[VX]; in operator +=()
148 n[VX] -= v.n[VX]; in operator -=()
376 n[VX] = v.n[VX]; in vec3()
383 n[VX] = v.n[VX]; in vec3()
411 n[VX] = v.n[VX]; in operator =()
419 n[VX] += v.n[VX]; in operator +=()
658 n[VX] = v.n[VX]; in vec4()
666 n[VX] = v.n[VX]; in vec4()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dalgebra3.cc111 n[VX] = v.n[VX]; in vec2()
135 n[VX] = v.n[VX]; in operator =()
142 n[VX] += v.n[VX]; in operator +=()
149 n[VX] -= v.n[VX]; in operator -=()
377 n[VX] = v.n[VX]; in vec3()
384 n[VX] = v.n[VX]; in vec3()
412 n[VX] = v.n[VX]; in operator =()
420 n[VX] += v.n[VX]; in operator +=()
659 n[VX] = v.n[VX]; in vec4()
667 n[VX] = v.n[VX]; in vec4()
[all …]
/dports/devel/glui/glui-2.36/src/
H A Dalgebra3.cpp112 n[VX] = v.n[VX]; in vec2()
136 n[VX] = v.n[VX]; in operator =()
143 n[VX] += v.n[VX]; in operator +=()
150 n[VX] -= v.n[VX]; in operator -=()
378 n[VX] = v.n[VX]; in vec3()
385 n[VX] = v.n[VX]; in vec3()
413 n[VX] = v.n[VX]; in operator =()
421 n[VX] += v.n[VX]; in operator +=()
660 n[VX] = v.n[VX]; in vec4()
668 n[VX] = v.n[VX]; in vec4()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/glui/
H A Dalgebra3.cpp110 n[VX] = v.n[VX]; in vec2()
134 n[VX] = v.n[VX]; in operator =()
141 n[VX] += v.n[VX]; in operator +=()
148 n[VX] -= v.n[VX]; in operator -=()
376 n[VX] = v.n[VX]; in vec3()
383 n[VX] = v.n[VX]; in vec3()
411 n[VX] = v.n[VX]; in operator =()
419 n[VX] += v.n[VX]; in operator +=()
658 n[VX] = v.n[VX]; in vec4()
666 n[VX] = v.n[VX]; in vec4()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/glui/
H A Dalgebra3.cpp110 n[VX] = v.n[VX]; in vec2()
134 n[VX] = v.n[VX]; in operator =()
141 n[VX] += v.n[VX]; in operator +=()
148 n[VX] -= v.n[VX]; in operator -=()
376 n[VX] = v.n[VX]; in vec3()
383 n[VX] = v.n[VX]; in vec3()
411 n[VX] = v.n[VX]; in operator =()
419 n[VX] += v.n[VX]; in operator +=()
658 n[VX] = v.n[VX]; in vec4()
666 n[VX] = v.n[VX]; in vec4()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dppc-opc.c3676 #define VX_MASK VX(0x3f, 0x7ff)
3698 #define VX_OFF_SPE2_MASK VX(0x3f, 0x7f8)
4560 {"vrefp", VX (4, 266), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4630 {"evabs", VX (4, 520), VX_MASK, PPCSPE, 0, {RS, RA}},
4632 {"evneg", VX (4, 521), VX_MASK, PPCSPE, 0, {RS, RA}},
4634 {"vrfin", VX (4, 522), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4685 {"vrfiz", VX (4, 586), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4711 {"vrfip", VX (4, 650), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4774 {"vrfim", VX (4, 714), VXVA_MASK, PPCVEC, 0, {VD, VB}},
5214 {"mfvscr", VX (4,1540), VXVAVB_MASK, PPCVEC, 0, {VD}},
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dppc-opc.c3676 #define VX_MASK VX(0x3f, 0x7ff)
3698 #define VX_OFF_SPE2_MASK VX(0x3f, 0x7f8)
4560 {"vrefp", VX (4, 266), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4630 {"evabs", VX (4, 520), VX_MASK, PPCSPE, 0, {RS, RA}},
4632 {"evneg", VX (4, 521), VX_MASK, PPCSPE, 0, {RS, RA}},
4634 {"vrfin", VX (4, 522), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4685 {"vrfiz", VX (4, 586), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4711 {"vrfip", VX (4, 650), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4774 {"vrfim", VX (4, 714), VXVA_MASK, PPCVEC, 0, {VD, VB}},
5214 {"mfvscr", VX (4,1540), VXVAVB_MASK, PPCVEC, 0, {VD}},
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dppc-opc.c3676 #define VX_MASK VX(0x3f, 0x7ff)
3698 #define VX_OFF_SPE2_MASK VX(0x3f, 0x7f8)
4560 {"vrefp", VX (4, 266), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4630 {"evabs", VX (4, 520), VX_MASK, PPCSPE, 0, {RS, RA}},
4632 {"evneg", VX (4, 521), VX_MASK, PPCSPE, 0, {RS, RA}},
4634 {"vrfin", VX (4, 522), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4685 {"vrfiz", VX (4, 586), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4711 {"vrfip", VX (4, 650), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4774 {"vrfim", VX (4, 714), VXVA_MASK, PPCVEC, 0, {VD, VB}},
5214 {"mfvscr", VX (4,1540), VXVAVB_MASK, PPCVEC, 0, {VD}},
[all …]
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dppc-opc.c3676 #define VX_MASK VX(0x3f, 0x7ff)
3698 #define VX_OFF_SPE2_MASK VX(0x3f, 0x7f8)
4560 {"vrefp", VX (4, 266), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4630 {"evabs", VX (4, 520), VX_MASK, PPCSPE, 0, {RS, RA}},
4632 {"evneg", VX (4, 521), VX_MASK, PPCSPE, 0, {RS, RA}},
4634 {"vrfin", VX (4, 522), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4685 {"vrfiz", VX (4, 586), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4711 {"vrfip", VX (4, 650), VXVA_MASK, PPCVEC, 0, {VD, VB}},
4774 {"vrfim", VX (4, 714), VXVA_MASK, PPCVEC, 0, {VD, VB}},
5214 {"mfvscr", VX (4,1540), VXVAVB_MASK, PPCVEC, 0, {VD}},
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/
H A Dlwo2chunks.h57 VX vert; in CHUNK()
87 VX poly; in CHUNK()
101 VX vert; in CHUNK()
102 VX poly; in CHUNK()
111 VX index; in CHUNK()
198 VX envelope; in CHUNK()
203 VX envelope; in CHUNK()
208 VX envelope; in CHUNK()
213 VX envelope; in CHUNK()
309 VX image; in CHUNK()
[all …]

12345678910>>...99