/external/clang/test/CXX/special/class.copy/ |
D | p33-0x.cpp | 11 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/clang/test/CodeGen/ |
D | regparm-struct.c | 21 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/ |
D | direct-initializer.cpp | 6 int (x2)(1); variable 10 int (x2)(1); in f() local 40 X x2(1.0, 3, 4.2); in g() local
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
D | hash.pass.cpp | 27 std::string x2("12345"); in main() local 34 std::wstring x2(L"12345"); in main() local
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
D | hash.pass.cpp | 31 std::string x2("12345"); in main() local 38 std::wstring x2(L"12345"); in main() local
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/ |
D | VisitorMapTest.java | 20 CompilationUnit x2 = JavaParser.parse("class X{}"); in normalEqualsDoesDeepCompare() local 31 CompilationUnit x2 = JavaParser.parse("class X{}"); in objectIdentityEqualsDoesShallowCompare() local 60 CompilationUnit x2 = JavaParser.parse("class Y{}"); in visitorMapPutAll() local
|
/external/tensorflow/tensorflow/contrib/compiler/ |
D | jit_test.py | 144 def mulop(x1, x2): argument 160 def mulop(x1, x2): argument 248 def mulop(x1, x2): argument 275 def mulop(x1, x2): argument
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | BigIntegerMathTest.java | 124 BigInteger x2 = x.pow(2); in testLog2HalfUp() local 135 BigInteger x2 = x.pow(2); in testLog2HalfDown() local 215 BigInteger x2 = x.pow(2); in testLog10HalfUp() local 227 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
|
/external/skqp/experimental/svg/model/ |
D | SkSVGLinearGradient.cpp | 23 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/skia/experimental/svg/model/ |
D | SkSVGLinearGradient.cpp | 23 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/clang/test/CXX/class/class.local/ |
D | p1-0x.cpp | 7 …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/arm-optimized-routines/math/single/ |
D | s_sincosf.c | 74 float x2 = x*x; in FUNCNAME() local 88 float x2 = x*x; in FUNCNAME() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | lpf_common_sse2.h | 20 __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/pdfium/third_party/agg23/ |
D | agg_math.h | 26 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()
|
D | agg_curves.cpp | 30 float x2, float y2, in init() 41 float x2, float y2, in recursive_bezier() 101 float x2, float y2, in bezier()
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 38 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/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve_ssse3.h | 49 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/ |
D | FileName.h | 98 #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/ |
D | p16.cpp | 28 …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/ |
D | path_builder.c | 144 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/skia/src/compute/skc/ |
D | path_builder.c | 144 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/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
D | lv_value.pass.cpp | 26 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()
|
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
D | BoundingBox.java | 24 public float x2; field in BoundingBox 36 public BoundingBox(float x1, float y1, float x2, float y2, int category, float score) { in BoundingBox()
|
/external/clang/test/ASTMerge/Inputs/ |
D | var1.h | 1 double x2; variable
|
/external/clang/test/CodeGenCXX/ |
D | pragma-visibility.cpp | 12 struct __attribute((visibility("default"))) x2 { struct 15 int x2::y = 10; argument
|