Home
last modified time | relevance | path

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

12345678910>>...27

/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/arm-trusted-firmware/plat/imx/common/
Dimx_sip_handler.c38 u_register_t x2, in imx_srtc_handler()
69 u_register_t x2, in imx_cpufreq_handler()
92 u_register_t x2, in imx_wakeup_src_handler()
112 u_register_t x2) in imx_otp_handler()
137 u_register_t x2, in imx_misc_set_temp_handler()
146 static uint64_t imx_get_commit_hash(u_register_t x2, in imx_get_commit_hash()
172 u_register_t x2, in imx_buildinfo_handler()
/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/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/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/utils/
DVisitorMapTest.java20 CompilationUnit x2 = parse("class X{}"); in normalEqualsDoesDeepCompare() local
31 CompilationUnit x2 = parse("class X{}"); in objectIdentityEqualsDoesShallowCompare() local
60 CompilationUnit x2 = parse("class Y{}"); in visitorMapPutAll() local
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
Dhash.pass.cpp31 std::string x2("12345"); in main() local
38 std::wstring x2(L"12345"); in main() local
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
Dhash.pass.cpp27 std::string x2("12345"); in main() local
34 std::wstring x2(L"12345"); in main() local
/external/guava/android/guava-tests/test/com/google/common/math/
DBigIntegerMathTest.java180 BigInteger x2 = x.pow(2); in testLog2HalfUp() local
191 BigInteger x2 = x.pow(2); in testLog2HalfDown() local
273 BigInteger x2 = x.pow(2); in testLog10HalfUp() local
285 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
/external/tensorflow/tensorflow/python/compiler/xla/
Djit_test.py157 def mulop(x1, x2): argument
174 def mulop(x1, x2): argument
266 def mulop(x1, x2): argument
294 def mulop(x1, x2): argument
/external/guava/guava-tests/test/com/google/common/math/
DBigIntegerMathTest.java180 BigInteger x2 = x.pow(2); in testLog2HalfUp() local
191 BigInteger x2 = x.pow(2); in testLog2HalfDown() local
273 BigInteger x2 = x.pow(2); in testLog10HalfUp() local
285 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
/external/skia/experimental/svg/model/
DSkSVGLinearGradient.cpp23 void SkSVGLinearGradient::setX2(const SkSVGLength& x2) { in setX2()
44 if (const auto* x2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
65 const auto x2 = lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader() local
/external/skqp/experimental/svg/model/
DSkSVGLinearGradient.cpp23 void SkSVGLinearGradient::setX2(const SkSVGLength& x2) { in setX2()
44 if (const auto* x2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
65 const auto x2 = lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal); in onMakeShader() local
/external/arm-trusted-firmware/plat/mediatek/common/
Dmtk_sip_svc.c27 u_register_t x2, in mediatek_plat_sip_handler()
42 u_register_t x2, in mediatek_sip_handler()
93 u_register_t x2, in sip_smc_handler()
/external/clang/test/CXX/class/class.local/
Dp1-0x.cpp7 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'… in f() member
13 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expre… in f() member
/external/libaom/libaom/aom_dsp/x86/
Dlpf_common_sse2.h20 __m128i *x2, __m128i *x3, in highbd_transpose6x6_sse2()
60 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_low_sse2()
79 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_high_sse2()
100 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_sse2()
124 __m128i *x2, __m128i *x3, in highbd_transpose8x8_low_sse2()
158 __m128i *x2, __m128i *x3, in highbd_transpose8x8_high_sse2()
193 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x8_sse2()
204 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x16_sse2()
217 __m128i *x2, __m128i *x3, in transpose4x8_8x4_low_sse2()
249 static INLINE void transpose4x8_8x4_sse2(__m128i *x0, __m128i *x1, __m128i *x2, in transpose4x8_8x4_sse2()
[all …]
/external/clang/test/Analysis/
Dstack-addr-ps.cpp38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in get_reference3() local
50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f2() local
56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} in f3() local
62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f4() local
/external/pdfium/third_party/agg23/
Dagg_math.h26 float x2, float y2, in calc_point_location()
31 AGG_INLINE float calc_distance(float x1, float y1, float x2, float y2) in calc_distance()
38 float x2, float y2, in calc_line_point_distance()
/external/libvpx/libvpx/vpx_dsp/x86/
Dconvolve_ssse3.h49 const __m128i x2 = _mm_maddubs_epi16(s[2], f[2]); in convolve8_8_ssse3() local
72 const __m128i x2 = _mm_maddubs_epi16(s[2], f[2]); in convolve8_8_even_offset_ssse3() local
93 const __m128i x2 = _mm_maddubs_epi16(s[2], f[2]); in convolve8_8_odd_offset_ssse3() local
/external/lzma/CPP/Windows/
DFileName.h98 #define IF_USE_MAIN_PATH_2(x1, x2) \ argument
106 #define IF_USE_MAIN_PATH_2(x1, x2) argument
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp16.cpp28 …int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drop… in test_capture() local
36 …int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drop… in test_capture() local
/external/skqp/src/compute/skc/
Dpath_builder.c144 float x2, float y2) in skc_path_quad_to()
166 float x2, float y2) in skc_path_quad_smooth_to()
177 float x2, float y2, in skc_path_cubic_to()
202 float x2, float y2, in skc_path_cubic_smooth_to()
/external/arm-trusted-firmware/plat/rockchip/common/
Drockchip_sip_svc.c25 u_register_t x2, in rockchip_plat_sip_handler()
41 u_register_t x2, in sip_smc_handler()
/external/arm-trusted-firmware/plat/mediatek/common/custom/
Doem_svc.c39 u_register_t x2, in oem_smc_handler()
56 u_register_t x2, in oem_svc_smc_handler()
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DBoundingBox.java24 public float x2; field in BoundingBox
36 public BoundingBox(float x1, float y1, float x2, float y2, int category, float score) { in BoundingBox()
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
Dlv_value.pass.cpp26 typename C::value_type x1, typename C::value_type x2, in test()
39 typename C::value_type x1, typename C::value_type x2, in insert3at()

12345678910>>...27