Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 25 of 1823) sorted by relevance

12345678910>>...73

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingInitiatorTest.java141 final int y1 = (sHwArea1.top + sHwArea1.bottom) / 2; in onTouchEvent_startHandwriting_when_stylusMoveOnce_withinHWArea() local
178 final int y1 = (sHwArea1.top + sHwArea1.bottom) / 2; in onTouchEvent_startHandwriting_multipleParagraphs() local
208 final int y1 = (sHwArea1.top + sHwArea1.bottom) / 2; in onTouchEvent_startHandwritingOnce_when_stylusMoveMultiTimes_withinHWArea() local
252 final int y1 = sHwArea1.top - HW_BOUNDS_OFFSETS_TOP_PX / 2; in onTouchEvent_startHandwriting_when_stylusMove_withinExtendedHWArea() local
277 final int y1 = (sHwArea1.top + sHwArea1.bottom) / 2; in onTouchEvent_startHandwriting_servedViewUpdateAfterStylusMove() local
300 final int y1 = sHwArea1.bottom + (sHwArea2.top - sHwArea1.bottom) / 3; in onTouchEvent_startHandwriting_servedViewUpdate_stylusMoveInExtendedHWArea() local
337 final int y1 = (sHwArea1.top + sHwArea1.bottom) / 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackCreatesInputConnection() local
365 final int y1 = (sHwArea1.top + sHwArea1.bottom) / 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackFocusesDelegate() local
421 final int y1 = (rect.top + rect.bottom) / 2; in onTouchEvent_notStartHandwriting_whenHandwritingNotAvailable() local
440 final int y1 = 200; in onTouchEvent_notStartHandwriting_when_stylusTap_withinHWArea() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Doperators_test.cpp309 void sanity_check(X1 x1, Y1 y1, X2 x2, Y2 y2) in sanity_check()
316 void test_less_than_comparable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_less_than_comparable_aux()
325 void test_less_than_comparable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_less_than_comparable()
333 void test_equality_comparable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_equality_comparable_aux()
340 void test_equality_comparable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_equality_comparable()
348 void test_multipliable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_multipliable_aux()
354 void test_multipliable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_multipliable()
371 void test_addable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_addable_aux()
377 void test_addable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_addable()
385 void test_subtractable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_subtractable()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Drem_pio2.rs83 let y1 = (r - y0) - w; in rem_pio2() localVariable
98 let y1 = (z - y0) - PIO2_1T; in rem_pio2() localVariable
103 let y1 = (z - y0) + PIO2_1T; in rem_pio2() localVariable
109 let y1 = (z - y0) - 2.0 * PIO2_1T; in rem_pio2() localVariable
114 let y1 = (z - y0) + 2.0 * PIO2_1T; in rem_pio2() localVariable
129 let y1 = (z - y0) - 3.0 * PIO2_1T; in rem_pio2() localVariable
134 let y1 = (z - y0) + 3.0 * PIO2_1T; in rem_pio2() localVariable
145 let y1 = (z - y0) - 4.0 * PIO2_1T; in rem_pio2() localVariable
150 let y1 = (z - y0) + 4.0 * PIO2_1T; in rem_pio2() localVariable
165 let y1 = y0; in rem_pio2() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Drem_pio2.rs83 let y1 = (r - y0) - w; in rem_pio2() localVariable
98 let y1 = (z - y0) - PIO2_1T; in rem_pio2() localVariable
103 let y1 = (z - y0) + PIO2_1T; in rem_pio2() localVariable
109 let y1 = (z - y0) - 2.0 * PIO2_1T; in rem_pio2() localVariable
114 let y1 = (z - y0) + 2.0 * PIO2_1T; in rem_pio2() localVariable
129 let y1 = (z - y0) - 3.0 * PIO2_1T; in rem_pio2() localVariable
134 let y1 = (z - y0) + 3.0 * PIO2_1T; in rem_pio2() localVariable
145 let y1 = (z - y0) - 4.0 * PIO2_1T; in rem_pio2() localVariable
150 let y1 = (z - y0) + 4.0 * PIO2_1T; in rem_pio2() localVariable
165 let y1 = y0; in rem_pio2() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Drem_pio2.rs83 let y1 = (r - y0) - w; in rem_pio2() localVariable
98 let y1 = (z - y0) - PIO2_1T; in rem_pio2() localVariable
103 let y1 = (z - y0) + PIO2_1T; in rem_pio2() localVariable
109 let y1 = (z - y0) - 2.0 * PIO2_1T; in rem_pio2() localVariable
114 let y1 = (z - y0) + 2.0 * PIO2_1T; in rem_pio2() localVariable
129 let y1 = (z - y0) - 3.0 * PIO2_1T; in rem_pio2() localVariable
134 let y1 = (z - y0) + 3.0 * PIO2_1T; in rem_pio2() localVariable
145 let y1 = (z - y0) - 4.0 * PIO2_1T; in rem_pio2() localVariable
150 let y1 = (z - y0) + 4.0 * PIO2_1T; in rem_pio2() localVariable
165 let y1 = y0; in rem_pio2() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Drem_pio2.rs83 let y1 = (r - y0) - w; in rem_pio2() localVariable
98 let y1 = (z - y0) - PIO2_1T; in rem_pio2() localVariable
103 let y1 = (z - y0) + PIO2_1T; in rem_pio2() localVariable
109 let y1 = (z - y0) - 2.0 * PIO2_1T; in rem_pio2() localVariable
114 let y1 = (z - y0) + 2.0 * PIO2_1T; in rem_pio2() localVariable
129 let y1 = (z - y0) - 3.0 * PIO2_1T; in rem_pio2() localVariable
134 let y1 = (z - y0) + 3.0 * PIO2_1T; in rem_pio2() localVariable
145 let y1 = (z - y0) - 4.0 * PIO2_1T; in rem_pio2() localVariable
150 let y1 = (z - y0) + 4.0 * PIO2_1T; in rem_pio2() localVariable
165 let y1 = y0; in rem_pio2() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Drem_pio2.rs83 let y1 = (r - y0) - w; in rem_pio2() localVariable
98 let y1 = (z - y0) - PIO2_1T; in rem_pio2() localVariable
103 let y1 = (z - y0) + PIO2_1T; in rem_pio2() localVariable
109 let y1 = (z - y0) - 2.0 * PIO2_1T; in rem_pio2() localVariable
114 let y1 = (z - y0) + 2.0 * PIO2_1T; in rem_pio2() localVariable
129 let y1 = (z - y0) - 3.0 * PIO2_1T; in rem_pio2() localVariable
134 let y1 = (z - y0) + 3.0 * PIO2_1T; in rem_pio2() localVariable
145 let y1 = (z - y0) - 4.0 * PIO2_1T; in rem_pio2() localVariable
150 let y1 = (z - y0) + 4.0 * PIO2_1T; in rem_pio2() localVariable
165 let y1 = y0; in rem_pio2() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Drem_pio2.rs83 let y1 = (r - y0) - w; in rem_pio2() localVariable
98 let y1 = (z - y0) - PIO2_1T; in rem_pio2() localVariable
103 let y1 = (z - y0) + PIO2_1T; in rem_pio2() localVariable
109 let y1 = (z - y0) - 2.0 * PIO2_1T; in rem_pio2() localVariable
114 let y1 = (z - y0) + 2.0 * PIO2_1T; in rem_pio2() localVariable
129 let y1 = (z - y0) - 3.0 * PIO2_1T; in rem_pio2() localVariable
134 let y1 = (z - y0) + 3.0 * PIO2_1T; in rem_pio2() localVariable
145 let y1 = (z - y0) - 4.0 * PIO2_1T; in rem_pio2() localVariable
150 let y1 = (z - y0) + 4.0 * PIO2_1T; in rem_pio2() localVariable
165 let y1 = y0; in rem_pio2() localVariable
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dhop_db.py22 def inner_f(x, y0, y1): argument
25 def simple_map(xs, y0, y1): argument
26 def f(x, y0, y1): argument
30 def nested_map(xs, y0, y1): argument
31 def f1(xx, y0, y1): argument
32 def f2(x, y0, y1): argument
37 def triple_nested_map(xs, y0, y1): argument
38 def f0(xs, y0, y1): argument
39 def f1(xx, y0, y1): argument
40 def f2(x, y0, y1): argument
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format_yuv.c496 uint8_t y0, y1, u, v; in util_format_uyvy_unpack_rgba_float() local
543 uint8_t y0, y1, u, v; in util_format_vyuy_unpack_rgba_float() local
590 uint8_t y0, y1, u, v; in util_format_uyvy_unpack_rgba_8unorm() local
637 uint8_t y0, y1, u, v; in util_format_vyuy_unpack_rgba_8unorm() local
683 uint8_t y0, y1, u, v; in util_format_uyvy_pack_rgba_float() local
687 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_float() local
735 uint8_t y0, y1, u, v; in util_format_vyuy_pack_rgba_float() local
739 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_vyuy_pack_rgba_float() local
788 uint8_t y0, y1, u, v; in util_format_uyvy_pack_rgba_8unorm() local
792 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_8unorm() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy.c251 uint32_t y0, uint32_t y1, in linear_to_xtiled()
312 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4)); in linear_to_ytiled() local
482 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4)); in linear_to_tile4() local
612 uint32_t y0, uint32_t y1, in xtiled_to_linear()
673 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4)); in ytiled_to_linear() local
829 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4)); in tile4_to_linear() local
1021 uint32_t y0, uint32_t y1, in linear_to_xtiled_faster()
1066 uint32_t y0, uint32_t y1, in linear_to_ytiled_faster()
1110 uint32_t y0, uint32_t y1, in linear_to_tile4_faster()
1153 uint32_t y0, uint32_t y1, in xtiled_to_linear_faster()
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DLinearTransformationTest.java39 double y1 = 3.4; in testMappingAnd_regular() local
57 double y1 = 3.4; in testMappingAnd_vertical() local
121 double y1 = 3.4; in testMappingWithSlope_regular() local
137 double y1 = 3.4; in testMappingWithSlope_vertical() local
145 double y1 = 3.4; in testMappingWithSlope_minimalSlope() local
157 double y1 = 3.4; in testMappingWithSlope_maximalSlope() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DLinearTransformationTest.java39 double y1 = 3.4; in testMappingAnd_regular() local
57 double y1 = 3.4; in testMappingAnd_vertical() local
121 double y1 = 3.4; in testMappingWithSlope_regular() local
137 double y1 = 3.4; in testMappingWithSlope_vertical() local
145 double y1 = 3.4; in testMappingWithSlope_minimalSlope() local
157 double y1 = 3.4; in testMappingWithSlope_maximalSlope() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java69 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorInt int[] colors, in LinearGradient()
92 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorLong long[] colors, in LinearGradient()
101 private LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
129 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
149 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient()
163 private native long nativeCreate(long matrix, float x0, float y0, float x1, float y1, in nativeCreate()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/
H A DMonotonicCurveFit.java127 double y1 = mY[i][j]; in getPos() local
187 double y1 = mY[i][j]; in getPos() local
230 double y1 = mY[i][j]; in getPos() local
260 double y1 = mY[i][j]; in getSlope() local
290 double y1 = mY[i][j]; in getSlope() local
306 double h, double x, double y1, double y2, double t1, double t2) { in interpolate()
322 private static double diff(double h, double x, double y1, double y2, double t1, double t2) { in diff()
H A DMonotonicSpline.java127 float y1 = mY[i]; in getPos() local
159 float y1 = mY[i]; in getSlope() local
175 private static float interpolate(float h, float x, float y1, float y2, float t1, float t2) { in interpolate()
191 private static float diff(float h, float x, float y1, float y2, float t1, float t2) { in diff()
/aosp_15_r20/external/liblc3/src/
H A Dmdct.c103 struct lc3_complex *y0 = y, *y1 = y0 + n3, *y2 = y1 + n3; in fft_bf3() local
144 struct lc3_complex *y0 = y, *y1 = y0 + n2; in fft_bf2() local
169 struct lc3_complex *y0, struct lc3_complex *y1) in fft()
218 float *y0 = y + ns/2, *y1 = y0; in mdct_window() local
252 struct lc3_complex *y0 = y, *y1 = y0 + n4; in mdct_pre_fft() local
283 float *y0 = y + n4, *y1 = y0; in mdct_post_fft() local
315 struct lc3_complex *y0 = y, *y1 = y0 + n4; in imdct_pre_fft() local
347 float *y0 = y, *y1 = y0 + 2*n4; in imdct_post_fft() local
382 float *y0 = y + nd-n4, *y1 = y0, *y2 = d + nd, *y3 = d; in imdct_window() local
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DPathBuilder.java26 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo()
29 public void conicTo(float x1, float y1, float x2, float y2, float w) { in conicTo()
32 public void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo()
71 … private static native void nQuadTo(long mNativeInstance, float x1, float y1, float x2, float y2); in nQuadTo()
72 …private static native void nConicTo(long mNativeInstance, float x1, float y1, float x2, float y2, … in nConicTo()
73 …private static native void nCubicTo(long mNativeInstance, float x1, float y1, float x2, float y2, … in nCubicTo()
H A DLinearGradient.java14 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
21 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
26 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
33 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
38 private static native long nMakeLinear(float x0, float y0, float x1, float y1, in nMakeLinear()
H A DTwoPointConicalGradient.java14 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
21 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
27 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
34 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
41 float x1, float y1, float r1, in nMakeTwoPointConical()
/aosp_15_r20/external/skia/include/core/
H A DSkPathBuilder.h54 SkPathBuilder& quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo()
60 SkPathBuilder& conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in conicTo()
68 …SkPathBuilder& cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y… in cubicTo()
88 SkPathBuilder& rQuadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in rQuadTo()
92 SkPathBuilder& rConicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in rConicTo()
96 …SkPathBuilder& rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar … in rCubicTo()
/aosp_15_r20/external/skia/modules/pathkit/
H A Dexterns.js43 _arcTo: function(x1, y1, x2, y2, radius) {}, argument
47 _conicTo: function(x1, y1, x2, y2, w) {}, argument
52 _lineTo: function(x1, y1) {}, argument
53 _moveTo: function(x1, y1) {}, argument
94 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; argument
99 PathKit.SkPath.prototype.conicTo = function(x1, y1, x2, y2, w) {}; argument
107 PathKit.SkPath.prototype.quadTo = function(x1, y1, x2, y2) {}; argument
108 PathKit.SkPath.prototype.quadraticCurveTo = function(x1, y1, x2, y2) {}; argument
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_clear.c207 unsigned *x1, unsigned *y1) in get_fast_clear_rect()
404 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) in blorp_fast_clear()
515 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear()
727 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_stencil_as_rgba()
832 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_depth_stencil()
924 uint32_t x1, uint32_t y1, in blorp_can_clear_full_surface()
949 uint32_t x1, uint32_t y1, in blorp_hiz_clear_depth_stencil()
1013 uint32_t x1, uint32_t y1, in blorp_gfx8_hiz_clear_attachments()
1052 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_attachments()
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/
Dss1.py49 def multicellvalue(self, x1, y1, x2, y2): argument
74 def clearcells(self, x1, y1, x2, y2): argument
78 def clearrows(self, y1, y2): argument
84 def selectcells(self, x1, y1, x2, y2): argument
92 def movecells(self, x1, y1, x2, y2, dx, dy): argument
115 def deleterows(self, y1, y2): argument
429 def renumber(self, x1, y1, x2, y2, dx, dy): argument
710 def setbeacon(self, x1, y1, x2, y2): argument
/aosp_15_r20/external/python/cpython3/Tools/demo/
Dspreadsheet.py52 def multicellvalue(self, x1, y1, x2, y2): argument
77 def clearcells(self, x1, y1, x2, y2): argument
81 def clearrows(self, y1, y2): argument
87 def selectcells(self, x1, y1, x2, y2): argument
95 def movecells(self, x1, y1, x2, y2, dx, dy): argument
118 def deleterows(self, y1, y2): argument
414 def renumber(self, x1, y1, x2, y2, dx, dy): argument
695 def setbeacon(self, x1, y1, x2, y2): argument

12345678910>>...73