HomeSort by relevance Sort by last modified time
    Searched refs:y4 (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/valgrind/memcheck/tests/
badrw.c 10 int y4; local
19 y4 = *x4;
20 *x4 = y4;
  /external/pdfium/third_party/agg23/
agg_curves.cpp 33 FX_FLOAT x4, FX_FLOAT y4)
38 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
44 FX_FLOAT x4, FX_FLOAT y4,
55 FX_FLOAT y34 = (y3 + y4) / 2;
63 FX_FLOAT dy = y4 - y1;
64 FX_FLOAT d2 = FXSYS_fabs(((x2 - x4) * dy) - ((y2 - y4) * dx));
65 FX_FLOAT d3 = FXSYS_fabs(((x3 - x4) * dy) - ((y3 - y4) * dx));
72 FXSYS_fabs(y2 + y4 - y3 - y3) <= m_distance_tolerance_manhattan) {
100 recursive_bezier(x1234, y1234, x234, y234, x34, y34, x4, y4, level + 1);
105 FX_FLOAT x4, FX_FLOAT y4)
    [all...]
agg_curves.h 28 FX_FLOAT x4, FX_FLOAT y4)
37 cp[7] = y4;
42 FX_FLOAT x4, FX_FLOAT y4)
51 cp[7] = y4;
71 FX_FLOAT x4, FX_FLOAT y4) :
74 init(x1, y1, x2, y2, x3, y3, x4, y4);
89 FX_FLOAT x4, FX_FLOAT y4);
127 FX_FLOAT x4, FX_FLOAT y4);
131 FX_FLOAT x4, FX_FLOAT y4,
145 FX_FLOAT x4, FX_FLOAT y4)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
84 uint32_t y4 = min((int32_t)y+2, gHeight-1);
110 float3 p4 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y4)) * gCoeffs[20]
111 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y4)) * gCoeffs[21]
112 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y4)) * gCoeffs[22
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 37 float x4, y4; member in struct:bezier
54 float x4, float y4);
bezier.c 55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3);
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3);
83 second_half->y3 = (bez->y3 + bez->y4) * 0.5;
85 second_half->y4 = bez->y4;
88 first_half->y4 = second_half->y1 =
110 double y4y1 = b->y4 - b->y1;
124 polygon_vertex_append(poly, b->x4, b->y4);
142 len = len + line_length(bez->x3, bez->y3, bez->x4, bez->y4);
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4);
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /external/clang/test/SemaCXX/
default-constructor-initializers.cpp 38 struct Y4 {
42 Y4 y4; variable
warn-literal-conversion.cpp 12 int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 12.3 to 12}} local
atomic-type.cpp 89 Y y4 = { { X(0) }, 4 }; member in namespace:copy_init
  /external/libvncserver/examples/
zippy.c 98 int i,j,y3=(y1*2+y2)/3,y4=(y1+y2*2)/3; local
102 rfbDrawPixel(s,x1,y4,f.blueMax<<f.blueShift);
104 for(j=0;j<y2-y4;j++)
109 memcpy(ADDR(i,j+y4),ADDR(x1,y4),bpp);
116 int y3=(y1*2+y2)/3,y4=(y1+y2*2)/3; local
119 rfbFillRect(s,x1,y3,x2,y4,f.greenMax<<f.greenShift);
120 rfbFillRect(s,x1,y4,x2,y2,f.blueMax<<f.blueShift);
  /external/libopus/celt/arm/
celt_neon_intr.c 58 int16x4_t y4 = vget_low_s16(yy); local
61 int32x4_t a1 = vmlal_lane_s16(a0, y4, x4, 0);
63 int16x4_t y1 = vext_s16(y0, y4, 1);
64 int16x4_t y5 = vext_s16(y4, y8, 1);
68 int16x4_t y2 = vext_s16(y0, y4, 2);
69 int16x4_t y6 = vext_s16(y4, y8, 2);
73 int16x4_t y3 = vext_s16(y0, y4, 3);
74 int16x4_t y7 = vext_s16(y4, y8, 3);
89 int16x4_t y4 = vld1_dup_s16(y); /* load next y */ local
90 y0 = vext_s16(y0, y4, 1)
    [all...]
  /external/skia/experimental/docs/
interpolatorFunctions.js 28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7];
31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3);
35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3);
37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 69 int y4 = y * 4; local
71 temp[y4 + x] = mMatrix[y4 + 0] * a[x]
72 + mMatrix[y4 + 1] * a[4 + x]
73 + mMatrix[y4 + 2] * a[8 + x]
74 + mMatrix[y4 + 3] * a[12 + x];
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 150 y4 := src[8*1+x]
156 y8 := w7*(y4+y5) + 4
157 y4 = (y8 + w1mw7*y4) >> 3
169 y1 = y4 + y6
170 y4 -= y6
179 y2 = (r2*(y4+y5) + 128) >> 8
180 y4 = (r2*(y4-y5) + 128) >> 8
185 src[8*2+x] = (y0 + y4) >> 1
    [all...]
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 150 y4 := src[8*1+x]
156 y8 := w7*(y4+y5) + 4
157 y4 = (y8 + w1mw7*y4) >> 3
169 y1 = y4 + y6
170 y4 -= y6
179 y2 = (r2*(y4+y5) + 128) >> 8
180 y4 = (r2*(y4-y5) + 128) >> 8
185 src[8*2+x] = (y0 + y4) >> 1
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_arm.c 53 uint32_t y4; local
76 y4 = x4 + (y3 >> 26);
78 swap = -(y4 >> 26);
79 y4 &= 0x3ffffff;
85 y4 ^= x4;
91 y4 &= swap;
97 y4 ^= x4;
103 r->v[8] = y4;
  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 112 x4, y4 = point
116 if y1 < y and y2 < y and y3 < y and y4 < y:
118 if y1 >= y and y2 >= y and y3 >= y and y4 >= y:
124 ay = y4 - dy - cy - by
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_ref.go 46 y4 float64
495 y4 = h4 + alpha96
525 y4 -= alpha96
543 x6 += y4
567 x4 = h4 - y4
721 y4 = h4 + alpha96
735 y4 -= alpha96
743 x6 += y4
763 x4 = h4 - y4
1121 y4 = h4 + alpha9
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 46 y4 float64
495 y4 = h4 + alpha96
525 y4 -= alpha96
543 x6 += y4
567 x4 = h4 - y4
721 y4 = h4 + alpha96
735 y4 -= alpha96
743 x6 += y4
763 x4 = h4 - y4
1121 y4 = h4 + alpha9
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 46 y4 float64
495 y4 = h4 + alpha96
525 y4 -= alpha96
543 x6 += y4
567 x4 = h4 - y4
721 y4 = h4 + alpha96
735 y4 -= alpha96
743 x6 += y4
763 x4 = h4 - y4
1121 y4 = h4 + alpha9
    [all...]
  /frameworks/base/libs/hwui/font/
CacheTexture.h 164 float x4, float y4, float u4, float v4) {
169 TextureVertex::set(mesh++, x4, y4, u4, v4);
  /external/clang/test/Analysis/
dead-stores.c 246 int y4 = 4; local
268 ++y4;
314 0 ? : ((void)y4, ({ return; }));

Completed in 4691 milliseconds

1 2 3 4 5