Home
last modified time | relevance | path

Searched defs:RTYPE (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmacros_msa.h140 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) /* NOLINT */ argument
143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
156 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
163 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument
210 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument
224 #define ILVRL_B2(RTYPE, in0, in1, out0, out1) \ argument
/external/libyuv/files/include/libyuv/
Dmacros_msa.h140 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) /* NOLINT */ argument
143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument
156 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
163 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument
210 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument
224 #define ILVRL_B2(RTYPE, in0, in1, out0, out1) \ argument
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
268 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
276 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ argument
284 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
292 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ argument
[all …]
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h21 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
25 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
29 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
32 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
36 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
295 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
303 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ argument
310 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
318 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ argument
[all …]
Dsad_msa.c16 #define SAD_INSVE_W4(RTYPE, in0, in1, in2, in3, out) \ argument
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h19 #define LD_V(RTYPE, psrc) *((const RTYPE *)(psrc)) argument
26 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
235 #define LD_V2(RTYPE, psrc, stride, out0, out1) \ argument
245 #define LD_V3(RTYPE, psrc, stride, out0, out1, out2) \ argument
252 #define LD_V4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
261 #define LD_V5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ argument
269 #define LD_V7(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6) \ argument
276 #define LD_V8(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \ argument
286 #define LD_V16(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \ argument
314 #define ST_V2(RTYPE, in0, in1, pdst, stride) \ argument
[all …]
Dsad_msa.c14 #define SAD_INSVE_W4(RTYPE, in0, in1, in2, in3, out) \ argument
/external/python/cpython2/Include/
Dpyport.h771 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE argument
772 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE argument
787 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE argument
789 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE argument
802 # define PyAPI_FUNC(RTYPE) RTYPE argument
805 # define PyAPI_DATA(RTYPE) extern RTYPE argument
818 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE argument
819 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument
821 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE argument
822 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument
[all …]
DPython.h65 #define DL_IMPORT(RTYPE) RTYPE argument
68 #define DL_EXPORT(RTYPE) RTYPE argument
/external/webp/src/dsp/
Dmsa_macro.h48 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) argument
52 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc)) argument
56 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc)) argument
60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
220 #define LD_B2(RTYPE, psrc, stride, out0, out1) do { \ argument
227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ argument
234 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) do { \ argument
241 #define LD_B8(RTYPE, psrc, stride, \ argument
[all …]
/external/python/cpython2/RISCOS/
Dpyconfig.h699 #define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE argument
700 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument
702 #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE argument
703 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument
/external/python/cpython3/Include/
Dpyport.h667 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE argument
668 # define PyAPI_DATA(RTYPE) extern Py_EXPORTED_SYMBOL RTYPE argument
683 # define PyAPI_FUNC(RTYPE) Py_IMPORTED_SYMBOL RTYPE argument
685 # define PyAPI_DATA(RTYPE) extern Py_IMPORTED_SYMBOL RTYPE argument
698 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE argument
701 # define PyAPI_DATA(RTYPE) extern Py_EXPORTED_SYMBOL RTYPE argument
/external/libpng/mips/
Dfilter_msa_intrinsics.c251 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc)) argument
253 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument
268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
274 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
299 #define ILVR_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument
306 #define HSUB_UB2(RTYPE, in0, in1, out0, out1) \ argument
313 #define SLDI_B2_0(RTYPE, in0, in1, out0, out1, slide_val) \ argument
321 #define SLDI_B3_0(RTYPE, in0, in1, in2, out0, out1, out2, slide_val) \ argument
[all …]
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrixTriangular_BLAS.h96 #define EIGEN_BLAS_RANKUPDATE_C(EIGTYPE, BLASTYPE, RTYPE, BLASFUNC) \ argument
/external/python/cpython2/PC/os2emx/
Dpyconfig.h34 # define PyAPI_FUNC(RTYPE) RTYPE argument
36 # define PyAPI_FUNC(RTYPE) extern RTYPE argument
38 #define PyAPI_DATA(RTYPE) extern RTYPE argument
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc335 #define REGISTER_V2(RTYPE, OTYPE) \ argument
343 #define REGISTER_ALL(RTYPE) \ argument
Drandom_binomial_op.cc527 #define REGISTER(RTYPE, TYPE) \ argument
548 #define REGISTER_ALL(RTYPE) \ argument
/external/llvm-project/openmp/runtime/src/
Dkmp_atomic.cpp1588 #define ATOMIC_BEGIN_MIX(TYPE_ID, TYPE, OP_ID, RTYPE_ID, RTYPE) \ argument
1597 #define ATOMIC_CRITICAL_FP(TYPE_ID, TYPE, OP_ID, OP, RTYPE_ID, RTYPE, LCK_ID, \ argument
1608 #define ATOMIC_CMPXCHG_MIX(TYPE_ID, TYPE, OP_ID, BITS, OP, RTYPE_ID, RTYPE, \ argument
1636 RTYPE, LCK_ID, MASK, GOMP_FLAG) \ argument
1641 #define ATOMIC_CRITICAL_REV_FP(TYPE_ID, TYPE, OP_ID, OP, RTYPE_ID, RTYPE, \ argument
1834 #define ATOMIC_CMPXCHG_CMPLX(TYPE_ID, TYPE, OP_ID, BITS, OP, RTYPE_ID, RTYPE, \ argument
2402 #define ATOMIC_BEGIN_CPT_MIX(TYPE_ID, OP_ID, TYPE, RTYPE_ID, RTYPE) \ argument
2412 RTYPE, LCK_ID, MASK, GOMP_FLAG) \ argument
2420 #define ATOMIC_CRITICAL_CPT_MIX(TYPE_ID, TYPE, OP_ID, OP, RTYPE_ID, RTYPE, \ argument
3114 RTYPE, LCK_ID, MASK, GOMP_FLAG) \ argument
[all …]
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h209 #define DL_IMPORT(RTYPE) RTYPE _System argument
/external/flatbuffers/src/
Didl_gen_rust.cpp455 RTYPE, ...) \ in GetTypeBasic() argument
477 RTYPE, ...) \ in GetEnumTypeForDecl() argument
Didl_gen_swift.cpp821 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE, RTYPE, KTYPE, STYPE) \ in GenTypeBasic() argument
Didl_gen_kotlin.cpp144 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE, RTYPE, KTYPE, ...) \ in GenTypeBasic() argument