Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 25 of 3586) sorted by relevance

12345678910>>...144

/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/endian/test/
Dendian_arithmetic_test.cpp25 T x2( x ); in test_arithmetic_() local
32 T x2( x ); in test_arithmetic_() local
39 T x2( x ); in test_arithmetic_() local
46 T x2( x ); in test_arithmetic_() local
53 T x2( x ); in test_arithmetic_() local
60 T x2( x ); in test_arithmetic_() local
67 T x2( x ); in test_arithmetic_() local
74 T x2( x ); in test_arithmetic_() local
95 T x2( x ); in test_integral_() local
102 T x2( x ); in test_integral_() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_bounds.hpp27 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 |()
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()
56 inline interval_bounds left_bounds(interval_bounds x1, interval_bounds x2) in left_bounds()
59 inline interval_bounds right_bounds(interval_bounds x1, interval_bounds x2) in right_bounds()
62 inline interval_bounds left_subtract_bounds(interval_bounds x1, interval_bounds x2) in left_subtract_bounds()
65 inline interval_bounds right_subtract_bounds(interval_bounds x1, interval_bounds x2) in right_subtract_bounds()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_stateful_test.cpp68 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 ()()
133 int operator()(int x1, int x2) in operator ()()
138 int operator()(int x1, int x2, int x3) in operator ()()
143 int operator()(int x1, int x2, int x3, int x4) in operator ()()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ppv-lite86/src/
Dsoft.rs10 pub struct x2<W, G>(pub [W; 2], PhantomData<G>); struct
11 impl<W, G> x2<W, G> { impl
47 impl<W, G> RotateEachWord32 for x2<W, G> implementation
60 impl<W, G> RotateEachWord64 for x2<W, G> implementation
66 impl<W, G> RotateEachWord128 for x2<W, G> where W: RotateEachWord128 {} implementation
67 impl<W, G> BitOps0 for x2<W, G> implementation
73 impl<W, G> BitOps32 for x2<W, G> implementation
79 impl<W, G> BitOps64 for x2<W, G> implementation
85 impl<W, G> BitOps128 for x2<W, G> implementation
98 impl<W, G> ArithOps for x2<W, G> implementation
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.17/src/
H A Dsoft.rs10 pub struct x2<W, G>(pub [W; 2], PhantomData<G>); struct
11 impl<W, G> x2<W, G> { implementation
47 impl<W, G> RotateEachWord32 for x2<W, G> implementation
60 impl<W, G> RotateEachWord64 for x2<W, G> implementation
66 impl<W, G> RotateEachWord128 for x2<W, G> where W: RotateEachWord128 {} implementation
67 impl<W, G> BitOps0 for x2<W, G> implementation
73 impl<W, G> BitOps32 for x2<W, G> implementation
79 impl<W, G> BitOps64 for x2<W, G> implementation
85 impl<W, G> BitOps128 for x2<W, G> implementation
98 impl<W, G> ArithOps for x2<W, G> implementation
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_stateful_test.cpp57 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 ()()
108 int f2(int & state_, int x1, int x2) in f2()
113 int f3(int & state_, int x1, int x2, int x3) in f3()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingInitiatorTest.java145 final int x2 = x1 + mHandwritingSlop * 2; in onTouchEvent_startHandwriting_when_stylusMoveOnce_withinHWArea() local
182 final int x2 = x1 + mHandwritingSlop * 2; in onTouchEvent_startHandwriting_multipleParagraphs() local
212 final int x2 = x1 + mHandwritingSlop / 2; in onTouchEvent_startHandwritingOnce_when_stylusMoveMultiTimes_withinHWArea() local
256 final int x2 = x1 + mHandwritingSlop * 2; in onTouchEvent_startHandwriting_when_stylusMove_withinExtendedHWArea() local
281 final int x2 = x1 + mHandwritingSlop * 2; in onTouchEvent_startHandwriting_servedViewUpdateAfterStylusMove() local
304 final int x2 = x1 + mHandwritingSlop * 2; in onTouchEvent_startHandwriting_servedViewUpdate_stylusMoveInExtendedHWArea() local
341 final int x2 = x1 + mHandwritingSlop * 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackCreatesInputConnection() local
369 final int x2 = x1 + mHandwritingSlop * 2; in onTouchEvent_tryAcceptDelegation_delegatorCallbackFocusesDelegate() local
389 final int x2 = x1 + mHandwritingSlop / 2; in onTouchEvent_startHandwriting_delegate_touchEventsHandled() local
425 final int x2 = x1 + mHandwritingSlop * 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/cronet/third_party/abseil-cpp/absl/strings/
H A Dmatch_test.cc197 const std::string x2 = "abcde_"; in TEST() local
204 const std::string x2 = "abcdef"; in TEST() local
211 const std::string x2 = "abcdef_h"; in TEST() local
218 const std::string x2 = "abcdefgh"; in TEST() local
225 const std::string x2 = "abcde_g_"; in TEST() local
232 const std::string x2 = "abcdefgh"; in TEST() local
239 const std::string x2 = "0123456701_34_6"; in TEST() local
246 const std::string x2 = "0123456701234567"; in TEST() local
253 const std::string x2 = "0123456701234567_1234567"; in TEST() local
260 std::string x2 = x1; in TEST() local
[all …]
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dmatch_test.cc197 const std::string x2 = "abcde_"; in TEST() local
204 const std::string x2 = "abcdef"; in TEST() local
211 const std::string x2 = "abcdef_h"; in TEST() local
218 const std::string x2 = "abcdefgh"; in TEST() local
225 const std::string x2 = "abcde_g_"; in TEST() local
232 const std::string x2 = "abcdefgh"; in TEST() local
239 const std::string x2 = "0123456701_34_6"; in TEST() local
246 const std::string x2 = "0123456701234567"; in TEST() local
253 const std::string x2 = "0123456701234567_1234567"; in TEST() local
260 std::string x2 = x1; in TEST() local
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dmatch_test.cc197 const std::string x2 = "abcde_"; in TEST() local
204 const std::string x2 = "abcdef"; in TEST() local
211 const std::string x2 = "abcdef_h"; in TEST() local
218 const std::string x2 = "abcdefgh"; in TEST() local
225 const std::string x2 = "abcde_g_"; in TEST() local
232 const std::string x2 = "abcdefgh"; in TEST() local
239 const std::string x2 = "0123456701_34_6"; in TEST() local
246 const std::string x2 = "0123456701234567"; in TEST() local
253 const std::string x2 = "0123456701234567_1234567"; in TEST() local
260 std::string x2 = x1; in TEST() local
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/
Dimx_sip_handler.c51 u_register_t x2, in imx_srtc_handler()
82 u_register_t x2, in imx_cpufreq_handler()
105 u_register_t x2, in imx_wakeup_src_handler()
125 u_register_t x2) in imx_otp_handler()
150 u_register_t x2, in imx_misc_set_temp_handler()
162 u_register_t x2, in imx_src_handler()
242 u_register_t x2, in imx_src_handler()
260 static uint64_t imx_get_commit_hash(u_register_t x2, in imx_get_commit_hash()
286 u_register_t x2, in imx_buildinfo_handler()
305 u_register_t x2, in imx_kernel_entry_handler()
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/common/
H A Dimx_sip_handler.c41 u_register_t x2, in imx_srtc_handler()
72 u_register_t x2, in imx_cpufreq_handler()
95 u_register_t x2, in imx_wakeup_src_handler()
115 u_register_t x2) in imx_otp_handler()
140 u_register_t x2, in imx_misc_set_temp_handler()
152 u_register_t x2, in imx_src_handler()
180 static uint64_t imx_get_commit_hash(u_register_t x2, in imx_get_commit_hash()
206 u_register_t x2, in imx_buildinfo_handler()
225 u_register_t x2, in imx_kernel_entry_handler()
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/spm/el3_spmc/
Dspmc_main.c214 uint64_t x2, in spmc_smc_return()
254 static inline bool direct_msg_validate_arg2(uint64_t x2) in direct_msg_validate_arg2()
308 uint64_t x2 = SMC_GET_GP(handle, CTX_GPREG_X2); in direct_msg_validate_lp_resp() local
339 uint64_t x2, in direct_req_smc_handler()
448 uint64_t x2, in direct_resp_smc_handler()
550 uint64_t x2, in msg_wait_handler()
641 uint64_t x2, in ffa_error_handler()
683 uint64_t x2, in ffa_version_handler()
736 uint64_t x2, in rxtx_map_handler()
843 uint64_t x2, in rxtx_unmap_handler()
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp111 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
219 int32 x0, x2, x4, x6; in idct_col0x20() 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
655 int32 x0, x2, x4, x6; in idct_row0x20Inter() local
770 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_rowInter() local
[all …]
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp89 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneU4() local
111 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneU2() local
132 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneU1() local
151 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneF4() local
162 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneF2() local
173 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)info->dim.x-1); in ConvolveOneF1() local
199 uint32_t x2 = xend; in kernelU4() local
246 uint32_t x2 = xend; in kernelU2() local
291 uint32_t x2 = xend; in kernelU1() local
336 uint32_t x2 = xend; in kernelF4() local
[all …]
H A DrsCpuIntrinsicConvolve5x5.cpp89 uint32_t x2 = x; in OneU4() local
132 uint32_t x2 = x; in OneU2() local
175 uint32_t x2 = x; in OneU1() local
218 uint32_t x2 = x; in OneF4() local
260 uint32_t x2 = x; in OneF2() local
302 uint32_t x2 = x; in OneF1() local
368 uint32_t x2 = xend; in kernelU4() local
428 uint32_t x2 = xend; in kernelU2() local
477 uint32_t x2 = xend; in kernelU1() local
526 uint32_t x2 = xend; in kernelF4() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dlpf_common_sse2.h23 __m128i *x2, __m128i *x3, in highbd_transpose6x6_sse2()
63 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_low_sse2()
82 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_high_sse2()
103 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_sse2()
127 __m128i *x2, __m128i *x3, in highbd_transpose8x8_low_sse2()
161 __m128i *x2, __m128i *x3, 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()
220 __m128i *x2, __m128i *x3, 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/clang/test/CodeGen/
H A Dregparm-struct.c21 int x2; member
38 int x2; member
56 int x2; member
85 int x2; member
96 int x2; member
108 float x2; member
119 float x2; member
141 double x2; member
152 float x2; member
/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
136 …boost::array< velocity_type , 2 > x2 = {{ 2.0 * si::meter / si::seconds , 2.0 * si::meter / si::se… in BOOST_AUTO_TEST_CASE() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dhash_string_test.cpp23 BOOST_HASH_TEST_NAMESPACE::hash<std::string> x2; in string_tests() local
44 std::string x2(2, '\0'); in string0_tests() local
64 BOOST_HASH_TEST_NAMESPACE::hash<std::wstring> x2; in wstring_tests() local
89 BOOST_HASH_TEST_NAMESPACE::hash<std::u16string> x2; in u16string_tests() local
114 BOOST_HASH_TEST_NAMESPACE::hash<std::u32string> x2; in u32string_tests() local
137 std::string x2(2, '\0'); in generic_string_tests() local
/aosp_15_r20/external/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy.c250 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_xtiled()
292 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_ytiled()
414 linear_to_tile4(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_tile4()
611 xtiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in xtiled_to_linear()
653 ytiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in ytiled_to_linear()
776 tile4_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in tile4_to_linear()
1020 linear_to_xtiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_xtiled_faster()
1065 linear_to_ytiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_ytiled_faster()
1109 linear_to_tile4_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_tile4_faster()
1152 xtiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in xtiled_to_linear_faster()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/
Dstrvar.go11 type x2 struct { a,b,c int; d int; }; argument
Dptrvar.go11 type x2 struct { a,b,c int; d int; }; struct

12345678910>>...144