Home
last modified time | relevance | path

Searched refs:_l2 (Results 1 – 25 of 150) sorted by relevance

123456

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/sys/
H A Dpreprocessor.h52 #define UCS_PP_ZIP(_l1, _l2) \ argument
100 #define _UCS_PP_ZIP_1(_l1, _l2) _UCS_PP_ZIP_0(_l1, _l2) (UCS_PP_TUPLE_0 _l1, UCS_PP_TUPLE_0 argument
101 #define _UCS_PP_ZIP_2(_l1, _l2) _UCS_PP_ZIP_1(_l1, _l2), (UCS_PP_TUPLE_1 _l1, UCS_PP_TUPLE_1 argument
102 #define _UCS_PP_ZIP_3(_l1, _l2) _UCS_PP_ZIP_2(_l1, _l2), (UCS_PP_TUPLE_2 _l1, UCS_PP_TUPLE_2 argument
103 #define _UCS_PP_ZIP_4(_l1, _l2) _UCS_PP_ZIP_3(_l1, _l2), (UCS_PP_TUPLE_3 _l1, UCS_PP_TUPLE_3 argument
104 #define _UCS_PP_ZIP_5(_l1, _l2) _UCS_PP_ZIP_4(_l1, _l2), (UCS_PP_TUPLE_4 _l1, UCS_PP_TUPLE_4 argument
105 #define _UCS_PP_ZIP_6(_l1, _l2) _UCS_PP_ZIP_5(_l1, _l2), (UCS_PP_TUPLE_5 _l1, UCS_PP_TUPLE_5 argument
106 #define _UCS_PP_ZIP_7(_l1, _l2) _UCS_PP_ZIP_6(_l1, _l2), (UCS_PP_TUPLE_6 _l1, UCS_PP_TUPLE_6 argument
107 #define _UCS_PP_ZIP_8(_l1, _l2) _UCS_PP_ZIP_7(_l1, _l2), (UCS_PP_TUPLE_7 _l1, UCS_PP_TUPLE_7 argument
108 #define _UCS_PP_ZIP_9(_l1, _l2) _UCS_PP_ZIP_8(_l1, _l2), (UCS_PP_TUPLE_8 _l1, UCS_PP_TUPLE_8 argument
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DDisplacementToVelocityFieldBCH.cc47 _dv(NULL), _l1(NULL), _l2(NULL), _l3(NULL), _l4(NULL) in DisplacementToVelocityFieldBCH()
136 case 4: _l2 = new ImageType(grid); in Initialize()
160 Delete(_l2); in Finalize()
197 if (_NumberOfTerms > 3) liebracket(_l2, v, _l1, _UseJacobian); // [v, [v, dv]] in Run()
199 if (_NumberOfTerms > 5) liebracket(_l4, _dv, _l2, _UseJacobian); // [dv, [v, [v, dv]]] in Run()
204 else if (_NumberOfTerms == 4) ParallelForEachScalar(v, _dv, _l1, _l2, v, bch); in Run()
205 else if (_NumberOfTerms == 5) ParallelForEachScalar(v, _dv, _l1, _l2, _l3, v, bch); in Run()
206 else if (_NumberOfTerms == 6) ParallelForEachScalar(v, _dv, _l1, _l2, _l3, _l4, v, bch); in Run()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libdha/
H A Dcpu_flush.c17 dhahelper_cpu_flush_t _l2; in cpu_flush() local
18 _l2.va = va; in cpu_flush()
19 _l2.length = length; in cpu_flush()
20 retval = ioctl(libdha_fd, DHAHELPER_CPU_FLUSH, &_l2); in cpu_flush()
/dports/math/maxima/maxima-5.43.2/share/diff_form/
H A Dhodge_test3.mac12 h_st(_f):=block([_f1:expand(_f),_l1:[],_l2:[],_l3:[],_l4,_l5,_l6,_l7,abasis],
25 /* _l2:sublis(ev(map("=",abasis,makelist(1,i,1,dim))),_l1),*/
26 _l2:sublis(map("=",abasis,makelist(1,i,1,dim)),_l1),
27 _l3:map(lambda([x,y],y/x),_l2,_l1),
32 _l7:apply("+",map(lambda([x,y],x*y*volume),_l2,_l4)),
H A Dcurvture2.mac13 make_tan():=block([_l:[],_l1,_l2,_l3,_l4,_ll,_p,_p4,_m],
22 _l2:cross2(1/sqrt(_p4)*_l3,1/sqrt(_p)*_l),
23 addrow(_m,_l2,1/sqrt(_p4)*_l3))$
/dports/net/kamailio/kamailio-5.4.5/src/modules/rr/
H A Drecord.c203 static inline int build_rr(struct lump* _l, struct lump* _l2, str* user, in build_rr() argument
303 _l2 = insert_new_lump_before(_l2, suffix, suffix_len, HDR_RECORDROUTE_T); in build_rr()
304 if (_l2 == 0) in build_rr()
307 _l2 = insert_rr_param_lump(_l2, rr_param_buf.s, rr_param_buf.len); in build_rr()
308 if (_l2 == 0) in build_rr()
312 if (!(_l2 = insert_new_lump_before(_l2, term, RR_TERM_LEN, 0))) in build_rr()
680 static inline int build_advertised_rr(struct lump* _l, struct lump* _l2, str *_data, in build_advertised_rr() argument
784 if (!(_l2 = insert_new_lump_before(_l2, suffix, suffix_len, HDR_RECORDROUTE_T))) in build_advertised_rr()
788 if (!(_l2 = insert_rr_param_lump(_l2, rr_param_buf.s, rr_param_buf.len))) in build_advertised_rr()
791 if (!(_l2 = insert_new_lump_before(_l2, term, RR_TERM_LEN, 0))) in build_advertised_rr()
/dports/security/ratproxy/ratproxy/
H A Dnlist.h158 _u32 _l2 = (v2len); \
159 _u8 *_s1 = strdup(val1), *_s2 = malloc(_l2), *_fn = strdup(fn); \
161 memcpy(_s2,(val2),_l2); \
162 _s2[_l2] = 0; \
163 ADDP_RAWMEM((list),_s1,_s2,_l2,_fn); \
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264qpel_template.c390 … FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
402 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pi…
412 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof…
442 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
454 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
466 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
478 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
494 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
504 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
517 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264qpel_template.c390 … FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
402 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pi…
412 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof…
442 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
454 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
466 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
478 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
494 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
504 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
517 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264qpel_template.c390 … FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
402 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pi…
412 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof…
442 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
454 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
466 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
478 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
494 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
504 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
517 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264qpel_template.c390 … FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
402 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pi…
412 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof…
442 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
454 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
466 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
478 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
494 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
504 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
517 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264qpel_template.c390 … FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
402 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pi…
412 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof…
442 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
454 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
466 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
478 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
494 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
504 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
517 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264qpel_template.c390 … FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
402 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pi…
412 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof…
442 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
454 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
466 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
478 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
494 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
504 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
517 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264qpel_template.c390 … FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
402 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pi…
412 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof…
442 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
454 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
466 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
478 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(p…
494 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
504 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
517 …FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(…
[all …]
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DRobSubstitution.cpp855 : _l1(l1), _l1i(l1Index), _l2(l2), _l2i(l2Index) {} in AssocContext()
859 bool res=Fn::associate(subst, _l1, _l1i, _l2, _l2i); in enter()
874 Literal* _l2; member
916 : _subst(subst), _l1(l1), _l1i(l1Index), _l2(l2), in AssocIterator()
919 ASS_EQ(_l1->functor(),_l2->functor()); in AssocIterator()
951 if(Fn::associate(_subst, _l1, _l1i, _l2, _l2i)) { in hasNext()
960 TermList t21=*_l2->nthArgument(0); in hasNext()
961 TermList t22=*_l2->nthArgument(1); in hasNext()
1011 Literal* _l2; member in Kernel::RobSubstitution::AssocIterator
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DTopology.cpp127 Mutex::Lock _l2(_peers_m); in getUpstreamPeer() local
217 Mutex::Lock _l2(_peers_m); in addWorld() local
306 Mutex::Lock _l2(_peers_m); in removeMoon() local
335 Mutex::Lock _l2(_upstreams_m); in doPeriodicTasks() local
/dports/textproc/py-nltk/nltk-3.4.1/nltk/tag/
H A Dtnt.py122 self._l2 = 0.0
259 self._l2 = tl2 / (tl1 + tl2 + tl3)
370 p = self._l1 * p_uni + self._l2 * p_bi + self._l3 * p_tri
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DDisplacementToVelocityFieldBCH.h88 ImageType *_l2; variable
/dports/archivers/zip-ada/zip-ada/test/
H A Dsalami.cmd9 zipada -el2 %1_l2.zip *.tmp %1
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DELF_ARM64_PIC_relocations.s16 _l2: label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DELF_ARM64_PIC_relocations.s16 _l2: label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DELF_ARM64_PIC_relocations.s16 _l2: label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DELF_ARM64_PIC_relocations.s16 _l2: label
/dports/devel/llvm10/llvm-10.0.1.src/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DELF_ARM64_PIC_relocations.s16 _l2: label
/dports/devel/llvm11/llvm-11.0.1.src/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DELF_ARM64_PIC_relocations.s16 _l2: label

123456