Searched refs:concatenation (Results 1 – 25 of 65) sorted by relevance
123
/external/eigen/unsupported/test/ |
D | cxx11_tensor_concatenation.cpp | 25 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); in test_dimension_failures() local 28 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 1)); in test_dimension_failures() 29 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 2)); in test_dimension_failures() 32 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 3)); in test_dimension_failures() 33 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, -1)); in test_dimension_failures() 45 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); in test_static_dimension_failure() local 49 Tensor<int, 3, DataLayout> concatenation = left in test_static_dimension_failure() local 64 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); in test_simple_concatenation() local 65 VERIFY_IS_EQUAL(concatenation.dimension(0), 4); in test_simple_concatenation() 66 VERIFY_IS_EQUAL(concatenation.dimension(1), 3); in test_simple_concatenation() [all …]
|
/external/python/cpython2/Doc/library/ |
D | md5.rst | 22 concatenation of the strings fed to it so far using the :meth:`digest` method. 67 single call with the concatenation of all the arguments: ``m.update(a);
|
D | sha.rst | 24 concatenation of the strings fed to it so far. SHA-1 digests are 160 bits 53 single call with the concatenation of all the arguments: ``m.update(a);
|
D | hashlib.rst | 41 :dfn:`digest` of the concatenation of the strings fed to it so far using the 127 a single call with the concatenation of all the arguments: ``m.update(a);
|
D | hmac.rst | 31 a single call with the concatenation of all the arguments: ``m.update(a);
|
D | zlib.rst | 38 concatenation of several inputs. The algorithm is not cryptographically 120 concatenation of several inputs. The algorithm is not cryptographically
|
D | array.rst | 81 concatenation, and multiplication. When using slice assignment, the assigned
|
D | mailbox.rst | 840 concatenation in alphabetical order of zero or one occurrence of each of 1006 concatenation in the following order of zero or one occurrence of each of 1013 should be the concatenation in any order of zero or more occurrences of 1377 concatenation in the following order of zero or one occurrence of each of 1384 should be the concatenation in any order of zero or more occurrences of
|
/external/lz4/tests/ |
D | Makefile | 189 test-lz4-frame-concatenation: lz4 datagen 200 @echo frame concatenation test completed 294 test-lz4-frame-concatenation test-lz4-testmode test-lz4-contentSize \
|
/external/dagger2/ |
D | CHANGELOG.md | 58 * Use more efficient `String` concatenation.
|
/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 31 Return the concatenation of *o1* and *o2* on success, and *NULL* on failure. 47 Return the concatenation of *o1* and *o2* on success, and *NULL* on failure.
|
/external/icu/icu4c/source/config/ |
D | mh-hpux-acc | 26 # 823 Redundant preprocessing concatenation operation results in two valid
|
/external/bison/data/m4sugar/ |
D | foreach.m4 | 122 # then invoke m4_unquote(_m4_b($@)), for concatenation with later text. 156 # We invoke m4_unquote(_m4_c($@)), for concatenation with later text.
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 291 tokens. Whitespace is needed between two tokens only if their concatenation 579 String literal concatenation 584 their concatenation. Thus, ``"hello" 'world'`` is equivalent to 595 at run time. Also note that literal concatenation can use different quoting
|
/external/llvm/test/CodeGen/SystemZ/ |
D | insert-05.ll | 190 ; Check concatenation of two i32s.
|
/external/pcre/dist2/ |
D | PrepareRelease | 55 This file contains a concatenation of the PCRE2 man pages, converted to plain
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | README.txt | 41 It's a hack combining two instructions by concatenation.
|
/external/fmtlib/doc/ |
D | index.rst | 101 The concatenation-based Write API (experimental) provides a `fast
|
/external/lz4/programs/ |
D | lz4.1.md | 79 ### Short commands concatenation
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 169 More than two arguments are accepted with the result being the concatenation 174 More than two arguments are accepted with the result being the concatenation
|
D | LangRef.rst | 253 is the concatenation of the strings.
|
/external/icu/icu4c/source/common/ |
D | rbbirpt.txt | 184 # appearing in an otherwise normal concatenation expression.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 227 "unsupported non-standard concatenation of string literals">; 230 "concatenation">;
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | shuffle.ll | 58 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse 134 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse 209 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse 286 ; The concatenation step of vshf is bitwise not vectorwise so we must reverse
|
/external/lz4/doc/ |
D | lz4_Frame_format.md | 350 It makes legacy frames compatible with frame concatenation.
|
123