Home
last modified time | relevance | path

Searched refs:pos0 (Results 1 – 25 of 35) sorted by relevance

12

/external/libaom/libaom/aom_dsp/mips/
Dadd_noise_msa.c30 v16u8 pos0, ref0, pos1, ref1; in aom_plane_add_noise_msa() local
33 pos0 = LD_UB(pos0_ptr); in aom_plane_add_noise_msa()
39 temp00 = (pos0 < black_clamp); in aom_plane_add_noise_msa()
40 pos0 = __msa_bmnz_v(pos0, black_clamp, temp00); in aom_plane_add_noise_msa()
43 XORI_B2_128_UB(pos0, pos1); in aom_plane_add_noise_msa()
45 temp00 = (v16u8)(temp00_s < pos0); in aom_plane_add_noise_msa()
46 pos0 = (v16u8)__msa_bmnz_v((v16u8)pos0, (v16u8)temp00_s, temp00); in aom_plane_add_noise_msa()
50 XORI_B2_128_UB(pos0, pos1); in aom_plane_add_noise_msa()
51 pos0 += ref0; in aom_plane_add_noise_msa()
52 ST_UB(pos0, pos0_ptr); in aom_plane_add_noise_msa()
/external/libvpx/libvpx/vpx_dsp/mips/
Dadd_noise_msa.c18 v16u8 pos0, pos1, ref0, ref1; in vpx_plane_add_noise_msa() local
32 pos0 = LD_UB(pos0_ptr); in vpx_plane_add_noise_msa()
36 pos0 = __msa_subsus_u_b(pos0, black_clamp); in vpx_plane_add_noise_msa()
38 pos0 = __msa_subsus_u_b(pos0, both_clamp); in vpx_plane_add_noise_msa()
40 pos0 = __msa_subsus_u_b(pos0, white_clamp); in vpx_plane_add_noise_msa()
42 pos0 += ref0; in vpx_plane_add_noise_msa()
43 ST_UB(pos0, pos0_ptr); in vpx_plane_add_noise_msa()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c61 float *pos0 = v0->data[pos]; in wideline_line() local
66 const float dx = fabsf(pos0[0] - pos2[0]); in wideline_line()
67 const float dy = fabsf(pos0[1] - pos2[1]); in wideline_line()
83 pos0[1] = pos0[1] - half_width - bias; in wideline_line()
88 if (pos0[0] < pos2[0]) { in wideline_line()
90 pos0[0] -= 0.5f; in wideline_line()
97 pos0[0] += 0.5f; in wideline_line()
106 pos0[0] = pos0[0] - half_width + bias; in wideline_line()
111 if (pos0[1] < pos2[1]) { in wideline_line()
113 pos0[1] -= 0.5f; in wideline_line()
[all …]
Ddraw_pipe_stipple.c126 const float *pos0 = v0->data[pos]; in stipple_line() local
131 float x0 = pos0[0]; in stipple_line()
133 float y0 = pos0[1]; in stipple_line()
Ddraw_pipe_wide_point.c141 float *pos0 = v0->data[pos]; in widepoint_point() local
160 pos0[0] += left_adj; in widepoint_point()
161 pos0[1] += top_adj; in widepoint_point()
/external/syzkaller/pkg/ast/
Dparser.go194 pos0 := p.pos
205 Pos: pos0,
212 pos0 := p.pos
215 Pos: pos0,
221 pos0 := p.pos
224 Pos: pos0,
230 pos0 := p.pos
244 Pos: pos0,
252 pos0 := p.pos
266 Pos: pos0,
[all …]
/external/syzkaller/prog/
Dparse.go34 pos0 := pos
39 ent.End = pos0
44 Start: pos0,
/external/swiftshader/src/Shader/
DVertexPipeline.cpp109 Vector4f pos0; in transformBlend() local
112 pos0 = transform(src, matrix, index0, homogeneous); in transformBlend()
115 dst.x = pos0.x * weight0 + pos1.x * weight1; // FIXME: Vector4f operators in transformBlend()
116 dst.y = pos0.y * weight0 + pos1.y * weight1; in transformBlend()
117 dst.z = pos0.z * weight0 + pos1.z * weight1; in transformBlend()
118 dst.w = pos0.w * weight0 + pos1.w * weight1; in transformBlend()
124 Vector4f pos0; in transformBlend() local
128 pos0 = transform(src, matrix, index0, homogeneous); in transformBlend()
132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2; in transformBlend()
133 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2; in transformBlend()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dexp.s76 exp pos0 v4, v3, v2, v1
80 exp pos0 v4, v3, v2, v1 done
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java800 … String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} in adjustPosition() argument
810 if (pos0.getEndIndex() > 0) { in adjustPosition()
811 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
812 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
823 } else if (pos0.getEndIndex() > 0) { in adjustPosition()
826 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
827 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java792 … String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} in adjustPosition() argument
802 if (pos0.getEndIndex() > 0) { in adjustPosition()
803 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
804 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
815 } else if (pos0.getEndIndex() > 0) { in adjustPosition()
818 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
819 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
/external/python/cpython2/Lib/test/
Daudiotests.py236 pos0 = f.tell()
237 self.assertEqual(pos0, 0)
244 f.setpos(pos0)
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1305 … UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0} in adjustPosition() argument
1315 if (pos0.getEndIndex() > 0) { in adjustPosition()
1316 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
1317 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
1328 } else if (pos0.getEndIndex() > 0) { in adjustPosition()
1331 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
1332 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
/external/libopus/src/
Danalysis.c239 int pos0; in tonality_get_info() local
263 pos0 = pos; in tonality_get_info()
283 pos = pos0; in tonality_get_info()
296 mpos = vpos = pos0; in tonality_get_info()
376 pos = pos0; in tonality_get_info()
/external/skqp/tools/viewer/
DTouchGesture.cpp188 static SkScalar center(float pos0, float pos1) { in center() argument
189 return (pos0 + pos1) * 0.5f; in center()
/external/skia/tools/viewer/
DTouchGesture.cpp188 static SkScalar center(float pos0, float pos1) { in center() argument
189 return (pos0 + pos1) * 0.5f; in center()
/external/python/cpython3/Lib/test/
Daudiotests.py296 pos0 = f.tell()
297 self.assertEqual(pos0, 0)
304 f.setpos(pos0)
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1084 CFX_PointF pos0 = pPoints[i - 1].m_Point; in BuildPath() local
1088 pos0 = pObject2Device->Transform(pos0); in BuildPath()
1092 pos0 = HardClip(pos0); in BuildPath()
1095 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x, in BuildPath()
/external/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h685 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0}
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/
Dexp_vi.txt39 # VI: exp pos0 v1, off, off, off ; encoding: [0xc1,0x00,0x00,0xc4,0x01,0x00,0x00,0x00]
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h988 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \ argument
990 (long)(pos0), (long)(pos1))
991 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \ argument
993 (long)(count), (long)(pos0), \
995 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \ argument
997 (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
998 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \ argument
1000 res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
2560 long pos0, long pos1);
2562 long count, long pos0, long pos1);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.exp.ll178 ; GCN: exp pos0 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]]{{$}}
179 ; GCN: exp pos0 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]] done{{$}}
423 ; GCN: exp pos0 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]]{{$}}
424 ; GCN: exp pos0 [[SRC0]], [[SRC1]], [[SRC2]], [[SRC3]] done{{$}}
Dwait.ll46 ; ILPMAX: exp pos0
/external/skia/src/core/
DSkTextBlob.cpp628 const SkPoint pos0 = posMaker(0); in GetTextIntercepts() local
629 SkTextInterceptsIter iter(glyphs, glyphCount, font, paint, bounds, pos0.x(), pos0.y(), in GetTextIntercepts()
/external/skqp/src/core/
DSkTextBlob.cpp628 const SkPoint pos0 = posMaker(0); in GetTextIntercepts() local
629 SkTextInterceptsIter iter(glyphs, glyphCount, font, paint, bounds, pos0.x(), pos0.y(), in GetTextIntercepts()

12