Home
last modified time | relevance | path

Searched refs:y1 (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/external/rust/crates/plotters/plotters-doc-data/
Dboxplot.svg6 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="91" y1="476" x2="91" y2="32"/>
7 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="106" y1="476" x2="106" y2="32"/>
8 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="121" y1="476" x2="121" y2="32"/>
9 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="136" y1="476" x2="136" y2="32"/>
10 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="151" y1="476" x2="151" y2="32"/>
11 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="166" y1="476" x2="166" y2="32"/>
12 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="181" y1="476" x2="181" y2="32"/>
13 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="196" y1="476" x2="196" y2="32"/>
14 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="211" y1="476" x2="211" y2="32"/>
15 <line opacity="1" stroke="#FFFFFF" stroke-width="1" x1="226" y1="476" x2="226" y2="32"/>
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dfreeze.ll11 %y1 = freeze i32 undef
12 %t1 = mul i32 %y1, %y1
21 %y1 = freeze i5 undef
22 %t1 = mul i5 %y1, %y1
31 %y1 = freeze float undef
32 %t1 = fadd float %y1, %y1
51 %y1 = freeze half undef
52 %t1 = fadd half %y1, %y1
61 %y1 = freeze <2 x i32> undef
62 %t1 = add <2 x i32> %y1, %y1
[all …]
/external/adhd/cras/src/dsp/
Deq.c50 float y1 = q->y1; in eq_process1() local
60 b0 * x + b1 * x1 + b2 * x2 - a1 * y1 - a2 * y2; in eq_process1()
64 y2 = y1; in eq_process1()
65 y1 = y; in eq_process1()
69 q->y1 = y1; in eq_process1()
84 float y1 = q->y1; in eq_process() local
93 float y = b0 * x + b1 * x1 + b2 * x2 - a1 * y1 - in eq_process()
98 y2 = y1; in eq_process()
99 y1 = y; in eq_process()
103 q->y1 = y1; in eq_process()
[all …]
Deq2.c60 float y1L = qL->y1; in eq2_process_one()
70 float y1R = qR->y1; in eq2_process_one()
103 qL->y1 = y1L; in eq2_process_one()
107 qR->y1 = y1R; in eq2_process_one()
123 float32x2_t y1 = { qL->y1, qR->y1 }; in eq2_process_two_neon() local
131 float32x2_t z1 = { rL->y1, rR->y1 }; in eq2_process_two_neon()
171 [y1]"+w"(y1), in eq2_process_two_neon()
192 qL->y1 = y1[0]; in eq2_process_two_neon()
194 rL->y1 = z1[0]; in eq2_process_two_neon()
198 qR->y1 = y1[1]; in eq2_process_two_neon()
[all …]
/external/fonttools/Lib/fontTools/pens/
DmomentsPen.py42 x1,y1 = p1
45 r1 = x1*y1
49 r5 = y0 - y1
52 r8 = y1**2
54 r10 = r4*y1
56 r12 = y1**3
58 self.area += -r0/2 - r1/2 + x0*(y0 + y1)/2
59 self.momentX += -r2*y0/6 - r2*y1/3 + r3*(r4 + y1)/6 - r6*x1/6
60 self.momentY += -r0*y1/6 - r7*x1/6 - r8*x1/6 + x0*(r7 + r8 + y0*y1)/6
61 self.momentXX += -r2*r6/12 - r3*r5*x1/12 - r9*y0/12 - r9*y1/4 + x0**3*(3*y0 + y1)/12
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_rect.h41 int y0, y1; member
53 a->y1 < b->y0 || in u_rect_test_intersection()
54 b->y1 < a->y0 || in u_rect_test_intersection()
56 a->y1 < a->y0 || in u_rect_test_intersection()
58 b->y1 < b->y0)); in u_rect_test_intersection()
72 if (b->y1 > a->y1) b->y1 = a->y1; in u_rect_find_intersection()
79 return (r->x1 - r->x0) * (r->y1 - r->y0); in u_rect_area()
95 b->x1 = b->y1 = -1; in u_rect_possible_intersection()
107 d->y1 = MAX2(a->y1, b->y1); in u_rect_union()
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dfreeze.ll17 %y1 = freeze i32 undef
18 %t1 = mul i32 %y1, %y1
32 %y1 = freeze i5 undef
33 %t1 = mul i5 %y1, %y1
47 %y1 = freeze float undef
48 %t1 = fadd float %y1, %y1
62 %y1 = freeze <2 x i32> undef
63 %t1 = add <2 x i32> %y1, %y1
77 %y1 = freeze i8* undef
78 %t1 = getelementptr i8, i8* %y1, i64 4
[all …]
/external/rust/crates/libm/src/math/
Drem_pio2.rs78 let y1 = (r - y0) - w; in rem_pio2() localVariable
79 (n, y0, y1) in rem_pio2()
93 let y1 = (z - y0) - PIO2_1T; in rem_pio2() localVariable
94 return (1, y0, y1); in rem_pio2()
98 let y1 = (z - y0) + PIO2_1T; in rem_pio2() localVariable
99 return (-1, y0, y1); in rem_pio2()
104 let y1 = (z - y0) - 2.0 * PIO2_1T; in rem_pio2() localVariable
105 return (2, y0, y1); in rem_pio2()
109 let y1 = (z - y0) + 2.0 * PIO2_1T; in rem_pio2() localVariable
110 return (-2, y0, y1); in rem_pio2()
[all …]
/external/virglrenderer/src/gallium/auxiliary/util/
Du_rect.h41 int y0, y1; member
52 a->y1 < b->y0 || in u_rect_test_intersection()
53 b->y1 < a->y0)); in u_rect_test_intersection()
67 if (b->y1 > a->y1) b->y1 = a->y1; in u_rect_find_intersection()
74 return (r->x1 - r->x0) * (r->y1 - r->y0); in u_rect_area()
85 b->x0 = b->x1 = b->y0 = b->y1 = 0; in u_rect_possible_intersection()
97 d->y1 = MAX2(a->y1, b->y1); in u_rect_union()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dintegral_image.h110 inline uint32_t GetRegionSum(const int x1, const int y1, const int x2, in GetRegionSum() argument
112 SCHECK(x1 >= 0 && y1 >= 0 && in GetRegionSum()
113 x2 >= x1 && y2 >= y1 && x2 < GetWidth() && y2 < GetHeight(), in GetRegionSum()
115 x1, x2, GetWidth(), y1, y2, GetHeight()); in GetRegionSum()
120 if (x1 > 0 && y1 > 0) { in GetRegionSum()
123 const uint32_t top = (*this)[y1 - 1][x2]; in GetRegionSum()
124 const uint32_t top_left = (*this)[y1 - 1][x1 - 1]; in GetRegionSum()
128 everything, left, top, top_left, sum, x1, y1, x2, y2); in GetRegionSum()
135 } else if (y1 > 0) { in GetRegionSum()
138 const uint32_t left = (*this)[y1 - 1][x2]; in GetRegionSum()
[all …]
/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_sse4.c36 __m128i x0, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, dqcoeff0, dqcoeff1; in vp8_regular_quantize_b_sse4_1() local
77 y1 = _mm_mulhi_epi16(x1, quant1); in vp8_regular_quantize_b_sse4_1()
80 y1 = _mm_add_epi16(y1, x1); in vp8_regular_quantize_b_sse4_1()
85 y1 = _mm_mulhi_epi16(y1, quant_shift1); in vp8_regular_quantize_b_sse4_1()
89 y1 = _mm_sign_epi16(y1, z1); in vp8_regular_quantize_b_sse4_1()
95 SELECT_EOB(4, 0, x_minus_zbin1, y1, qcoeff1); in vp8_regular_quantize_b_sse4_1()
100 SELECT_EOB(9, 1, x_minus_zbin1, y1, qcoeff1); in vp8_regular_quantize_b_sse4_1()
101 SELECT_EOB(10, 4, x_minus_zbin1, y1, qcoeff1); in vp8_regular_quantize_b_sse4_1()
102 SELECT_EOB(11, 5, x_minus_zbin1, y1, qcoeff1); in vp8_regular_quantize_b_sse4_1()
103 SELECT_EOB(12, 2, x_minus_zbin1, y1, qcoeff1); in vp8_regular_quantize_b_sse4_1()
[all …]
Dvp8_quantize_sse2.c40 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; in vp8_regular_quantize_b_sse2() local
90 y1 = _mm_mulhi_epi16(x1, quant1); in vp8_regular_quantize_b_sse2()
93 y1 = _mm_add_epi16(y1, x1); in vp8_regular_quantize_b_sse2()
98 y1 = _mm_mulhi_epi16(y1, quant_shift1); in vp8_regular_quantize_b_sse2()
102 y1 = _mm_xor_si128(y1, sz1); in vp8_regular_quantize_b_sse2()
104 y1 = _mm_sub_epi16(y1, sz1); in vp8_regular_quantize_b_sse2()
107 _mm_store_si128((__m128i *)(y + 8), y1); in vp8_regular_quantize_b_sse2()
130 y1 = _mm_load_si128((__m128i *)(d->qcoeff + 8)); in vp8_regular_quantize_b_sse2()
134 y1 = _mm_mullo_epi16(y1, dequant1); in vp8_regular_quantize_b_sse2()
137 _mm_store_si128((__m128i *)(d->dqcoeff + 8), y1); in vp8_regular_quantize_b_sse2()
[all …]
/external/llvm-project/llvm/test/Verifier/
Ddominates.ll15 %y1 = invoke i32 @g() to label %bb1 unwind label %bb2
19 %y2 = phi i32 [%y1, %bb0]
24 ; CHECK-NEXT: %y1 = invoke i32 @g()
26 ; CHECK-NEXT: %y2 = phi i32 [ %y1, %bb0 ]
31 %y1 = invoke i32 @g() to label %bb1 unwind label %bb2
39 %y3 = phi i32 [%y1, %bb2]
42 ; CHECK-NEXT: %y1 = invoke i32 @g()
44 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb2 ]
51 %y3 = phi i32 [%y1, %bb0]
52 %y1 = add i32 %x, 1
[all …]
/external/libldac/src/
Dsigana_ldac.c37 SCALAR y0, y1, y2; in calc_mdct_pseudo_spectrum_ldac() local
40 y1 = p_spec[0]; in calc_mdct_pseudo_spectrum_ldac()
42 tmp = y1 * y1 + y2 * y2; in calc_mdct_pseudo_spectrum_ldac()
48 y0 = y1; in calc_mdct_pseudo_spectrum_ldac()
49 y1 = y2; in calc_mdct_pseudo_spectrum_ldac()
51 tmp = y1 * y1 + (y0-y2) * (y0-y2); in calc_mdct_pseudo_spectrum_ldac()
57 y0 = y1; in calc_mdct_pseudo_spectrum_ldac()
58 y1 = y2; 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()
/external/pdfium/third_party/agg23/
Dagg_basics.h67 T y1; member
72 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {} in rect_base()
81 if(y1 > y2) { in normalize()
82 t = y1; in normalize()
83 y1 = y2; in normalize()
99 if(y1 < r.y1) { in clip()
100 y1 = r.y1; in clip()
102 return x1 <= x2 && y1 <= y2; in clip()
106 return x1 <= x2 && y1 <= y2; in is_valid()
122 if(r.y1 < r2.y1) { in intersect_rectangles()
[all …]
Dagg_curves.h25 curve4_points(float x1, float y1, in curve4_points()
31 cp[1] = y1; in curve4_points()
39 void init(float x1, float y1, in init()
45 cp[1] = y1; in init()
68 curve4_div(float x1, float y1, in curve4_div() argument
74 init(x1, y1, x2, y2, x3, y3, x4, y4); in curve4_div()
86 void init(float x1, float y1,
124 void bezier(float x1, float y1,
128 void recursive_bezier(float x1, float y1,
142 curve4(float x1, float y1, in curve4() argument
[all …]
Dagg_clip_liang_barsky.h32 ((y < clip_box.y1) << 3); in clipping_flags()
35 inline unsigned clip_liang_barsky(T x1, T y1, T x2, T y2, in clip_liang_barsky() argument
46 height -= y1; in clip_liang_barsky()
66 deltay = (y1 > clip_box.y1) ? -nearzero : nearzero; in clip_liang_barsky()
70 yin = (float)clip_box.y1; in clip_liang_barsky()
74 yout = (float)clip_box.y1; in clip_liang_barsky()
76 float tiny = (yin - y1) / deltay; in clip_liang_barsky()
93 float touty = (yout - y1) / deltay; in clip_liang_barsky()
100 *y++ = (T)(y1 + (deltay * tinx)); in clip_liang_barsky()
110 *y++ = (T)(y1 + (deltay * toutx)); in clip_liang_barsky()
/external/skqp/src/core/
DSkEdge.cpp38 SkFDot6 x0, y0, x1, y1; in setLine() local
45 y1 = SkScalarRoundToFDot6(p1.fY, shift); in setLine()
51 y1 = int(p1.fY * scale); in setLine()
57 if (y0 > y1) { in setLine()
60 swap(y0, y1); in setLine()
65 int bot = SkFDot6Round(y1); in setLine()
76 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine()
94 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine() argument
101 y1 >>= 10; in updateLine()
103 SkASSERT(y0 <= y1); in updateLine()
[all …]
/external/skia/src/core/
DSkEdge.cpp38 SkFDot6 x0, y0, x1, y1; in setLine() local
45 y1 = SkScalarRoundToFDot6(p1.fY, shift); in setLine()
51 y1 = int(p1.fY * scale); in setLine()
57 if (y0 > y1) { in setLine()
60 swap(y0, y1); in setLine()
65 int bot = SkFDot6Round(y1); in setLine()
76 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine()
94 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine() argument
101 y1 >>= 10; in updateLine()
103 SkASSERT(y0 <= y1); in updateLine()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java38 double y1 = 3.4; in testMappingAnd_regular() local
42 LinearTransformation.mapping(x1, y1).and(x1 + xDelta, y1 + yDelta); in testMappingAnd_regular()
43 assertDiagonalLinearTransformation(transformation, x1, y1, xDelta, yDelta); in testMappingAnd_regular()
56 double y1 = 3.4; in testMappingAnd_vertical() local
58 LinearTransformation transformation = LinearTransformation.mapping(x, y1).and(x, y1 + yDelta); in testMappingAnd_vertical()
140 double y1 = 3.4; in testMappingWithSlope_regular() local
143 LinearTransformation transformation = LinearTransformation.mapping(x1, y1).withSlope(slope); in testMappingWithSlope_regular()
144 assertDiagonalLinearTransformation(transformation, x1, y1, xDelta, xDelta * slope); in testMappingWithSlope_regular()
156 double y1 = 3.4; in testMappingWithSlope_vertical() local
158 LinearTransformation.mapping(x, y1).withSlope(Double.POSITIVE_INFINITY); in testMappingWithSlope_vertical()
[all …]
/external/guava/android/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java38 double y1 = 3.4; in testMappingAnd_regular() local
42 LinearTransformation.mapping(x1, y1).and(x1 + xDelta, y1 + yDelta); in testMappingAnd_regular()
43 assertDiagonalLinearTransformation(transformation, x1, y1, xDelta, yDelta); in testMappingAnd_regular()
56 double y1 = 3.4; in testMappingAnd_vertical() local
58 LinearTransformation transformation = LinearTransformation.mapping(x, y1).and(x, y1 + yDelta); in testMappingAnd_vertical()
140 double y1 = 3.4; in testMappingWithSlope_regular() local
143 LinearTransformation transformation = LinearTransformation.mapping(x1, y1).withSlope(slope); in testMappingWithSlope_regular()
144 assertDiagonalLinearTransformation(transformation, x1, y1, xDelta, xDelta * slope); in testMappingWithSlope_regular()
156 double y1 = 3.4; in testMappingWithSlope_vertical() local
158 LinearTransformation.mapping(x, y1).withSlope(Double.POSITIVE_INFINITY); in testMappingWithSlope_vertical()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DSecantSolver.java173 double y1 = f.value(x1); in solve() local
176 if (y0 * y1 >= 0) { in solve()
178 LocalizedFormats.SAME_SIGN_AT_ENDPOINTS, min, max, y0, y1); in solve()
186 if (FastMath.abs(y2) < FastMath.abs(y1)) { in solve()
190 y0 = y1; in solve()
191 y1 = y2; in solve()
194 if (FastMath.abs(y1) <= functionValueAccuracy) { in solve()
204 if (FastMath.abs(y1) > FastMath.abs(y0)) { in solve()
208 delta = (x0 - x1) / (1 - y0 / y1); in solve()
216 y0 = y1; in solve()
[all …]
/external/llvm/test/Verifier/
Ddominates.ll15 %y1 = invoke i32 @g() to label %bb1 unwind label %bb2
19 %y2 = phi i32 [%y1, %bb0]
24 ; CHECK-NEXT: %y1 = invoke i32 @g()
26 ; CHECK-NEXT: %y2 = phi i32 [ %y1, %bb0 ]
31 %y1 = invoke i32 @g() to label %bb1 unwind label %bb2
39 %y3 = phi i32 [%y1, %bb2]
42 ; CHECK-NEXT: %y1 = invoke i32 @g()
44 ; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb2 ]
51 %y3 = phi i32 [%y1, %bb0]
52 %y1 = add i32 %x, 1
[all …]
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp209 clearRect.clip(scissorRect.x0, scissorRect.y0, scissorRect.x1, scissorRect.y1); in clearColor()
229 clearRect.clip(scissorRect.x0, scissorRect.y0, scissorRect.x1, scissorRect.y1); in clearDepth()
246 clearRect.clip(scissorRect.x0, scissorRect.y0, scissorRect.x1, scissorRect.y1); in clearStencil()
468 flipY = (sourceRect->y0 < sourceRect->y1) ^ (destRect->y0 < destRect->y1); in stretchRect()
473 flipY = (sourceRect->y0 > sourceRect->y1); in stretchRect()
478 flipY = (destRect->y0 > destRect->y1); in stretchRect()
489 sRect.y1 = sourceRect->y1; in stretchRect()
497 if(sRect.y0 > sRect.y1) in stretchRect()
499 swap(sRect.y0, sRect.y1); in stretchRect()
506 sRect.y1 = (float)sHeight; in stretchRect()
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dhanoi.py46 x1, y1 = (pegdist-pegwidth)//2, height*1//3
47 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)
[all …]

12345678910>>...45