/external/eigen/unsupported/test/ |
D | kronecker_product.cpp | 19 void check_dimension(const MatrixType& ab, const int rows, const int cols) in check_dimension() argument 21 VERIFY_IS_EQUAL(ab.rows(), rows); in check_dimension() 22 VERIFY_IS_EQUAL(ab.cols(), cols); in check_dimension() 27 void check_kronecker_product(const MatrixType& ab) in check_kronecker_product() argument 29 VERIFY_IS_EQUAL(ab.rows(), 6); in check_kronecker_product() 30 VERIFY_IS_EQUAL(ab.cols(), 6); in check_kronecker_product() 31 VERIFY_IS_EQUAL(ab.nonZeros(), 36); in check_kronecker_product() 32 VERIFY_IS_APPROX(ab.coeff(0,0), -0.4017367630386106); in check_kronecker_product() 33 VERIFY_IS_APPROX(ab.coeff(0,1), 0.1056863433932735); in check_kronecker_product() 34 VERIFY_IS_APPROX(ab.coeff(0,2), -0.7255206194554212); in check_kronecker_product() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hebrew.cc | 34 hb_codepoint_t *ab) in compose_hebrew() argument 71 bool found = (bool) c->unicode->compose (a, b, ab); in compose_hebrew() 80 *ab = 0xFB1Du; in compose_hebrew() 86 *ab = 0xFB1Fu; in compose_hebrew() 89 *ab = 0xFB2Eu; in compose_hebrew() 95 *ab = 0xFB2Fu; in compose_hebrew() 101 *ab = 0xFB4Bu; in compose_hebrew() 107 *ab = sDageshForms[a - 0x05D0u]; in compose_hebrew() 108 found = (*ab != 0); in compose_hebrew() 110 *ab = 0xFB2Cu; in compose_hebrew() [all …]
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | move_alloc.pass.cpp | 26 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 27 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 30 for (int* p = ab; p < an; ++p) in main() 33 for (int* p = ab; p < an; ++p) in main() 41 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 42 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 45 for (int* p = ab; p < an; ++p) in main() 48 for (int* p = ab; p < an; ++p) in main() 56 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 57 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() [all …]
|
D | move_assign.pass.cpp | 26 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 27 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 30 for (int* p = ab; p < an; ++p) in main() 33 for (int* p = ab; p < an; ++p) in main() 42 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 43 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 46 for (int* p = ab; p < an; ++p) in main() 49 for (int* p = ab; p < an; ++p) in main() 58 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 59 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() [all …]
|
D | copy_alloc.pass.cpp | 32 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 33 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 34 test(std::deque<int, test_allocator<int> >(ab, an, test_allocator<int>(3)), in main() 38 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 39 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 40 test(std::deque<int, other_allocator<int> >(ab, an, other_allocator<int>(3)), in main() 45 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 46 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 47 test(std::deque<int, min_allocator<int> >(ab, an, min_allocator<int>()), in main()
|
D | move.pass.cpp | 26 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 27 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 30 for (int* p = ab; p < an; ++p) in main() 33 for (int* p = ab; p < an; ++p) in main() 43 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 44 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 47 for (int* p = ab; p < an; ++p) in main() 50 for (int* p = ab; p < an; ++p) in main() 58 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 59 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() [all …]
|
D | copy.pass.cpp | 32 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 33 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 34 test(std::deque<int>(ab, an)); in main() 50 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 51 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 52 test(std::deque<int, min_allocator<int>>(ab, an)); in main()
|
D | op_equal.pass.cpp | 31 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 32 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 33 test(std::deque<int>(ab, an)); in main() 51 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in main() local 52 int* an = ab + sizeof(ab)/sizeof(ab[0]); in main() 53 test(std::deque<int, min_allocator<int>>(ab, an)); in main()
|
D | iter_iter_alloc.pass.cpp | 44 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in basic_test() local 45 int* an = ab + sizeof(ab)/sizeof(ab[0]); in basic_test() 46 test(input_iterator<const int*>(ab), input_iterator<const int*>(an), test_allocator<int>(3)); in basic_test() 47 … test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an), test_allocator<int>(4)); in basic_test() 48 …test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), test_allocato… in basic_test() 49 …test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), test_allocato… in basic_test() 51 test(input_iterator<const int*>(ab), input_iterator<const int*>(an), min_allocator<int>()); in basic_test() 52 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an), min_allocator<int>()); in basic_test() 53 …test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an), min_allocator… in basic_test() 54 …test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), min_allocator… in basic_test()
|
D | iter_iter.pass.cpp | 57 int ab[] = {3, 4, 2, 8, 0, 1, 44, 34, 45, 96, 80, 1, 13, 31, 45}; in basic_test() local 58 int* an = ab + sizeof(ab)/sizeof(ab[0]); in basic_test() 59 test(input_iterator<const int*>(ab), input_iterator<const int*>(an)); in basic_test() 60 test(forward_iterator<const int*>(ab), forward_iterator<const int*>(an)); in basic_test() 61 test(bidirectional_iterator<const int*>(ab), bidirectional_iterator<const int*>(an)); in basic_test() 62 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an)); in basic_test() 63 test<limited_allocator<int, 4096> >(ab, an); in basic_test() 65 test<min_allocator<int> >(ab, an); in basic_test()
|
/external/icu/icu4c/source/test/testdata/ |
D | re_tests.txt | 13 ab*c abc y $& abc 14 ab*c abc y $-[0] 0 15 ab*c abc y $+[0] 3 16 ab*bc abc y $& abc 17 ab*bc abc y $-[0] 0 18 ab*bc abc y $+[0] 3 19 ab*bc abbc y $& abbc 20 ab*bc abbc y $-[0] 0 21 ab*bc abbc y $+[0] 4 22 ab*bc abbbbc y $& abbbbc [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | langtagTest.txt | 16 ab-x-abc-a-a # ditto 17 ab-x-abc-a-a # ditto 18 ab-x-abc-x-abc # anything goes after x 19 ab-x-abc-x-abc # anything goes after x 106 ab-a-abc-a-abc 108 ab-c-abc-r-toto-c-abc # 'c' appears twice 220 ab-123-abc 221 ab-123-abc 222 ab-123-abcd 223 ab-123-abcd [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/BPF/ |
D | objdump_imm_hex.ll | 28 ; CHECK-DEC: 18 03 00 00 cd ab cd ab 00 00 00 00 cd ab cd ab r3 = -6067004223159161907 ll 30 ; CHECK-HEX: 18 03 00 00 cd ab cd ab 00 00 00 00 cd ab cd ab r3 = -0x5432543254325433 ll 43 ; CHECK-DEC: 18 01 00 00 cd ab cd ab 00 00 00 00 cd ab 00 00 r1 = 188899839028173 ll 44 ; CHECK-HEX: 18 01 00 00 cd ab cd ab 00 00 00 00 cd ab 00 00 r1 = 0xabcdabcdabcd ll
|
/external/harfbuzz_ng/test/api/ |
D | test-unicode.c | 724 gunichar a, b, ab; in test_unicode_normalization() local 730 g_assert (!hb_unicode_compose (uf, 0x0041, 0x0042, &ab) && ab == 0); in test_unicode_normalization() 731 g_assert (!hb_unicode_compose (uf, 0x0041, 0, &ab) && ab == 0); in test_unicode_normalization() 732 g_assert (!hb_unicode_compose (uf, 0x0066, 0x0069, &ab) && ab == 0); in test_unicode_normalization() 735 g_assert (!hb_unicode_compose (uf, 0x212B, 0, &ab) && ab == 0); in test_unicode_normalization() 736 g_assert (!hb_unicode_compose (uf, 0x00C5, 0, &ab) && ab == 0); in test_unicode_normalization() 737 g_assert (!hb_unicode_compose (uf, 0x2126, 0, &ab) && ab == 0); in test_unicode_normalization() 738 g_assert (!hb_unicode_compose (uf, 0x03A9, 0, &ab) && ab == 0); in test_unicode_normalization() 741 g_assert (!hb_unicode_compose (uf, 0x0308, 0x0301, &ab) && ab == 0); /* !0x0344 */ in test_unicode_normalization() 742 g_assert (!hb_unicode_compose (uf, 0x0F71, 0x0F72, &ab) && ab == 0); /* !0x0F73 */ in test_unicode_normalization() [all …]
|
/external/compiler-rt/lib/builtins/ppc/ |
D | gcc_qmul.c | 21 double ab, tmp, tau; in __gcc_qmul() local 23 ab = A * B; in __gcc_qmul() 26 if (ab == 0.0) { in __gcc_qmul() 27 dst.s.hi = ab; in __gcc_qmul() 32 const doublebits abBits = { .d = ab }; in __gcc_qmul() 34 dst.s.hi = ab; in __gcc_qmul() 45 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo); in __gcc_qmul() 47 tau = ab + tmp; in __gcc_qmul() 49 dst.s.lo = (ab - tau) + tmp; in __gcc_qmul()
|
/external/pcre/dist2/src/ |
D | pcre2_valid_utf.c | 136 uint32_t ab, d; in PRIV() local 155 ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes (1-5) */ in PRIV() 156 if (length < ab) /* Missing bytes */ in PRIV() 159 switch(ab - length) in PRIV() 168 length -= ab; /* Length remaining */ in PRIV() 182 switch (ab) in PRIV() 310 if (ab > 3) in PRIV() 312 *erroroffset = (int)(p - string) - ab; in PRIV() 313 return (ab == 4)? PCRE2_ERROR_UTF8_ERR11 : PCRE2_ERROR_UTF8_ERR12; in PRIV()
|
/external/pcre/dist2/testdata/ |
D | testinput6 | 12 /ab*c/ 17 /ab+c/ 22 ab 149 /ab?\w/ 344 /^(a*\w|ab)=(a*\w|ab)/ 345 ab=ab 347 /^(a*\w|ab)=(?1)/ 348 ab=ab 423 /(ab|cd){3,4}/auto_callout 464 ab\=ps [all …]
|
D | testoutput18 | 98 /(*ANY)ab.cd/ 99 ab-cd 100 0: ab-cd 101 ab=cd 102 0: ab=cd 104 ab\ncd 107 /ab.cd/s 108 ab-cd 109 0: ab-cd 110 ab=cd [all …]
|
D | testoutput6 | 13 /ab*c/ 21 /ab+c/ 29 ab 253 /ab?\w/ 256 1: ab 259 1: ab 384 0: ab 584 /^(a*\w|ab)=(a*\w|ab)/ 585 ab=ab 586 0: ab=ab [all …]
|
D | testoutput1 | 34 /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ 206 /^[ab\]cde]/ 242 /^[^ab\]cde]/ 456 ab-c.pq-r. 457 0: ab-c.pq-r. 494 /^(?=ab(de))(abd)(e)/ 501 /^(?!(ab)de|x)(abd)(f)/ 508 /^(?=(ab(cd)))(ab)/ 510 0: ab 513 3: ab [all …]
|
D | testinput18 | 64 /(*ANY)ab.cd/ 65 ab-cd 66 ab=cd 68 ab\ncd 70 /ab.cd/s 71 ab-cd 72 ab=cd 73 ab\ncd
|
D | testinput1 | 25 /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ 109 /^[ab\]cde]/ 130 /^[^ab\]cde]/ 246 ab-c.pq-r. 263 /^(?=ab(de))(abd)(e)/ 266 /^(?!(ab)de|x)(abd)(f)/ 269 /^(?=(ab(cd)))(ab)/ 290 ab c 293 ab cde 296 ab c [all …]
|
D | testinput2 | 58 /ab\idef/ 60 /(?X)ab\idef/ 106 /(ab\2)/ 147 /ab(?z)cd/ 230 /(?(?<ab))/ 258 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/I 261 /(?<=foo)[ab]/I 265 /(?!alphabet)[ab]/I 287 /(?<=ab(c+)d)ef/ 289 /(?<=ab(?<=c+)d)ef/ [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetBuilderTests.txt | 28 [ab[^a-z]e] ; 94 [a&b] ; [ab\&] 95 [a-[b]] ; [ab\-] 96 [[a]-b] ; [ab\-] 97 [a&[b]] ; [ab\&] 98 [[a]&b] ; [ab\&] 108 [[ab]&\S] ; [[ab]&[:^whitespace:]] 109 [\S&[ab]] ; [[ab]&[:^whitespace:]]
|
/external/guice/core/test/com/google/inject/internal/ |
D | MultibinderTest.java | 515 Module ab = in testMultibinderSetPermitDuplicateElements() local 534 Injector injector = Guice.createInjector(ab, bc); in testMultibinderSetPermitDuplicateElements() 540 setOf(ab, bc), in testMultibinderSetPermitDuplicateElements() 553 Module ab = in testMultibinderSetPermitDuplicateElementsFromOtherModule() local 573 Injector injector = Guice.createInjector(ab, cd); in testMultibinderSetPermitDuplicateElementsFromOtherModule() 579 setOf(ab, cd), in testMultibinderSetPermitDuplicateElementsFromOtherModule() 591 Module ab = in testMultibinderSetPermitDuplicateCallsToPermitDuplicates() local 611 Injector injector = Guice.createInjector(ab, bc); in testMultibinderSetPermitDuplicateCallsToPermitDuplicates() 617 setOf(ab, bc), in testMultibinderSetPermitDuplicateCallsToPermitDuplicates() 808 Module ab = in testModuleOverrideAndMultibindings() local [all …]
|