Home
last modified time | relevance | path

Searched refs:concatenation (Results 1 – 25 of 65) sorted by relevance

123

/external/eigen/unsupported/test/
Dcxx11_tensor_concatenation.cpp25 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/
Dmd5.rst22 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);
Dsha.rst24 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);
Dhashlib.rst41 :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);
Dhmac.rst31 a single call with the concatenation of all the arguments: ``m.update(a);
Dzlib.rst38 concatenation of several inputs. The algorithm is not cryptographically
120 concatenation of several inputs. The algorithm is not cryptographically
Darray.rst81 concatenation, and multiplication. When using slice assignment, the assigned
Dmailbox.rst840 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/
DMakefile189 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/
DCHANGELOG.md58 * Use more efficient `String` concatenation.
/external/python/cpython2/Doc/c-api/
Dsequence.rst31 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/
Dmh-hpux-acc26 # 823 Redundant preprocessing concatenation operation results in two valid
/external/bison/data/m4sugar/
Dforeach.m4122 # 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/
Dlexical_analysis.rst291 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/
Dinsert-05.ll190 ; Check concatenation of two i32s.
/external/pcre/dist2/
DPrepareRelease55 This file contains a concatenation of the PCRE2 man pages, converted to plain
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DREADME.txt41 It's a hack combining two instructions by concatenation.
/external/fmtlib/doc/
Dindex.rst101 The concatenation-based Write API (experimental) provides a `fast
/external/lz4/programs/
Dlz4.1.md79 ### Short commands concatenation
/external/llvm/docs/TableGen/
DLangIntro.rst169 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
DLangRef.rst253 is the concatenation of the strings.
/external/icu/icu4c/source/common/
Drbbirpt.txt184 # appearing in an otherwise normal concatenation expression.
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td227 "unsupported non-standard concatenation of string literals">;
230 "concatenation">;
/external/llvm/test/CodeGen/Mips/msa/
Dshuffle.ll58 ; 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/
Dlz4_Frame_format.md350 It makes legacy frames compatible with frame concatenation.

123