Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/external/epid-sdk/epid/member/tiny/math/src/
Dfq6.c27 Fq2Add(&result->y2, &left->y2, &right->y2); in Fq6Add()
33 Fq2Sub(&result->y2, &left->y2, &right->y2); in Fq6Sub()
49 Fq2Mul(temp_c, &left->y2, &right->y2); // temp_c = t2 in Fq6Mul()
50 Fq2Add(temp_d, &left->y1, &left->y2); // temp_d = t3 in Fq6Mul()
51 Fq2Add(temp_e, &right->y1, &right->y2); // temp_e = t4 in Fq6Mul()
63 Fq2Add(temp_d, &left->y0, &left->y2); in Fq6Mul()
65 Fq2Add(temp_c, &right->y0, &right->y2); in Fq6Mul()
69 Fq2Add(&result->y2, temp_d, temp_b); in Fq6Mul()
82 Fq2Mul(temp_d, &in->y1, &in->y2); in Fq6Inv()
85 Fq2Square(temp_b, &in->y2); in Fq6Inv()
[all …]
Dpairing.c76 Fq2Conj(&Pout->z0.y2, &Pin->z0.y2); in frob_op()
77 Fq2Conj(&Pout->z1.y2, &Pin->z1.y2); in frob_op()
83 Fq2Cp(&Pout->z0.y2, &Pin->z0.y2); in frob_op()
84 Fq2Cp(&Pout->z1.y2, &Pin->z1.y2); in frob_op()
89 Fq2Mul(&Pout->z0.y2, &Pout->z0.y2, &state->g[e - 1][3]); in frob_op()
90 Fq2Mul(&Pout->z1.y2, &Pout->z1.y2, &state->g[e - 1][4]); in frob_op()
150 Fq2Add(&f->z0.y2, &f->z0.y0, &f->z0.y0); in pair_tangent()
151 Fq2Add(&f->z0.y2, &f->z0.y2, &f->z0.y0); in pair_tangent()
152 Fq2Add(&f->z1.y1, X, &f->z0.y2); in pair_tangent()
162 Fq2Mul(&f->z1.y2, &f->z0.y2, &f->z0.y2); in pair_tangent()
[all …]
/external/libxcam/cl_kernel/
Dkernel_bi_filter.cl15 #define CALC_SUM(y1,y2,y3,dark1,dark2,dark3) \
16 cur_y = (float8)(y1, y2, y3); \
40 float8 y1, y2, dark1, dark2;
48y2 = convert_float8(as_uchar8(convert_ushort4(read_imageui(input_y, sampler, (int2)(pos_x, pos_y -…
51 CALC_SUM (y1.s1234, y1.s567, y2.s0, dark1.s1234, dark1.s567, dark2.s0);
52 CALC_SUM (y1.s2345, y1.s67, y2.s01, dark1.s2345, dark1.s67, dark2.s01);
53 CALC_SUM (y1.s3456, y1.s7, y2.s012, dark1.s3456, dark1.s7, dark2.s012);
54 CALC_SUM (y1.s4567, y2.s01, y2.s23, dark1.s4567, dark2.s01, dark2.s23);
55 CALC_SUM (y1.s567, y2.s0123, y2.s4, dark1.s567, dark2.s0123, dark2.s4);
56 CALC_SUM (y1.s67, y2.s0123, y2.s45, dark1.s67, dark2.s0123, dark2.s45);
[all …]
/external/fonttools/Lib/fontTools/pens/
DmomentsPen.py65 x2,y2 = p2
68 r1 = r0*y2
71 r4 = 3*y2
75 r8 = 2*y2
78 r11 = 10*y2
82 r15 = x2*y2
89 r22 = y2**2
93 r26 = y0*y2
101 r34 = 5*y2
114 r47 = y1*y2
[all …]
DpointInsidePen.py88 x2, y2 = point
92 if y1 < y and y2 < y:
94 if y1 >= y and y2 >= y:
98 dy = y2 - y1
103 self._addIntersection(y2 > y1)
108 x2, y2 = bcp1
114 if y1 < y and y2 < y and y3 < y and y4 < y:
116 if y1 >= y and y2 >= y and y3 >= y and y4 >= y:
120 cy = (y2 - dy) * 3.0
121 by = (y3 - y2) * 3.0 - cy
[all …]
/external/adhd/cras/src/dsp/
Deq.c51 float y2 = q->y2; in eq_process1() local
61 - a1*y1 - a2*y2; in eq_process1()
65 y2 = y1; in eq_process1()
71 q->y2 = y2; in eq_process1()
86 float y2 = q->y2; in eq_process() local
96 - a1*y1 - a2*y2; in eq_process()
100 y2 = y1; in eq_process()
106 q->y2 = y2; in eq_process()
113 float y2 = q->y2; in eq_process() local
121 float z2 = r->y2; in eq_process()
[all …]
Deq2.c61 float y2L = qL->y2; in eq2_process_one()
71 float y2R = qR->y2; in eq2_process_one()
106 qL->y2 = y2L; in eq2_process_one()
110 qR->y2 = y2R; in eq2_process_one()
126 float32x2_t y2 = {qL->y2, qR->y2}; in eq2_process_two_neon() local
134 float32x2_t z2 = {rL->y2, rR->y2}; in eq2_process_two_neon()
173 [y2]"+w"(y2), in eq2_process_two_neon()
194 qL->y2 = y2[0]; in eq2_process_two_neon()
196 rL->y2 = z2[0]; in eq2_process_two_neon()
200 qR->y2 = y2[1]; in eq2_process_two_neon()
[all …]
/external/pdfium/third_party/agg23/
Dagg_basics.h69 T y2; member
72 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {} in rect_base()
81 if(y1 > y2) { in normalize()
83 y1 = y2; in normalize()
84 y2 = t; in normalize()
93 if(y2 > r.y2) { in clip()
94 y2 = r.y2; in clip()
102 return x1 <= x2 && y1 <= y2; in clip()
106 return x1 <= x2 && y1 <= y2; in is_valid()
116 if(r.y2 > r2.y2) { in intersect_rectangles()
[all …]
Dagg_curves.h26 float x2, float y2, in curve4_points()
33 cp[3] = y2; in curve4_points()
40 float x2, float y2, in init()
47 cp[3] = y2; in init()
69 float x2, float y2, in curve4_div() argument
74 init(x1, y1, x2, y2, x3, y3, x4, y4); in curve4_div()
87 float x2, float y2,
125 float x2, float y2,
129 float x2, float y2,
143 float x2, float y2, in curve4() argument
[all …]
Dagg_curves.cpp30 float x2, float y2, in init() argument
37 bezier(x1, y1, x2, y2, x3, y3, x4, y4); in init()
41 float x2, float y2, in recursive_bezier() argument
50 float y12 = (y1 + y2) / 2; in recursive_bezier()
52 float y23 = (y2 + y3) / 2; in recursive_bezier()
63 float d2 = fabs(((x2 - x4) * dy) - ((y2 - y4) * dx)); in recursive_bezier()
68 if (fabs(x1 + x3 - x2 - x2) + fabs(y1 + y3 - y2 - y2) + in recursive_bezier()
69 fabs(x2 + x4 - x3 - x3) + fabs(y2 + y4 - y3 - y3) <= in recursive_bezier()
101 float x2, float y2, in bezier() argument
106 recursive_bezier(x1, y1, x2, y2, x3, y3, x4, y4, 0); in bezier()
Dagg_math.h26 float x2, float y2, in calc_point_location() argument
29 return ((x - x2) * (y2 - y1)) - ((y - y2) * (x2 - x1)); in calc_point_location()
31 AGG_INLINE float calc_distance(float x1, float y1, float x2, float y2) in calc_distance() argument
34 float dy = y2 - y1; in calc_distance()
38 float x2, float y2, in calc_line_point_distance() argument
42 float dy = y2 - y1; in calc_line_point_distance()
47 return ((x - x2) * dy / d) - ((y - y2) * dx / d); in calc_line_point_distance()
/external/libldac/src/
Dsigana_ldac.c37 SCALAR y0, y1, y2; in calc_mdct_pseudo_spectrum_ldac() local
41 y2 = p_spec[1]; in calc_mdct_pseudo_spectrum_ldac()
42 tmp = y1 * y1 + y2 * y2; in calc_mdct_pseudo_spectrum_ldac()
49 y1 = y2; in calc_mdct_pseudo_spectrum_ldac()
50 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac()
51 tmp = y1 * y1 + (y0-y2) * (y0-y2); in calc_mdct_pseudo_spectrum_ldac()
58 y1 = y2; in calc_mdct_pseudo_spectrum_ldac()
59 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac()
60 tmp = y1 * y1 + (y0-y2) * (y0-y2); in calc_mdct_pseudo_spectrum_ldac()
65 tmp = y1 * y1 + y2 * y2; in calc_mdct_pseudo_spectrum_ldac()
Dsigana_fixp_ldac.c193 INT32 y0, y1, y2; in calc_mdct_pseudo_spectrum_ldac() local
200 y2 = p_spec[1]; in calc_mdct_pseudo_spectrum_ldac()
202 acc2 = (INT64)y2 * (INT64)y2; in calc_mdct_pseudo_spectrum_ldac()
212 y1 = y2; in calc_mdct_pseudo_spectrum_ldac()
213 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac()
215 acc2 = (INT64)(y0-y2) * (INT64)(y0-y2); in calc_mdct_pseudo_spectrum_ldac()
225 y1 = y2; in calc_mdct_pseudo_spectrum_ldac()
226 y2 = p_spec[isp+1]; in calc_mdct_pseudo_spectrum_ldac()
228 acc2 = (INT64)(y0-y2) * (INT64)(y0-y2); in calc_mdct_pseudo_spectrum_ldac()
237 acc2 = (INT64)y2 * (INT64)y2; in calc_mdct_pseudo_spectrum_ldac()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dintegral_image.h111 const int y2) const { in GetRegionSum() argument
113 x2 >= x1 && y2 >= y1 && x2 < GetWidth() && y2 < GetHeight(), in GetRegionSum()
115 x1, x2, GetWidth(), y1, y2, GetHeight()); in GetRegionSum()
117 const uint32_t everything = (*this)[y2][x2]; in GetRegionSum()
122 const uint32_t left = (*this)[y2][x1 - 1]; in GetRegionSum()
128 everything, left, top, top_left, sum, x1, y1, x2, y2); in GetRegionSum()
132 const uint32_t top = (*this)[y2][x1 - 1]; in GetRegionSum()
156 const int x2, const int y2) const { in GetCode() argument
157 SCHECK(x1 < x2 && y1 < y2, "Bounds out of order!! TL:%d,%d BR:%d,%d", in GetCode()
158 x1, y1, x2, y2); in GetCode()
[all …]
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h83 Packet4f y, y1, y2; variable
86 y2 = pmadd(p4f_cephes_log_p6, x, p4f_cephes_log_p7);
89 y2 = pmadd(y2, x, p4f_cephes_log_p8);
91 y = pmadd(y, x3, y2);
98 y2 = pmul(e, p4f_cephes_log_q2);
100 x = padd(x, y2);
342 Packet4f y2 = p4f_sincof_p0; variable
343 y2 = pmadd(y2, z, p4f_sincof_p1);
344 y2 = pmadd(y2, z, p4f_sincof_p2);
345 y2 = pmul(y2, z);
[all …]
/external/python/cpython3/Tools/demo/
Dhanoi.py48 x2, y2 = x1+pegwidth, y1+pegheight
50 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
53 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
56 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
66 x1, y1 = (pegdist-maxpiecewidth)//2, y2-pieceheight-2
67 x2, y2 = x1+maxpiecewidth, y1+pieceheight
70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
74 y1, y2 = y1 - pieceheight-2, y2-pieceheight-2
98 x1, y1, x2, y2 = c.bbox(p)
99 if y2 < ay1: break
[all …]
Dss1.py52 def multicellvalue(self, x1, y1, x2, y2): argument
55 if y1 > y2:
56 y1, y2 = y2, y1
58 for y in range(y1, y2+1):
77 def clearcells(self, x1, y1, x2, y2): argument
78 for xy in self.selectcells(x1, y1, x2, y2):
81 def clearrows(self, y1, y2): argument
82 self.clearcells(0, y1, sys.maxsize, y2)
87 def selectcells(self, x1, y1, x2, y2): argument
90 if y1 > y2:
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dhanoi.py47 x2, y2 = x1+pegwidth, y1+pegheight
49 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
52 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
55 p = c.create_rectangle(x1, y1, x2, y2, fill='black')
65 x1, y1 = (pegdist-maxpiecewidth)//2, y2-pieceheight-2
66 x2, y2 = x1+maxpiecewidth, y1+pieceheight
69 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
73 y1, y2 = y1 - pieceheight-2, y2-pieceheight-2
97 x1, y1, x2, y2 = c.bbox(p)
98 if y2 < ay1: break
[all …]
Dss1.py49 def multicellvalue(self, x1, y1, x2, y2): argument
52 if y1 > y2:
53 y1, y2 = y2, y1
55 for y in range(y1, y2+1):
74 def clearcells(self, x1, y1, x2, y2): argument
75 for xy in self.selectcells(x1, y1, x2, y2):
78 def clearrows(self, y1, y2): argument
79 self.clearcells(0, y1, sys.maxint, y2)
84 def selectcells(self, x1, y1, x2, y2): argument
87 if y1 > y2:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbfi.ll81 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
83 %or = or i32 %y2, 16
85 %sel = select i1 %cmp, i32 %or, i32 %y2
93 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
95 %or = or i32 %y2, 48
97 %sel = select i1 %cmp, i32 %or, i32 %y2
104 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
106 %or = or i32 %y2, 48
108 %sel = select i1 %cmp, i32 %y2, i32 %or
115 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
[all …]
/external/llvm/test/CodeGen/ARM/
Dbfi.ll81 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
83 %or = or i32 %y2, 16
85 %sel = select i1 %cmp, i32 %or, i32 %y2
93 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
95 %or = or i32 %y2, 48
97 %sel = select i1 %cmp, i32 %or, i32 %y2
104 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
106 %or = or i32 %y2, 48
108 %sel = select i1 %cmp, i32 %y2, i32 %or
115 %y2 = and i32 %y, 4294967040 ; 0xFFFFFF00
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Datrous_conv2d_test.py82 y2 = nn_ops.conv2d(
85 y1.eval(), self.evaluate(y2), rtol=1e-3, atol=1e-3)
133 y2 = array_ops.space_to_batch(x, paddings=pad, block_size=rate)
134 y2 = nn_ops.conv2d(y2, f, strides=[1, 1, 1, 1], padding=padding)
135 y2 = nn_ops.conv2d(y2, f, strides=[1, 1, 1, 1], padding=padding)
136 y2 = nn_ops.conv2d(y2, f, strides=[1, 1, 1, 1], padding=padding)
137 y2 = array_ops.batch_to_space(y2, crops=pad, block_size=rate)
139 y1.eval(), self.evaluate(y2), rtol=1e-2, atol=1e-2)
201 y2 = nn_ops.conv2d_transpose(
204 y1.eval(), self.evaluate(y2), rtol=1e-3, atol=1e-3)
[all …]
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DBoundingBox.java25 public float y2; field in BoundingBox
36 public BoundingBox(float x1, float y1, float x2, float y2, int category, float score) { in BoundingBox() argument
40 this.y2 = y2; in BoundingBox()
50 * Math.max(0, Math.min(y2, bbx.y2) - Math.max(y1, bbx.y1)); in intersect()
60 area = (x2 - x1) * (y2 - y1); in getArea()
/external/libpng/contrib/tools/
Dgenpng.c180 double x1, y1, x2, y2; member
348 square_check(double x, double y, double x1, double y1, double x2, double y2) in square_check() argument
362 return ((x<x1) ^ (x<x2)) & ((y<y1) ^ (y<y2)); in square_check()
368 return square_check(x, y, arg->x1, arg->y1, arg->x2, arg->y2); in inside_square_filled()
388 double cy = (arg->y1+arg->y2)/2; in square_check_line()
389 double wy = fabs(arg->y1-arg->y2)/2; in square_check_line()
460 circle_check(double x, double y, double x1, double y1, double x2, double y2) in circle_check() argument
462 if (square_check(x, y, x1, y1, x2, y2)) in circle_check()
466 const double cy = (y1 + y2)/2; in circle_check()
468 const double dy = y1 - y2; in circle_check()
[all …]
/external/skia/src/core/
DSkEdge.cpp182 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadraticWithoutUpdate() local
191 y2 = SkScalarRoundToFDot6(pts[2].fY, shift); in setQuadraticWithoutUpdate()
199 y2 = int(pts[2].fY * scale); in setQuadraticWithoutUpdate()
204 if (y0 > y2) in setQuadraticWithoutUpdate()
208 swap(y0, y2); in setQuadraticWithoutUpdate()
211 SkASSERT(y0 <= y1 && y1 <= y2); in setQuadraticWithoutUpdate()
214 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate()
223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate()
268 A = SkFDot6ToFixedDiv2(y0 - y1 - y1 + y2); // 1/2 the real value in setQuadraticWithoutUpdate()
276 fQLastY = SkFDot6ToFixed(y2); in setQuadraticWithoutUpdate()
[all …]

12345678910>>...30