/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree6.test | 54 CREATE VIRTUAL TABLE t1 USING rtree(ii, x1, x2, y1, y2); 59 rtree_strategy {SELECT * FROM t1 WHERE x1>10} 63 rtree_strategy {SELECT * FROM t1 WHERE x1<10} 67 rtree_strategy {SELECT * FROM t1,t2 WHERE k=ii AND x1<10} 71 rtree_strategy {SELECT * FROM t1,t2 WHERE k=+ii AND x1<10} 75 SELECT * FROM t1,t2 WHERE k=+ii AND x1<10 82 SELECT * FROM t1,t2 WHERE k=ii AND x1<10 96 SELECT * FROM t1,t2 WHERE v=10 and x1<10 and x2>10 103 SELECT * FROM t1,t2 WHERE k=ii AND x1<v 110 CREATE VIRTUAL TABLE t3 USING rtree(id, x1, x2, y1, y2); [all …]
|
/external/llvm/test/Bitcode/ |
D | bitwiseInstructions.3.2.ll | 7 define void @shl(i8 %x1){ 9 ; CHECK: %res1 = shl i8 %x1, %x1 10 %res1 = shl i8 %x1, %x1 12 ; CHECK: %res2 = shl nuw i8 %x1, %x1 13 %res2 = shl nuw i8 %x1, %x1 15 ; CHECK: %res3 = shl nsw i8 %x1, %x1 16 %res3 = shl nsw i8 %x1, %x1 18 ; CHECK: %res4 = shl nuw nsw i8 %x1, %x1 19 %res4 = shl nuw nsw i8 %x1, %x1 24 define void @lshr(i8 %x1){ [all …]
|
D | binaryIntInstructions.3.2.ll | 7 define void @add(i1 %x1, i8 %x2 ,i16 %x3, i32 %x4, i64 %x5){ 9 ; CHECK: %res1 = add i1 %x1, %x1 10 %res1 = add i1 %x1, %x1 24 ; CHECK: %res6 = add nuw i1 %x1, %x1 25 %res6 = add nuw i1 %x1, %x1 27 ; CHECK: %res7 = add nsw i1 %x1, %x1 28 %res7 = add nsw i1 %x1, %x1 30 ; CHECK: %res8 = add nuw nsw i1 %x1, %x1 31 %res8 = add nuw nsw i1 %x1, %x1 36 define void @addvec8NuwNsw(<2 x i8> %x1, <3 x i8> %x2 ,<4 x i8> %x3, <8 x i8> %x4, <16 x i8> %x5){ [all …]
|
D | miscInstructions.3.2.ll | 7 define void @icmp(i32 %x1, i32 %x2, i32* %ptr1, i32* %ptr2, <2 x i32> %vec1, <2 x i32> %vec2){ 9 ; CHECK: %res1 = icmp eq i32 %x1, %x2 10 %res1 = icmp eq i32 %x1, %x2 12 ; CHECK-NEXT: %res2 = icmp ne i32 %x1, %x2 13 %res2 = icmp ne i32 %x1, %x2 15 ; CHECK-NEXT: %res3 = icmp ugt i32 %x1, %x2 16 %res3 = icmp ugt i32 %x1, %x2 18 ; CHECK-NEXT: %res4 = icmp uge i32 %x1, %x2 19 %res4 = icmp uge i32 %x1, %x2 21 ; CHECK-NEXT: %res5 = icmp ult i32 %x1, %x2 [all …]
|
D | binaryFloatInstructions.3.2.ll | 7 define void @fadd(float %x1, double %x2 ,half %x3, fp128 %x4, x86_fp80 %x5, ppc_fp128 %x6){ 9 ; CHECK: %res1 = fadd float %x1, %x1 10 %res1 = fadd float %x1, %x1 30 define void @faddFloatVec(<2 x float> %x1, <3 x float> %x2 ,<4 x float> %x3, <8 x float> %x4, <16 x… 32 ; CHECK: %res1 = fadd <2 x float> %x1, %x1 33 %res1 = fadd <2 x float> %x1, %x1 50 define void @faddDoubleVec(<2 x double> %x1, <3 x double> %x2 ,<4 x double> %x3, <8 x double> %x4, … 52 ; CHECK: %res1 = fadd <2 x double> %x1, %x1 53 %res1 = fadd <2 x double> %x1, %x1 70 define void @faddHalfVec(<2 x half> %x1, <3 x half> %x2 ,<4 x half> %x3, <8 x half> %x4, <16 x half… [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-bad-memaccess.cpp | 24 struct X1 { virtual void f(); } x1; variable 33 memset(&x1, 0, sizeof x1); // \ in test_warn() 40 memmove(&x1, 0, sizeof x1); // \ in test_warn() 43 memmove(0, &x1, sizeof x1); // \ in test_warn() 46 memcpy(&x1, 0, sizeof x1); // \ in test_warn() 49 memcpy(0, &x1, sizeof x1); // \ in test_warn() 52 memcmp(&x1, 0, sizeof x1); // \ in test_warn() 55 memcmp(0, &x1, sizeof x1); // \ in test_warn() 59 __builtin_memset(&x1, 0, sizeof x1); // \ in test_warn() 66 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn() [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-simd-ldst.s | 4 ld1.8b {v0}, [x1] 5 ld1.8b {v0, v1}, [x1] 6 ld1.8b {v0, v1, v2}, [x1] 7 ld1.8b {v0, v1, v2, v3}, [x1] 9 ld1.8b {v3}, [x1] 14 ld1.16b {v0}, [x1] 15 ld1.16b {v0, v1}, [x1] 16 ld1.16b {v0, v1, v2}, [x1] 17 ld1.16b {v0, v1, v2, v3}, [x1] 19 ld1.4h {v0}, [x1] [all …]
|
D | arm64-logical-encoding.s | 11 and x1, x2, #15 16 ands x1, x2, #15 21 ; CHECK: and x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0x92] 26 ; CHECK: ands x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0xf2] 29 eor x1, x2, #0x8000 32 ; CHECK: eor x1, x2, #0x8000 ; encoding: [0x41,0x00,0x71,0xd2] 35 orr x1, x2, #0x8000 38 ; CHECK: orr x1, x2, #0x8000 ; encoding: [0x41,0x00,0x71,0xb2] 51 and x1, x2, x3 53 and x1, x2, x3, lsl #2 [all …]
|
D | arm64-arithmetic-encoding.s | 9 adc x1, x2, x3 14 ; CHECK: adc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0x9a] 19 sbc x1, x2, x3 21 sbcs x1, x2, x3 24 ; CHECK: sbc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xda] 26 ; CHECK: sbcs x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xfa] 188 add x1, x2, w3, uxtb 189 add x1, x2, w3, uxth 190 add x1, x2, w3, uxtw 191 add x1, x2, w3, sxtb [all …]
|
/external/ceres-solver/internal/ceres/ |
D | cost_function_to_functor_test.cc | 117 bool operator()(const T* x1, T* residuals) const { in operator ()() 118 residuals[0] = x1[0] * x1[0]; in operator ()() 119 residuals[1] = x1[1] * x1[1]; in operator ()() 127 bool operator()(const T* x1, const T* x2, T* residuals) const { in operator ()() 128 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0]; in operator ()() 129 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1]; in operator ()() 137 bool operator()(const T* x1, const T* x2, const T* x3, T* residuals) const { in operator ()() 138 residuals[0] = x1[0] * x1[0] + x2[0] * x2[0] + x3[0] * x3[0]; in operator ()() 139 residuals[1] = x1[1] * x1[1] + x2[1] * x2[1] + x3[1] * x3[1]; in operator ()() 147 bool operator()(const T* x1, const T* x2, const T* x3, const T* x4, in operator ()() [all …]
|
/external/ceres-solver/examples/ |
D | libmv_homography.cc | 111 const Eigen::Matrix<T, 2, 1> &x1, in SymmetricGeometricDistanceTerms() argument 116 Vec3 x(x1(0), x1(1), T(1.0)); in SymmetricGeometricDistanceTerms() 136 const Vec2 &x1, in SymmetricGeometricDistance() argument 140 x1, in SymmetricGeometricDistance() 198 const Mat &x1, in Homography2DFromCorrespondencesLinearEuc() argument 202 assert(2 == x1.rows()); in Homography2DFromCorrespondencesLinearEuc() 203 assert(4 <= x1.cols()); in Homography2DFromCorrespondencesLinearEuc() 204 assert(x1.rows() == x2.rows()); in Homography2DFromCorrespondencesLinearEuc() 205 assert(x1.cols() == x2.cols()); in Homography2DFromCorrespondencesLinearEuc() 207 int n = x1.cols(); in Homography2DFromCorrespondencesLinearEuc() [all …]
|
/external/ceres-solver/include/ceres/ |
D | numeric_diff_functor.h | 149 const double* x1, in operator() 151 return functor_(x0, x1, residuals); in operator() 155 const double* x1, in operator() 158 return functor_(x0, x1, x2, residuals); in operator() 162 const double* x1, in operator() 166 return functor_(x0, x1, x2, x3, residuals); in operator() 170 const double* x1, in operator() 175 return functor_(x0, x1, x2, x3, x4, residuals); in operator() 179 const double* x1, in operator() 185 return functor_(x0, x1, x2, x3, x4, x5, residuals); in operator() [all …]
|
/external/valgrind/main/coregrind/m_dispatch/ |
D | dispatch-arm64-linux.S | 82 mov x21, x1 128 str x1, [x0, #0] 143 mov x1, #VG_TRC_CHAIN_ME_TO_SLOW_EP 161 mov x1, #VG_TRC_CHAIN_ME_TO_FAST_EP 179 adrp x1, VG_(stats__n_xindirs_32) 180 add x1, x1, :lo12:VG_(stats__n_xindirs_32) 181 ldr w2, [x1, #0] 183 str w2, [x1, #0] 187 mov x1, #VG_TT_FAST_MASK // x1 = VG_TT_FAST_MASK 188 and x2, x1, x0, LSR #2 // x2 = entry # = (x1 & (x0 >> 2)) [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
D | quantize_sse2.c | 43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; in vp8_regular_quantize_b_sse2() local 70 x1 = _mm_xor_si128(z1, sz1); in vp8_regular_quantize_b_sse2() 72 x1 = _mm_sub_epi16(x1, sz1); in vp8_regular_quantize_b_sse2() 82 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); in vp8_regular_quantize_b_sse2() 90 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse2() 93 y1 = _mm_mulhi_epi16(x1, quant1); in vp8_regular_quantize_b_sse2() 96 y1 = _mm_add_epi16(y1, x1); in vp8_regular_quantize_b_sse2() 158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local 166 x1 = _mm_xor_si128(z1, sz1); in vp8_fast_quantize_b_sse2() 168 x1 = _mm_sub_epi16(x1, sz1); in vp8_fast_quantize_b_sse2() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeInterval.h | 50 ShapeInterval(T x1, T x2) in ShapeInterval() argument 51 : m_x1(x1) in ShapeInterval() 54 ASSERT(x2 >= x1); in ShapeInterval() 58 T x1() const { return isUndefined() ? 0 : m_x1; } in x1() function 63 void set(T x1, T x2) in set() argument 65 ASSERT(x2 >= x1); in set() 66 m_x1 = x1; in set() 74 return x2() >= interval.x1() && x1() <= interval.x2(); in overlaps() 81 return x1() <= interval.x1() && x2() >= interval.x2(); in contains() 84 …bool operator==(const ShapeInterval<T>& other) const { return x1() == other.x1() && x2() == other.… [all …]
|
/external/deqp/data/gles3/shaders/ |
D | qualification_order.test | 19 flat out mediump float x1; 26 x1 = 2.0; 38 flat in mediump float x1; 44 float result = (x0 + x1 + x2) / 3.0; 60 flat out mediump float x1; 67 x1 = 2.0; 79 flat in mediump float x1; 85 float result = (x0 + x1 + x2) / 3.0; 101 flat out float x1; 108 x1 = 2.0; [all …]
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_sse2.c | 44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; in vp8_regular_quantize_b_sse2() local 71 x1 = _mm_xor_si128(z1, sz1); in vp8_regular_quantize_b_sse2() 73 x1 = _mm_sub_epi16(x1, sz1); in vp8_regular_quantize_b_sse2() 83 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); in vp8_regular_quantize_b_sse2() 91 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse2() 94 y1 = _mm_mulhi_epi16(x1, quant1); in vp8_regular_quantize_b_sse2() 97 y1 = _mm_add_epi16(y1, x1); in vp8_regular_quantize_b_sse2() 159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local 167 x1 = _mm_xor_si128(z1, sz1); in vp8_fast_quantize_b_sse2() 169 x1 = _mm_sub_epi16(x1, sz1); in vp8_fast_quantize_b_sse2() [all …]
|
/external/libhevc/common/arm64/ |
D | ihevc_deblk_chroma_horz.s | 73 sub x12,x0,x1 75 sub x5,x12,x1 76 add x6,x0,x1 77 add x1,x2,x3 80 add x2,x1,#1 83 adds x1,x10,x2,asr #1 88 cmp x1,#0x39 90 ldr w1, [x3,x1,lsl #2] 92 sub x20,x1,#6 93 csel x1, x20, x1,gt [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-logical.txt | 18 # CHECK: and w0, w0, #0x1 19 # CHECK: and x0, x0, #0x1 21 # CHECK: and x1, x2, #0xf 23 # CHECK: ands w0, w0, #0x1 24 # CHECK: ands x0, x0, #0x1 26 # CHECK: ands x1, x2, #0xf 34 # CHECK: eor x1, x2, #0x8000 42 # CHECK: orr x1, x2, #0x8000 61 # CHECK: and x1, x2, x3 63 # CHECK: and x1, x2, x3, lsl #2 [all …]
|
/external/libvorbis/lib/ |
D | mdct.c | 221 DATA_TYPE *x1 = x + points - 8; in mdct_butterfly_first() local 228 r0 = x1[6] - x2[6]; in mdct_butterfly_first() 229 r1 = x1[7] - x2[7]; in mdct_butterfly_first() 230 x1[6] += x2[6]; in mdct_butterfly_first() 231 x1[7] += x2[7]; in mdct_butterfly_first() 235 r0 = x1[4] - x2[4]; in mdct_butterfly_first() 236 r1 = x1[5] - x2[5]; in mdct_butterfly_first() 237 x1[4] += x2[4]; in mdct_butterfly_first() 238 x1[5] += x2[5]; in mdct_butterfly_first() 242 r0 = x1[2] - x2[2]; in mdct_butterfly_first() [all …]
|
/external/openssl/crypto/rc2/ |
D | rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local 145 x1=(RC2_INT)(l>>16L); in RC2_encrypt() 156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; in RC2_encrypt() 158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; in RC2_encrypt() 159 x1=(t<<2)|(t>>14); in RC2_encrypt() 160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; in RC2_encrypt() 162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; in RC2_encrypt() 171 x1+=p1[x0&0x3f]; in RC2_encrypt() 172 x2+=p1[x1&0x3f]; in RC2_encrypt() 177 d[0]=(unsigned long)(x0&0xffff)|((unsigned long)(x1&0xffff)<<16L); in RC2_encrypt() [all …]
|
/external/libnfc-nci/src/gki/ulinux/ |
D | data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 665 int x0 = src[5], x1 = src[3]; in aan_idct8x8() local 668 int x4 = x0 + x1; x0 -= x1; in aan_idct8x8() 670 x1 = x2 + x3; x2 -= x3; in aan_idct8x8() 671 x3 = x1 + x4; x1 -= x4; in aan_idct8x8() 676 x1 = descale( x1*C1_414, fixb); in aan_idct8x8() 679 x1 -= x0; in aan_idct8x8() 680 x2 += x1; in aan_idct8x8() 683 work[5] = x1; work[4] = x2; in aan_idct8x8() 687 x0 = src[0]; x1 = src[4]; in aan_idct8x8() 692 x3 = x0 + x1; x0 -= x1; in aan_idct8x8() [all …]
|
/external/pixman/pixman/ |
D | pixman-region.c | 85 #define GOOD_RECT(rect) ((rect)->x1 < (rect)->x2 && (rect)->y1 < (rect)->y2) 86 #define BAD_RECT(rect) ((rect)->x1 > (rect)->x2 || (rect)->y1 > (rect)->y2) 172 (!( ((r1)->x2 <= (r2)->x1) || \ 173 ((r1)->x1 >= (r2)->x2) || \ 180 ((r)->x1 <= x) && \ 186 ( ((r1)->x1 <= (r2)->x1) && \ 244 next_rect->x1 = nx1; \ 301 if (reg1->extents.x1 != reg2->extents.x1) in PREFIX() 321 if (rects1[i].x1 != rects2[i].x1) in PREFIX() 350 rgn->extents.x1, in PREFIX() [all …]
|