/third_party/glslang/Test/baseResults/ |
D | hlsl.intrinsics.d3dcolortoubyte4.frag.out | 14 0:6 col4: direct index for structure ( uniform 4-component vector of float) 15 … 'anon@0' (layout( row_major std140) uniform block{ uniform 4-component vector of float col4}) 34 0:? 'anon@0' (layout( row_major std140) uniform block{ uniform 4-component vector of float col4… 53 0:6 col4: direct index for structure ( uniform 4-component vector of float) 54 … 'anon@0' (layout( row_major std140) uniform block{ uniform 4-component vector of float col4}) 73 0:? 'anon@0' (layout( row_major std140) uniform block{ uniform 4-component vector of float col4… 89 MemberName 14($Global) 0 "col4"
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local 143 col4 = vec_ld(64, coef_block); in jsimd_idct_ifast_altivec() 149 tmp2 = vec_or(col3, col4); in jsimd_idct_ifast_altivec() 183 col4 = vec_mladd(col4, quant4, pw_zero); in jsimd_idct_ifast_altivec() 232 outb = vec_packs(col4, col4); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local 252 col4 = vec_ld(64, coef_block); in jsimd_idct_islow_altivec() 258 tmp2 = vec_or(col3, col4); in jsimd_idct_islow_altivec() 294 col4 = vec_mladd(col4, quant4, pw_zero); in jsimd_idct_islow_altivec() 334 outb = vec_packs(col4, col4); in jsimd_idct_islow_altivec()
|
D | jfdctfst-altivec.c | 93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local 126 tmp3 = vec_add(col3, col4); in jsimd_fdct_ifast_altivec() 127 tmp4 = vec_sub(col3, col4); in jsimd_fdct_ifast_altivec()
|
D | jfdctint-altivec.c | 185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local 230 tmp3 = vec_add(col3, col4); in jsimd_fdct_islow_altivec() 231 tmp4 = vec_sub(col3, col4); in jsimd_fdct_islow_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local 143 col4 = vec_ld(64, coef_block); in jsimd_idct_ifast_altivec() 149 tmp2 = vec_or(col3, col4); in jsimd_idct_ifast_altivec() 183 col4 = vec_mladd(col4, quant4, pw_zero); in jsimd_idct_ifast_altivec() 232 outb = vec_packs(col4, col4); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local 252 col4 = vec_ld(64, coef_block); in jsimd_idct_islow_altivec() 258 tmp2 = vec_or(col3, col4); in jsimd_idct_islow_altivec() 294 col4 = vec_mladd(col4, quant4, pw_zero); in jsimd_idct_islow_altivec() 334 outb = vec_packs(col4, col4); in jsimd_idct_islow_altivec()
|
D | jfdctfst-altivec.c | 93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local 126 tmp3 = vec_add(col3, col4); in jsimd_fdct_ifast_altivec() 127 tmp4 = vec_sub(col3, col4); in jsimd_fdct_ifast_altivec()
|
D | jfdctint-altivec.c | 185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local 230 tmp3 = vec_add(col3, col4); in jsimd_fdct_islow_altivec() 231 tmp4 = vec_sub(col3, col4); in jsimd_fdct_islow_altivec()
|
/third_party/glslang/Test/ |
D | hlsl.intrinsics.d3dcolortoubyte4.frag | 2 uniform float4 col4; 6 return D3DCOLORtoUBYTE4(col4);
|
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/base/ |
D | optimize_handler_wrapper.c | 19 extern void MatMulOptR4Int8Neon64(const int8_t *a, const int8_t *b, int *dst, int row4, int col4, i… 31 void MatMulR4Int8_optimize_handler(const int8_t *a, const int8_t *b, int *dst, int row4, int col4, … in MatMulR4Int8_optimize_handler() argument 33 return MatMulOptR4Int8Neon64(a, b, dst, row4, col4, deep16, input_sum, bias); in MatMulR4Int8_optimize_handler()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jfdctfst-neon.c | 79 int16x8_t col4 = cols_04.val[1]; in jsimd_fdct_ifast_neon() local 95 int16x8_t tmp3 = vaddq_s16(col3, col4); in jsimd_fdct_ifast_neon() 96 int16x8_t tmp4 = vsubq_s16(col3, col4); in jsimd_fdct_ifast_neon() 105 col4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon() 135 int16x8x2_t cols_45 = vtrnq_s16(col4, col5); in jsimd_fdct_ifast_neon()
|
D | jfdctint-neon.c | 116 int16x8_t col4 = cols_04.val[1]; in jsimd_fdct_islow_neon() local 129 int16x8_t tmp3 = vaddq_s16(col3, col4); in jsimd_fdct_islow_neon() 130 int16x8_t tmp4 = vsubq_s16(col3, col4); in jsimd_fdct_islow_neon() 139 col4 = vshlq_n_s16(vsubq_s16(tmp10, tmp11), PASS1_BITS); in jsimd_fdct_islow_neon() 234 int16x8x2_t cols_45 = vtrnq_s16(col4, col5); in jsimd_fdct_islow_neon()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ppc_zoom_ultimate.s | 124 add r2,r2,r20 ; Adds one line for future load of col3 and col4 138 lwz r28,4(r2) ; Loads col4 -> r28 147 and r10,r28,r12 ; Masks col4 channels 1 & 3 : 0x00XX00XX 148 mullw r10,r10,r24 ; Applies coef4 on col4 channels 1 & 3 151 andi. r28,r28,0xFF00 ; Masks col4 channel 2 : 0x0000XX00 152 add r7 ,r7 ,r10 ; Adds col4 to (col1 + col2 + col3) channels 1 & 3 154 mullw r28,r28,r24 ; Applies coef4 on col4 channel 2
|
D | filters.c | 460 Color col1, col2, col3, col4; in c_zoom() local 485 getPixelRGB_ (expix1, pos + bufwidth + 1, &col4); in c_zoom() 493 couleur.r = col1.r * c1 + col2.r * c2 + col3.r * c3 + col4.r * c4; in c_zoom() 498 couleur.v = col1.v * c1 + col2.v * c2 + col3.v * c3 + col4.v * c4; in c_zoom() 503 couleur.b = col1.b * c1 + col2.b * c2 + col3.b * c3 + col4.b * c4; in c_zoom()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | opt_op_handler.cc | 27 void MatMulR4Int8_optimize_handler(const int8_t *a, const int8_t *b, int *dst, int row4, int col4, … in MatMulR4Int8_optimize_handler() argument 29 return MatMulOptR4Int8Neon64(a, b, dst, row4, col4, deep16, input_sum, bias); in MatMulR4Int8_optimize_handler()
|
D | opt_op_handler.h | 25 void MatMulOptR4Int8Neon64(const int8_t *a, const int8_t *b, int *dst, int row4, int col4, int deep… 39 void MatMulR4Int8_optimize_handler(const int8_t *a, const int8_t *b, int *dst, int row4, int col4, …
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | gemm.c | 96 size_t col4 = col / C4NUM * C4NUM; local 103 for (; ci < col4; ci += C4NUM) { 471 size_t col4 = col / C4NUM * C4NUM; local 478 for (; ci < col4; ci += C4NUM) {
|
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | filters.c | 372 Color col1, col2, col3, col4; in zoomFilterFastRGB() local 487 getPixelRGB_ (pix1, pos10[position] + prevX + 1, &col4, goomdata->resolx, in zoomFilterFastRGB() 493 + col4.r * c[3][position]; in zoomFilterFastRGB() 499 + col4.v * c[3][position]; in zoomFilterFastRGB() 505 + col4.b * c[3][position]; in zoomFilterFastRGB()
|
/third_party/mindspore/tests/ut/data/dataset/testCSV/ |
D | header.csv | 1 col1,col2,col3,col4
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | matmul_int8.h | 69 void MatmulInt8Neon64(const int8_t *a, const int8_t *b, int8_t *dst, int row4, int col4, int deep16… 73 void MatMulR4Int8Neon64(const int8_t *a, const int8_t *b, int32_t *dst, int row4, int col4, int dee…
|
D | deconv_int8.h | 31 int col4, bool suppport_opt);
|
/third_party/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 237 __m64 col0, col1, col2, col3, col4, col5, col6, col7; \ 273 col4 = _mm_unpacklo_pi32(row01c, row23c); /* col4=(04 14 24 34) */ \ 276 tmp3 = _mm_add_pi16(col3, col4); /* tmp3=col3+col4 */ \ 278 tmp4 = _mm_sub_pi16(col3, col4); /* tmp4=col3-col4 */ \
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 237 __m64 col0, col1, col2, col3, col4, col5, col6, col7; \ 273 col4 = _mm_unpacklo_pi32(row01c, row23c); /* col4=(04 14 24 34) */ \ 276 tmp3 = _mm_add_pi16(col3, col4); /* tmp3=col3+col4 */ \ 278 tmp4 = _mm_sub_pi16(col3, col4); /* tmp4=col3-col4 */ \
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_filterop.py | 357 def filter_func_Partial_0(col1, col2, col3, col4): argument 358 _, _, _ = col2, col3, col4 461 def filter_func_part_sort(col1, col2, col3, col4, col5, col6): argument 462 _, _, _, _, _, _ = col1, col2, col3, col4, col5, col6
|