Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 4047) sorted by relevance

12345678910>>...162

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_bounds.hpp18 inline interval_bounds left(interval_bounds x1) in left()
21 inline interval_bounds right(interval_bounds x1) in right()
24 inline interval_bounds all(interval_bounds x1) in all()
27 inline bool operator == (const interval_bounds x1, const interval_bounds x2) in operator ==()
30 inline bool operator != (const interval_bounds x1, const interval_bounds x2) in operator !=()
33 inline interval_bounds operator & (interval_bounds x1, interval_bounds x2) in operator &()
36 inline interval_bounds operator | (interval_bounds x1, interval_bounds x2) in operator |()
47 inline interval_bounds operator ~ (interval_bounds x1) in operator ~()
50 inline interval_bounds outer_bounds(interval_bounds x1, interval_bounds x2) in outer_bounds()
53 inline interval_bounds inner_bounds(interval_bounds x1, interval_bounds x2) in inner_bounds()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py76 def add(x1, x2): argument
78 def add_or_or(x1, x2): argument
88 def subtract(x1, x2): argument
93 def multiply(x1, x2): argument
95 def mul_or_and(x1, x2): argument
105 def true_divide(x1, x2): # pylint: disable=missing-function-docstring argument
107 def _avoid_float64(x1, x2): argument
113 def f(x1, x2): argument
129 def divide(x1, x2): # pylint: disable=missing-function-docstring argument
134 def floor_divide(x1, x2): # pylint: disable=missing-function-docstring argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_stateful_test.cpp63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) const in operator ()()
73 int operator()(int x1, int x2, int x3, int x4) const in operator ()()
78 int operator()(int x1, int x2, int x3, int x4, int x5) const in operator ()()
83 int operator()(int x1, int x2, int x3, int x4, int x5, int x6) const in operator ()()
88 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7) const in operator ()()
93 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8) const in operator ()()
98 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9) const in operator ()()
128 int operator()(int x1) in operator ()()
133 int operator()(int x1, int x2) in operator ()()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_stateful_test.cpp52 int operator()(int x1) in operator ()()
57 int operator()(int x1, int x2) in operator ()()
62 int operator()(int x1, int x2, int x3) in operator ()()
67 int operator()(int x1, int x2, int x3, int x4) in operator ()()
72 int operator()(int x1, int x2, int x3, int x4, int x5) in operator ()()
77 int operator()(int x1, int x2, int x3, int x4, int x5, int x6) in operator ()()
82 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7) in operator ()()
87 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8) in operator ()()
92 int operator()(int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9) in operator ()()
103 int f1(int & state_, int x1) in f1()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingInitiatorTest.java140 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwriting_when_stylusMoveOnce_withinHWArea() local
177 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwriting_multipleParagraphs() local
207 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwritingOnce_when_stylusMoveMultiTimes_withinHWArea() local
251 final int x1 = sHwArea1.left - HW_BOUNDS_OFFSETS_LEFT_PX / 2; in onTouchEvent_startHandwriting_when_stylusMove_withinExtendedHWArea() local
276 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwriting_servedViewUpdateAfterStylusMove() local
299 final int x1 = sHwArea1.right + HW_BOUNDS_OFFSETS_RIGHT_PX / 2; in onTouchEvent_startHandwriting_servedViewUpdate_stylusMoveInExtendedHWArea() local
336 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackCreatesInputConnection() local
364 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackFocusesDelegate() local
384 final int x1 = (sHwArea1.left + sHwArea1.right) / 2; in onTouchEvent_startHandwriting_delegate_touchEventsHandled() local
420 final int x1 = (rect.left + rect.right) / 2; in onTouchEvent_notStartHandwriting_whenHandwritingNotAvailable() 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/external/clang/test/CodeGen/
H A Dregparm-struct.c10 int x1; member
20 int x1; member
37 int x1; member
55 int x1; member
74 float x1; member
84 float x1; member
95 float x1; member
107 float x1; member
118 float x1; member
130 double x1; member
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp83 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local
111 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local
148 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local
193 int32 x1, x3, x5, x7;//, x8; in idct_col0x40() local
245 int32 x1, x3, x5, x7; in idct_col0x10() local
273 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col() local
387 int32 x0, x1, x2, x4, x5; in idct_row2Inter() local
448 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_row3Inter() local
520 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_row4Inter() local
598 int32 x1, x2, x4, x5; in idct_row0x40Inter() local
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dmatch_test.cc196 const std::string x1 = "abcdefgh"; in TEST() local
203 const std::string x1 = "abcdef"; in TEST() local
210 const std::string x1 = "abcdefg"; in TEST() local
217 const std::string x1 = "abcde"; in TEST() local
224 const std::string x1 = "abcdefghijk"; in TEST() local
231 const std::string x1 = "abcdefgh"; in TEST() local
238 const std::string x1 = "012345670123456"; in TEST() local
245 const std::string x1 = "012345670123456"; in TEST() local
252 const std::string x1 = "012345670123456701234567"; in TEST() local
259 const std::string x1(300, 'x'); in TEST() local
[all …]
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dmatch_test.cc196 const std::string x1 = "abcdefgh"; in TEST() local
203 const std::string x1 = "abcdef"; in TEST() local
210 const std::string x1 = "abcdefg"; in TEST() local
217 const std::string x1 = "abcde"; in TEST() local
224 const std::string x1 = "abcdefghijk"; in TEST() local
231 const std::string x1 = "abcdefgh"; in TEST() local
238 const std::string x1 = "012345670123456"; in TEST() local
245 const std::string x1 = "012345670123456"; in TEST() local
252 const std::string x1 = "012345670123456701234567"; in TEST() local
259 const std::string x1(300, 'x'); in TEST() local
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dmatch_test.cc196 const std::string x1 = "abcdefgh"; in TEST() local
203 const std::string x1 = "abcdef"; in TEST() local
210 const std::string x1 = "abcdefg"; in TEST() local
217 const std::string x1 = "abcde"; in TEST() local
224 const std::string x1 = "abcdefghijk"; in TEST() local
231 const std::string x1 = "abcdefgh"; in TEST() local
238 const std::string x1 = "012345670123456"; in TEST() local
245 const std::string x1 = "012345670123456"; in TEST() local
252 const std::string x1 = "012345670123456701234567"; in TEST() local
259 const std::string x1(300, 'x'); in TEST() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/objects/
Dexception.hpp94 friend bool operator==(object const& x1, object const& x2) in operator ==()
104 friend bool operator!=(object const& x1, object const& x2) in operator !=()
116 friend bool operator<(object const& x1, object const& x2) in operator <()
211 friend bool operator==(hash const& x1, hash const& x2) in operator ==()
220 friend bool operator!=(hash const& x1, hash const& x2) in operator !=()
239 bool operator()(object const& x1, object const& x2) const in operator ()()
244 bool operator()(std::pair<object, object> const& x1, in operator ()() argument
256 bool less_impl(object const& x1, object const& x2) const in less_impl()
268 friend bool operator==(less const& x1, less const& x2) in operator ==()
273 friend bool operator!=(less const& x1, less const& x2) in operator !=()
[all …]
Dtest.hpp50 friend bool operator==(object const& x1, object const& x2) in operator ==()
55 friend bool operator!=(object const& x1, object const& x2) in operator !=()
60 friend bool operator<(object const& x1, object const& x2) in operator <()
127 friend bool operator==(movable const& x1, movable const& x2) in operator ==()
133 friend bool operator!=(movable const& x1, movable const& x2) in operator !=()
139 friend bool operator<(movable const& x1, movable const& x2) in operator <()
244 friend bool operator==(hash const& x1, hash const& x2) in operator ==()
249 friend bool operator!=(hash const& x1, hash const& x2) in operator !=()
266 bool operator()(object const& x1, object const& x2) const in operator ()()
278 bool operator()(movable const& x1, movable const& x2) const in operator ()()
[all …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java101 long x0 = x[0], x1 = x[1]; in divideP() local
180 long x0 = x[0], x1 = x[1]; in multiply() local
210 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local
220 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local
230 long x0 = x[0], x1 = x[1]; in multiplyP() local
238 long x0 = x[0], x1 = x[1]; in multiplyP() local
246 long x0 = x[0], x1 = x[1]; in multiplyP3() local
254 long x0 = x[0], x1 = x[1]; in multiplyP4() local
262 long x0 = x[0], x1 = x[1]; in multiplyP7() local
270 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP8() local
[all …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java101 long x0 = x[0], x1 = x[1]; in divideP() local
180 long x0 = x[0], x1 = x[1]; in multiply() local
210 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local
220 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local
230 long x0 = x[0], x1 = x[1]; in multiplyP() local
238 long x0 = x[0], x1 = x[1]; in multiplyP() local
246 long x0 = x[0], x1 = x[1]; in multiplyP3() local
254 long x0 = x[0], x1 = x[1]; in multiplyP4() local
262 long x0 = x[0], x1 = x[1]; in multiplyP7() local
270 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP8() local
[all …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java97 long x0 = x[0], x1 = x[1]; in divideP() local
176 long x0 = x[0], x1 = x[1]; in multiply() local
206 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local
216 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local
226 long x0 = x[0], x1 = x[1]; in multiplyP() local
234 long x0 = x[0], x1 = x[1]; in multiplyP() local
242 long x0 = x[0], x1 = x[1]; in multiplyP3() local
250 long x0 = x[0], x1 = x[1]; in multiplyP4() local
258 long x0 = x[0], x1 = x[1]; in multiplyP7() local
266 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP8() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/viewcapturelib/view_capture_proto/android_common/javac/
Dview_capture_proto.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/viewcapturelib/view_capture_proto/android_common/repackaged-jarjar/javac/
Dview_capture_proto.jar ... .app.viewcapture.data.WindowData x0 int x1 com.android.app.viewcapture.data. ...
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/
Dimx_sip_handler.c50 u_register_t x1, in imx_srtc_handler()
81 u_register_t x1, in imx_cpufreq_handler()
104 u_register_t x1, in imx_wakeup_src_handler()
124 u_register_t x1, in imx_otp_handler()
149 u_register_t x1, in imx_misc_set_temp_handler()
161 u_register_t x1, in imx_src_handler()
241 u_register_t x1, in imx_src_handler()
285 u_register_t x1, in imx_buildinfo_handler()
304 u_register_t x1, in imx_kernel_entry_handler()
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/spm/el3_spmc/
Dspmc_main.c213 uint64_t x1, in spmc_smc_return()
307 uint64_t x1 = SMC_GET_GP(handle, CTX_GPREG_X1); in direct_msg_validate_lp_resp() local
338 uint64_t x1, in direct_req_smc_handler()
447 uint64_t x1, in direct_resp_smc_handler()
549 uint64_t x1, in msg_wait_handler()
640 uint64_t x1, in ffa_error_handler()
682 uint64_t x1, in ffa_version_handler()
735 uint64_t x1, in rxtx_map_handler()
842 uint64_t x1, in rxtx_unmap_handler()
1052 uint64_t x1, in partition_info_get_handler()
[all …]
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp88 uint32_t x1 = rsMax((int32_t)x-1, 0); in ConvolveOneU4() local
110 uint32_t x1 = rsMax((int32_t)x-1, 0); in ConvolveOneU2() local
131 uint32_t x1 = rsMax((int32_t)x-1, 0); in ConvolveOneU1() local
150 uint32_t x1 = rsMax((int32_t)x-1, 0); in ConvolveOneF4() local
161 uint32_t x1 = rsMax((int32_t)x-1, 0); in ConvolveOneF2() local
172 uint32_t x1 = rsMax((int32_t)x-1, 0); in ConvolveOneF1() local
198 uint32_t x1 = xstart; in kernelU4() local
245 uint32_t x1 = xstart; in kernelU2() local
290 uint32_t x1 = xstart; in kernelU1() local
335 uint32_t x1 = xstart; in kernelF4() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dlpf_common_sse2.h22 static inline void highbd_transpose6x6_sse2(__m128i *x0, __m128i *x1, in highbd_transpose6x6_sse2()
62 static inline void highbd_transpose4x8_8x4_low_sse2(__m128i *x0, __m128i *x1, in highbd_transpose4x8_8x4_low_sse2()
81 static inline void highbd_transpose4x8_8x4_high_sse2(__m128i *x0, __m128i *x1, in highbd_transpose4x8_8x4_high_sse2()
102 static inline void highbd_transpose4x8_8x4_sse2(__m128i *x0, __m128i *x1, in highbd_transpose4x8_8x4_sse2()
126 static inline void highbd_transpose8x8_low_sse2(__m128i *x0, __m128i *x1, in highbd_transpose8x8_low_sse2()
160 static inline void highbd_transpose8x8_high_sse2(__m128i *x0, __m128i *x1, in highbd_transpose8x8_high_sse2()
196 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x8_sse2()
207 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x16_sse2()
219 static inline void transpose4x8_8x4_low_sse2(__m128i *x0, __m128i *x1, in transpose4x8_8x4_low_sse2()
252 static inline void transpose4x8_8x4_sse2(__m128i *x0, __m128i *x1, __m128i *x2, in transpose4x8_8x4_sse2()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/common/
H A Dimx_sip_handler.c40 u_register_t x1, in imx_srtc_handler()
71 u_register_t x1, in imx_cpufreq_handler()
94 u_register_t x1, in imx_wakeup_src_handler()
114 u_register_t x1, in imx_otp_handler()
139 u_register_t x1, in imx_misc_set_temp_handler()
151 u_register_t x1, in imx_src_handler()
205 u_register_t x1, in imx_buildinfo_handler()
224 u_register_t x1, in imx_kernel_entry_handler()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Drange_algebra.cpp55 boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
66 boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
76 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local
85 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local
94 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local
103 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local
112 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local
135 boost::array< length_type , 2 > x1 = {{ 1.0 * si::meter , 1.0 * si::meter }}; in BOOST_AUTO_TEST_CASE() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/utils/
H A DVisitorMapTest.java19 CompilationUnit x1 = parse("class X{}"); in normalEqualsDoesDeepCompare() local
30 CompilationUnit x1 = parse("class X{}"); in objectIdentityEqualsDoesShallowCompare() local
41 CompilationUnit x1 = parse("class X{}"); in visitorMapGet() local
50 CompilationUnit x1 = parse("class X{}"); in visitorMapContainsKey() local
59 CompilationUnit x1 = parse("class X{}"); in visitorMapPutAll() local
71 CompilationUnit x1 = parse("class X{}"); in remove() local

12345678910>>...162