Home
last modified time | relevance | path

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

12345678910>>...26

/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/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/tensorflow/tensorflow/contrib/compiler/
Djit_test.py144 def mulop(x1, x2): argument
160 def mulop(x1, x2): argument
249 def mulop(x1, x2): argument
276 def mulop(x1, x2): argument
/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
Dtype-definition-in-specifier.cpp33 e19018_1 x2; // expected-error{{unknown type name 'e19018_1'}} variable
58 enum en_3 x2; // expected-error{{ISO C++ forbids forward references to 'enum' types}} \ member
/external/guava/guava-tests/test/com/google/common/math/
DBigIntegerMathTest.java124 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/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/
DVisitorMapTest.java20 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/libvncserver/examples/
Dzippy.c49 void blank_framebuffer(char* frame_buffer, int x1, int y1, int x2, int y2) in blank_framebuffer()
55 void draw_primary_colors (char* frame_buffer, int x1, int y1, int x2, int y2) in draw_primary_colors()
81 void draw_primary_colours_generic(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic()
95 void draw_primary_colours_generic_fast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_fast()
113 static void draw_primary_colours_generic_ultrafast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_ultrafast()
/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/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/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/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/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/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()
Dagg_curves.cpp30 float x2, float y2, in init()
41 float x2, float y2, in recursive_bezier()
101 float x2, float y2, in bezier()
/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/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tiled_memcpy.c247 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_xtiled()
289 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_ytiled()
351 xtiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in xtiled_to_linear()
393 ytiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in ytiled_to_linear()
460 linear_to_xtiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_xtiled_faster()
503 linear_to_ytiled_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_ytiled_faster()
545 xtiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in xtiled_to_linear_faster()
587 ytiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in ytiled_to_linear_faster()
686 uint32_t x1, x2; in linear_to_tiled() local
777 uint32_t x1, x2; in tiled_to_linear() local
/external/valgrind/none/tests/s390x/
Dopcodes.h29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
84 #define RXY_FRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
92 #define RXY_URRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
113 #define AHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,7a) argument
127 #define ALY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,5e) argument
131 #define AY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,5a) argument
158 #define CGH(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,34) argument
168 #define CHF(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,cd) argument
174 #define CHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,79) argument
199 #define CLHF(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,cf) argument
[all …]
/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()
/external/libvncserver/libvncserver/
Dfont.c50 int x1,int y1,int x2,int y2, in rfbDrawCharWithClip()
106 int x1,int y1,int x2,int y2, in rfbDrawStringWithClip()
131 void rfbFontBBox(rfbFontDataPtr font,unsigned char c,int* x1,int* y1,int* x2,int* y2) in rfbFontBBox()
144 int *x1, int *y1, int *x2, int *y2) in rfbWholeFontBBox()
/external/clang/test/CodeGenCXX/
Dpragma-visibility.cpp12 struct __attribute((visibility("default"))) x2 { struct
15 int x2::y = 10; argument
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DBigIntegerMathTest.java112 BigInteger x2 = x.pow(2); in testLog2HalfUp() local
123 BigInteger x2 = x.pow(2); in testLog2HalfDown() local

12345678910>>...26