| /external/skia/modules/bentleyottmann/tests/ |
| D | SegmentTest.cpp | 45 for (auto& s0 : interesting) { in DEF_TEST() local 67 for (auto& s0 : interesting) { in DEF_TEST() local 92 auto checkIntersection = [reporter](Segment s0, Segment s1, Point expected) { in DEF_TEST() 116 Segment s0 = {{-1, 0}, {1, 0}}, in DEF_TEST() local 122 Segment s0 = {{-1, 0}, {5, 0}}, in DEF_TEST() local 129 Segment s0 = {{5, 0}, {-1, 0}}, in DEF_TEST() local 136 Segment s0 = {{-5, -5}, {5, 5}}, in DEF_TEST() local 164 Segment s0 = {{0, -100}, {0, -50}}, in DEF_TEST() local 172 Segment s0 = {{0, 100}, {0, 50}}, in DEF_TEST() local 183 Segment s0 = {{-1, 1}, {-1, -1}}, in DEF_TEST() local [all …]
|
| D | MyersTest.cpp | 69 Segment s0 = {{0, 0}, {1, 1}}, in DEF_TEST() local 80 Segment s0 = {{-2, 0}, {1, 0}}, in DEF_TEST() local 86 Segment s0 = {{-2, 0}, {1, 0}}, in DEF_TEST() local 94 Segment s0 = {{-10, -10}, {10, 10}}, in DEF_TEST() local 111 Segment s0 = {{0, 0}, {2, 2}}, in DEF_TEST() local 117 Segment s0 = {{-2, -2}, {2, 2}}, in DEF_TEST() local 127 Segment s0 = {{-2, -100}, {-2, 89}}, in DEF_TEST() local 139 auto checkIntersection = [&](Segment s0, Segment s1) { in DEF_TEST() 147 Segment s0 = {{-1, 0}, {1, 0}}, in DEF_TEST() local 153 Segment s0 = {{-1, 0}, {5, 0}}, in DEF_TEST() local [all …]
|
| /external/clang/test/CodeGenObjC/ |
| D | objc2-write-barrier-4.m | 11 typedef struct s0 { struct 12 A *a[4]; 13 } T; 17 void f0(id x) { 21 void f1(id x) { 25 void f2(unsigned idx)
|
| D | objc2-assign-global.m | 18 typedef struct s0 { struct 19 A *a[4]; 20 } T; 35 #define ASSIGNTEST(expr, global) expr = rhs 38 int main() {
|
| D | assign.m | 3 struct s0 { struct 10 @property struct s0 x2; argument
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
| D | p10.cpp | 6 struct s0 { struct 7 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}} 8 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}} 9 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}} 10 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}} 11 mutable struct s1 {}; // expected-error{{'mutable' can only be applied to member variables}}
|
| /external/clang/test/Sema/ |
| D | pragma-pack-4.c | 8 struct s0 { struct 17 struct s0 b; argument
|
| D | fpack-struct.c | 4 struct s0 { struct 9 int t0[sizeof(struct s0) == EXPECTED_STRUCT_SIZE ?: -1]; argument
|
| D | align-arm-apcs.c | 4 struct s0 { double f0; int f1; }; argument
|
| D | pragma-pack-3.c | 23 struct s0 { struct 27 int a[sizeof(struct s0) == 3 ? 1 : -1]; argument
|
| /external/cronet/third_party/icu/source/test/perf/ustrperf/ |
| D | stringperf.h | 391 inline void ctor(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor() 396 inline void ctor1(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor1() 401 inline void ctor2(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor2() 406 inline void ctor3(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor3() 417 inline void assign(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign() 422 inline void assign1(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign1() 427 inline void assign2(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign2() 432 inline void getch(const char16_t* src,int32_t srcLen, UnicodeString s0) in getch() 438 inline void catenate(const char16_t* src,int32_t srcLen, UnicodeString s0) in catenate() 454 inline void scan(const char16_t* src,int32_t srcLen, UnicodeString s0) in scan() [all …]
|
| /external/icu/icu4c/source/test/perf/ustrperf/ |
| D | stringperf.h | 391 inline void ctor(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor() 396 inline void ctor1(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor1() 401 inline void ctor2(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor2() 406 inline void ctor3(const char16_t* src,int32_t srcLen, UnicodeString s0) in ctor3() 417 inline void assign(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign() 422 inline void assign1(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign1() 427 inline void assign2(const char16_t* src,int32_t srcLen, UnicodeString s0) in assign2() 432 inline void getch(const char16_t* src,int32_t srcLen, UnicodeString s0) in getch() 438 inline void catenate(const char16_t* src,int32_t srcLen, UnicodeString s0) in catenate() 454 inline void scan(const char16_t* src,int32_t srcLen, UnicodeString s0) in scan() [all …]
|
| /external/clang/test/CodeGen/ |
| D | pragma-pack-2.c | 12 struct s0 { struct 21 struct s0 b; argument
|
| D | bitfield-assign.c | 16 struct s0 { struct 25 struct s0 s; in f0() argument
|
| D | 2008-07-30-implicit-initialization.c | 10 struct s0 { struct 15 struct s0 x = {0}; in f0() argument
|
| /external/libaom/aom_dsp/arm/ |
| D | blend_a64_mask_neon.c | 72 uint16x8_t s0 = vld1q_u16(src0 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 89 uint16x8_t s0 = load_unaligned_u16_4x2(src0, src0_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 112 uint16x8_t s0 = vld1q_u16(src0 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 136 uint16x8_t s0 = load_unaligned_u16_4x2(src0, src0_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 158 uint16x8_t s0 = vld1q_u16(src0 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 178 uint16x8_t s0 = load_unaligned_u16_4x2(src0, src0_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 200 uint16x8_t s0 = vld1q_u16(src0 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 222 uint16x8_t s0 = load_unaligned_u16_4x2(src0, src0_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 259 uint8x16_t s0 = vld1q_u8(src0 + i); in aom_blend_a64_mask_neon() local 276 uint8x8_t s0 = vld1_u8(src0); in aom_blend_a64_mask_neon() local [all …]
|
| D | mem_neon.h | 83 static INLINE void store_u8_8x2(uint8_t *s, ptrdiff_t p, const uint8x8_t s0, in store_u8_8x2() 124 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x8() 146 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x7() 166 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x4() 178 uint16x4_t *const s0, uint16x4_t *const s1, in load_u16_4x4() 191 uint16x4_t *const s0, uint16x4_t *const s1, in load_u16_4x7() 211 int16x8_t *const s0, int16x8_t *const s1) { in load_s16_8x2() 218 uint16x8_t *const s0, uint16x8_t *const s1) { in load_u16_8x2() 225 uint16x8_t *const s0, uint16x8_t *const s1, in load_u16_8x4() 238 int16x4_t *const s0, int16x4_t *const s1, in load_s16_4x12() [all …]
|
| D | aom_convolve_copy_neon.c | 60 uint16x4_t s0, s1; in aom_highbd_convolve_copy_neon() local 74 uint16x8_t s0, s1; in aom_highbd_convolve_copy_neon() local 88 uint16x8_t s0, s1, s2, s3; in aom_highbd_convolve_copy_neon() local 106 uint16x8_t s0, s1, s2, s3; in aom_highbd_convolve_copy_neon() local 121 uint16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in aom_highbd_convolve_copy_neon() local
|
| /external/clang/test/CodeGenCXX/ |
| D | alloca-align.cpp | 3 struct s0 { struct 10 // CHECK: alloca %struct.s0, align 16 argument
|
| /external/libvpx/vpx_dsp/arm/ |
| D | highbd_vpx_convolve_copy_neon.c | 29 uint16x4_t s0, s1; in vpx_highbd_convolve_copy_neon() local 43 uint16x8_t s0, s1; in vpx_highbd_convolve_copy_neon() local 57 uint16x8_t s0, s1, s2, s3; in vpx_highbd_convolve_copy_neon() local 75 uint16x8_t s0, s1, s2, s3; in vpx_highbd_convolve_copy_neon() local 90 uint16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in vpx_highbd_convolve_copy_neon() local
|
| D | vpx_convolve_copy_neon.c | 39 uint8x8_t s0, s1; in vpx_convolve_copy_neon() local 53 uint8x16_t s0, s1; in vpx_convolve_copy_neon() local 67 uint8x16_t s0, s1, s2, s3; in vpx_convolve_copy_neon() local 85 uint8x16_t s0, s1, s2, s3; in vpx_convolve_copy_neon() local
|
| D | vpx_convolve_avg_neon.c | 27 uint8x8_t s0, s1; in vpx_convolve_avg_neon() local 48 uint8x8_t s0, s1, d0, d1; in vpx_convolve_avg_neon() local 69 uint8x16_t s0, s1, d0, d1; in vpx_convolve_avg_neon() local 88 uint8x16_t s0, s1, s2, s3, d0, d1, d2, d3; in vpx_convolve_avg_neon() local 115 uint8x16_t s0, s1, s2, s3, d0, d1, d2, d3; in vpx_convolve_avg_neon() local
|
| /external/clang/test/SemaCXX/ |
| D | value-dependent-exprs.cpp | 13 struct s0 { struct in C0 14 int a : I; 15 int b[I];
|
| /external/libaom/av1/common/arm/ |
| D | highbd_reconintra_neon.c | 43 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_filter_intra_edge_neon() local 62 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_filter_intra_edge_neon() local 86 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_filter_intra_edge_neon() local 103 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_filter_intra_edge_neon() local 123 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_filter_intra_edge_neon() local 146 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_filter_intra_edge_neon() local 192 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_upsample_intra_edge_neon() local 218 uint16x8_t s0 = vld1q_u16(src); in av1_highbd_upsample_intra_edge_neon() local
|
| D | blend_a64_hmask_neon.c | 40 uint8x16_t s0 = vld1q_u8(src0 + i); in aom_blend_a64_hmask_neon() local 57 uint8x8_t s0 = vld1_u8(src0); in aom_blend_a64_hmask_neon() local 71 uint8x8_t s0 = load_unaligned_u8_4x2(src0, src0_stride); in aom_blend_a64_hmask_neon() local 86 uint8x8_t s0 = load_unaligned_u8_2x2(src0, src0_stride); in aom_blend_a64_hmask_neon() local
|