Home
last modified time | relevance | path

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

12345678910>>...45

/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 …]
/external/arm-optimized-routines/pl/math/
Dpairwise_horner_wrap.h10 #define PW_HORNER_3_(x, x2, c, i) FMA(x2, PW_HORNER_1_ (x, c, i + 2), PW_HORNER_1_(x, c, i)) argument
11 #define PW_HORNER_5_(x, x2, c, i) FMA(x2, PW_HORNER_3_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument
12 #define PW_HORNER_7_(x, x2, c, i) FMA(x2, PW_HORNER_5_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument
13 #define PW_HORNER_9_(x, x2, c, i) FMA(x2, PW_HORNER_7_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument
14 #define PW_HORNER_11_(x, x2, c, i) FMA(x2, PW_HORNER_9_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument
15 #define PW_HORNER_13_(x, x2, c, i) FMA(x2, PW_HORNER_11_(x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument
16 #define PW_HORNER_15_(x, x2, c, i) FMA(x2, PW_HORNER_13_(x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument
17 #define PW_HORNER_17_(x, x2, c, i) FMA(x2, PW_HORNER_15_(x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument
20 #define PAIRWISE_HORNER_3(x, x2, c) PW_HORNER_3_ (x, x2, c, 0) argument
21 #define PAIRWISE_HORNER_5(x, x2, c) PW_HORNER_5_ (x, x2, c, 0) argument
[all …]
Destrin_wrap.h10 #define ESTRIN_2_(x, x2, c, i) FMA(x2, c(2 + i), ESTRIN_1_(x,… argument
11 #define ESTRIN_3_(x, x2, c, i) FMA(x2, ESTRIN_1_(x, c, 2 + i), ESTRIN_1_(x,… argument
12 #define ESTRIN_4_(x, x2, x4, c, i) FMA(x4, c(4 + i), ESTRIN_3_(x,… argument
13 #define ESTRIN_5_(x, x2, x4, c, i) FMA(x4, ESTRIN_1_(x, c, 4 + i), ESTRIN_3_(x,… argument
14 #define ESTRIN_6_(x, x2, x4, c, i) FMA(x4, ESTRIN_2_(x, x2, c, 4 + i), ESTRIN_3_(x,… argument
15 #define ESTRIN_7_(x, x2, x4, c, i) FMA(x4, ESTRIN_3_(x, x2, c, 4 + i), ESTRIN_3_(x,… argument
16 #define ESTRIN_8_(x, x2, x4, x8, c, i) FMA(x8, c(8 + i), ESTRIN_7_(x,… argument
17 #define ESTRIN_9_(x, x2, x4, x8, c, i) FMA(x8, ESTRIN_1_(x, c, 8 + i), ESTRIN_7_(x,… argument
18 #define ESTRIN_10_(x, x2, x4, x8, c, i) FMA(x8, ESTRIN_2_(x, x2, c, 8 + i), ESTRIN_7_(x,… argument
19 #define ESTRIN_11_(x, x2, x4, x8, c, i) FMA(x8, ESTRIN_3_(x, x2, c, 8 + i), ESTRIN_7_(x,… argument
[all …]
/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 …]
/external/tensorflow/tensorflow/python/ops/numpy_ops/
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 …]
/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 …]
/external/rust/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 …]
/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 …]
/external/trusty/arm-trusted-firmware/plat/imx/common/
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()
/external/arm-trusted-firmware/plat/imx/common/
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()
/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
Dhash_number_test.cpp63 BOOST_HASH_TEST_NAMESPACE::hash<T> x2; in numeric_test() local
92 BOOST_HASH_TEST_NAMESPACE::hash<T> x2; in limits_test() local
121 BOOST_HASH_TEST_NAMESPACE::hash<T> x2; in poor_quality_tests() local
141 BOOST_HASH_TEST_NAMESPACE::hash<bool> x2; in bool_test() local
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dresize.cpp46 std::vector< double > x2; in BOOST_AUTO_TEST_CASE() local
58 state_type x2; in BOOST_AUTO_TEST_CASE() local
70 state_type x2; in BOOST_AUTO_TEST_CASE() local
80 state_type x2; in BOOST_AUTO_TEST_CASE() local
96 state_type x1 , x2; in BOOST_AUTO_TEST_CASE() local
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
/external/clang/test/CXX/special/class.copy/
Dp33-0x.cpp11 X x2; in return_by_move() local
21 X x2; in throw_move_only() local
36 X x2; in f() local
48 T x2; in f2() local
/external/abseil-cpp/absl/strings/
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 …]
/external/cronet/third_party/abseil-cpp/absl/strings/
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 …]
/external/angle/third_party/abseil-cpp/absl/strings/
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 …]
/external/libtextclassifier/abseil-cpp/absl/strings/
Dmatch_test.cc194 const std::string x2 = "abcde_"; in TEST() local
201 const std::string x2 = "abcdef"; in TEST() local
208 const std::string x2 = "abcdef_h"; in TEST() local
215 const std::string x2 = "abcdefgh"; in TEST() local
222 const std::string x2 = "abcde_g_"; in TEST() local
229 const std::string x2 = "abcdefgh"; in TEST() local
236 const std::string x2 = "0123456701_34_6"; in TEST() local
243 const std::string x2 = "0123456701234567"; in TEST() local
250 const std::string x2 = "0123456701234567_1234567"; in TEST() local
257 std::string x2 = x1; in TEST() local
[all …]
/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 …]
/external/stg/
Dcomparison.cc231 Result Compare::operator()(const Special& x1, const Special& x2) { in operator ()()
240 const PointerReference& x2) { in operator ()()
253 const PointerToMember& x2) { in operator ()()
271 Result Compare::operator()(const Primitive& x1, const Primitive& x2) { in operator ()()
284 Result Compare::operator()(const Array& x1, const Array& x2) { in operator ()()
365 const auto& x2 = ids2[*index2]; in CompareNodes() local
370 const auto& x2 = ids2[*index2]; in CompareNodes() local
380 const std::map<std::string, Id>& x2, in CompareNodes()
423 Result Compare::operator()(const BaseClass& x1, const BaseClass& x2) { in operator ()()
431 Result Compare::operator()(const Method& x1, const Method& x2) { in operator ()()
[all …]
/external/clang/test/CodeGen/
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
/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dassign_tests.cpp85 T x2(0, hf2, eq2); in assign_tests2() local
100 T x2(0, hf2, eq2); in assign_tests2() local
118 T x2(v2.begin(), v2.end(), 0, hf1, eq1); in assign_tests2() local
135 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2() local
157 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2() local
179 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2() local
/external/clang/test/SemaCXX/
Ddirect-initializer.cpp6 int (x2)(1); variable
10 int (x2)(1); in f() local
40 X x2(1.0, 3, 4.2); in g() local
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
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()

12345678910>>...45