Home
last modified time | relevance | path

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

/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.c72 float *pos0 = v0->data[pos]; in wideline_line() local
77 const float dx = fabsf(pos0[0] - pos2[0]); in wideline_line()
78 const float dy = fabsf(pos0[1] - pos2[1]); in wideline_line()
94 pos0[1] = pos0[1] - half_width - bias; in wideline_line()
99 if (pos0[0] < pos2[0]) { in wideline_line()
101 pos0[0] -= 0.5f; in wideline_line()
108 pos0[0] += 0.5f; in wideline_line()
117 pos0[0] = pos0[0] - half_width + bias; in wideline_line()
122 if (pos0[1] < pos2[1]) { in wideline_line()
124 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/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/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.java791 … String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} in adjustPosition() argument
801 if (pos0.getEndIndex() > 0) { in adjustPosition()
802 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
803 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
814 } else if (pos0.getEndIndex() > 0) { in adjustPosition()
817 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
818 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1307 … UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0} in adjustPosition() argument
1317 if (pos0.getEndIndex() > 0) { in adjustPosition()
1318 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
1319 posResult.setEndIndex(pos0.getEndIndex() + index0); in adjustPosition()
1330 } else if (pos0.getEndIndex() > 0) { in adjustPosition()
1333 posResult.setBeginIndex(pos0.getBeginIndex() + index0); in adjustPosition()
1334 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/skia/src/views/
DSkTouchGesture.cpp188 static SkScalar center(float pos0, float pos1) { in center() argument
189 return (pos0 + pos1) * 0.5f; in center()
/external/skqp/src/views/
DSkTouchGesture.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.py284 pos0 = f.tell()
285 self.assertEqual(pos0, 0)
292 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/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java2416 ParsePosition pos0 = new ParsePosition(0);
2417 /* Date d0 = */ sdf0.parse("-September", pos0);
2418 logln("sdf0: " + pos0.getErrorIndex() + "/" + pos0.getIndex());
2419 assertTrue("Fail: failed a good test", pos0.getErrorIndex() == -1);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java2413 ParsePosition pos0 = new ParsePosition(0);
2414 /* Date d0 = */ sdf0.parse("-September", pos0);
2415 logln("sdf0: " + pos0.getErrorIndex() + "/" + pos0.getIndex());
2416 assertTrue("Fail: failed a good test", pos0.getErrorIndex() == -1);
/external/skqp/src/core/
DSkPaint.cpp1122 const SkPoint pos0 = posMaker(0); in GetTextIntercepts() local
1124 pos0.x(), pos0.y(), TextType); in GetTextIntercepts()
/external/skia/src/core/
DSkPaint.cpp1122 const SkPoint pos0 = posMaker(0); in GetTextIntercepts() local
1124 pos0.x(), pos0.y(), TextType); in GetTextIntercepts()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c521 int pos0 = find_output_by_semantic(&shader->info.base, in generate_fs_loop() local
527 if (pos0 != -1 && outputs[pos0][2]) { in generate_fs_loop()
528 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z"); in generate_fs_loop()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1632 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {}
1634 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos0,
1641 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos0,
1647 long pos0, long pos1) {}