Searched refs:pos0 (Results 1 - 20 of 20) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dadd_noise_msa.c18 v16u8 pos0, pos1, ref0, ref1; local
32 pos0 = LD_UB(pos0_ptr);
36 pos0 = __msa_subsus_u_b(pos0, black_clamp);
38 pos0 = __msa_subsus_u_b(pos0, both_clamp);
40 pos0 = __msa_subsus_u_b(pos0, white_clamp);
42 pos0 += ref0;
43 ST_UB(pos0, pos0_pt
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c72 float *pos0 = v0->data[pos]; local
77 const float dx = fabsf(pos0[0] - pos2[0]);
78 const float dy = fabsf(pos0[1] - pos2[1]);
94 pos0[1] = pos0[1] - half_width - bias;
99 if (pos0[0] < pos2[0]) {
101 pos0[0] -= 0.5f;
108 pos0[0] += 0.5f;
117 pos0[0] = pos0[
[all...]
H A Ddraw_pipe_stipple.c126 const float *pos0 = v0->data[pos]; local
131 float x0 = pos0[0];
133 float y0 = pos0[1];
H A Ddraw_pipe_wide_point.c141 float *pos0 = v0->data[pos]; local
160 pos0[0] += left_adj;
161 pos0[1] += top_adj;
/external/swiftshader/src/Shader/
H A DVertexPipeline.cpp109 Vector4f pos0; local
112 pos0 = transform(src, matrix, index0, homogeneous);
115 dst.x = pos0.x * weight0 + pos1.x * weight1; // FIXME: Vector4f operators
116 dst.y = pos0.y * weight0 + pos1.y * weight1;
117 dst.z = pos0.z * weight0 + pos1.z * weight1;
118 dst.w = pos0.w * weight0 + pos1.w * weight1;
124 Vector4f pos0; local
128 pos0 = transform(src, matrix, index0, homogeneous);
132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2;
133 dst.y = pos0
141 Vector4f pos0; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateIntervalFormat.java791 String pat0, FieldPosition pos0, // pattern and pos corresponding to {0}
801 if (pos0.getEndIndex() > 0) {
802 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
803 posResult.setEndIndex(pos0.getEndIndex() + index0);
814 } else if (pos0.getEndIndex() > 0) {
817 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
818 posResult.setEndIndex(pos0.getEndIndex() + index0);
790 adjustPosition(String combiningPattern, String pat0, FieldPosition pos0, String pat1, FieldPosition pos1, FieldPosition posResult) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java800 String pat0, FieldPosition pos0, // pattern and pos corresponding to {0}
810 if (pos0.getEndIndex() > 0) {
811 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
812 posResult.setEndIndex(pos0.getEndIndex() + index0);
823 } else if (pos0.getEndIndex() > 0) {
826 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
827 posResult.setEndIndex(pos0.getEndIndex() + index0);
799 adjustPosition(String combiningPattern, String pat0, FieldPosition pos0, String pat1, FieldPosition pos1, FieldPosition posResult) argument
/external/python/cpython2/Lib/test/
H A Daudiotests.py236 pos0 = f.tell()
237 self.assertEqual(pos0, 0)
244 f.setpos(pos0)
/external/skia/src/views/
H A DSkTouchGesture.cpp188 static SkScalar center(float pos0, float pos1) { argument
189 return (pos0 + pos1) * 0.5f;
/external/skqp/src/views/
H A DSkTouchGesture.cpp188 static SkScalar center(float pos0, float pos1) { argument
189 return (pos0 + pos1) * 0.5f;
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp1307 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0}
1317 if (pos0.getEndIndex() > 0) {
1318 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
1319 posResult.setEndIndex(pos0.getEndIndex() + index0);
1330 } else if (pos0.getEndIndex() > 0) {
1333 posResult.setBeginIndex(pos0.getBeginIndex() + index0);
1334 posResult.setEndIndex(pos0.getEndIndex() + index0);
1306 adjustPosition(UnicodeString& combiningPattern, UnicodeString& pat0, FieldPosition& pos0, UnicodeString& pat1, FieldPosition& pos1, FieldPosition& posResult) argument
/external/python/cpython3/Lib/test/
H A Daudiotests.py284 pos0 = f.tell()
285 self.assertEqual(pos0, 0)
292 f.setpos(pos0)
/external/icu/icu4c/source/i18n/unicode/
H A Ddtitvfmt.h676 * @param pos0 FieldPosition within pat0
685 UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0}
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.cpp1084 CFX_PointF pos0 = pPoints[i - 1].m_Point; local
1088 pos0 = pObject2Device->Transform(pos0);
1092 pos0 = HardClip(pos0);
1095 agg::curve4 curve(pos0.x, pos0.y, pos.x, pos.y, pos2.x, pos2.y, pos3.x,
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h988 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \
990 (long)(pos0), (long)(pos1))
991 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \
993 (long)(count), (long)(pos0), \
995 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \
997 (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
998 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \
1000 res, (long)(fd), (long)(buf), (long)(count), (long)(pos0), (long)(pos1))
2560 long pos0, long pos1);
2562 long count, long pos0, lon
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A 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/
H A 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/skia/src/core/
H A DSkPaint.cpp1122 const SkPoint pos0 = posMaker(0); local
1124 pos0.x(), pos0.y(), TextType);
/external/skqp/src/core/
H A DSkPaint.cpp1122 const SkPoint pos0 = posMaker(0); local
1124 pos0.x(), pos0.y(), TextType);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c521 int pos0 = find_output_by_semantic(&shader->info.base, local
527 if (pos0 != -1 && outputs[pos0][2]) {
528 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");

Completed in 707 milliseconds