HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 151 - 175 of 10360) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/ARM/
hfa-in-contiguous-registers.ll 9 ; Equivalent C code:
28 ; Equivalent C code:
45 ; Equivalent C code:
63 ; Equivalent C code:
79 ; Equivalent C code:
  /external/llvm/test/MC/MachO/ARM/
cstexpr-gotpcrel.ll 5 ; GOT equivalent globals references can be replaced by the GOT entry of the
11 ; Check that these got equivalent symbols are never emitted or used
20 ; Don't replace GOT equivalent usage within instructions and emit the GOT
21 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is
32 ; Test GOT equivalent usage inside nested constant arrays.
  /external/llvm/test/MC/MachO/
cstexpr-gotpcrel-32.ll 5 ; GOT equivalent globals references can be replaced by the GOT entry of the
11 ; Check that these got equivalent symbols are never emitted or used
20 ; Don't replace GOT equivalent usage within instructions and emit the GOT
21 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is
32 ; Test GOT equivalent usage inside nested constant arrays.
  /system/sepolicy/prebuilts/api/28.0/private/
mls 25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
74 # Write operations: Subject must be equivalent to the object unless the
  /system/sepolicy/private/
mls 25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
74 # Write operations: Subject must be equivalent to the object unless the
  /toolchain/binutils/binutils-2.27/gas/doc/
c-microblaze.texi 61 Switch to .rodata section. Equivalent to @code{.section .rodata}
64 Switch to .sdata2 section. Equivalent to @code{.section .sdata2}
67 Switch to .sdata section. Equivalent to @code{.section .sdata}
70 Switch to .bss section. Equivalent to @code{.section .bss}
73 Switch to .sbss section. Equivalent to @code{.section .sbss}
  /art/compiler/optimizing/
ssa_builder.cc 78 << "More then one phi equivalent with type " << phi->GetType()
94 // If the phi equivalent is dead, check if there is another one.
101 // We found a live phi equivalent. Update the environment uses of `phi` with it.
190 // generate a suitably typed equivalent.
191 HInstruction* equivalent = (common_type == DataType::Type::kReference) local
194 if (equivalent == nullptr) {
200 DCHECK_NE(input, equivalent);
202 phi->ReplaceInput(equivalent, i);
203 if (equivalent->IsPhi()) {
204 worklist->push_back(equivalent->AsPhi())
296 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetAllocator()) HArrayGet( local
389 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); local
669 HArrayGet* equivalent = FindFloatOrDoubleEquivalentOfArrayGet(aget); local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 353 // TensorFlow equivalent: Conv2D
373 // TensorFlow equivalent: DepthwiseConv2dNative
387 // TensorFlow equivalent: DepthToSpace
398 // TensorFlow equivalent: SpaceToDepth
412 // TensorFlow equivalent: a pair consisting of a Reshape node reshaping the
440 // TensorFlow equivalent: Dequantize
460 // TensorFlow equivalent: a combination of Add and Mul nodes
473 // TensorFlow equivalent: none. In TensorFlow, L2 normalization is implemented
493 // TensorFlow equivalent: none. In TensorFlow, an LSTM is implemented
521 // TensorFlow equivalent: Mu
    [all...]
  /build/soong/ui/logger/
logger.go 53 // Verbose* is equivalent to Print*, but skips stderr unless the
59 // Fatal* is equivalent to Print* followed by a call to panic that
66 // Panic is equivalent to Print* followed by a call to panic.
220 // VerboseOutput is equivalent to Output, but only goes to the file log
250 // Verbose is equivalent to Print, but only goes to the file log unless
257 // Verbosef is equivalent to Printf, but only goes to the file log unless
264 // Verboseln is equivalent to Println, but only goes to the file log unless
271 // Fatal is equivalent to Print() followed by a call to panic() that
279 // Fatalf is equivalent to Printf() followed by a call to panic() that
287 // Fatalln is equivalent to Println() followed by a call to panic() tha
    [all...]
  /external/python/cpython2/Doc/c-api/
object.rst 20 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
27 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
34 value on success, or *NULL* on failure. This is the equivalent of the Python
41 value on success, or *NULL* on failure. This is the equivalent of the Python
59 return ``0`` on success. This is the equivalent of the Python statement
70 return ``0`` on success. This is the equivalent of the Python statement
92 This is the equivalent of the Python statement ``del o.attr_name``.
98 This is the equivalent of the Python statement ``del o.attr_name``.
106 ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. This is the equivalent of
117 ``0`` if the result is false, ``1`` otherwise. This is the equivalent of th
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 108 // Operator to invoke equivalent draw API call
171 // Operator to invoke equivalent draw API call
250 // Operator to invoke equivalent draw API call
329 // Operator to invoke equivalent draw API call
389 // Operator to invoke equivalent draw API call
471 // Operator to invoke equivalent draw API call
492 // Operator to invoke equivalent draw API call
514 // Operator to invoke equivalent draw API call
536 // Operator to invoke equivalent draw API call
560 // Operator to invoke equivalent draw API cal
    [all...]
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
51 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
53 /// equivalent to the input file. Three cases are distinguished:
54 /// 0 equivalent files: Continue with the next suffix length.
55 /// 1 equivalent file: Best match found, return it.
56 /// >1 equivalent files: Match is ambiguous, return error.
73 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /external/python/cpython3/Doc/c-api/
object.rst 33 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
40 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
47 value on success, or *NULL* on failure. This is the equivalent of the Python
54 value on success, or *NULL* on failure. This is the equivalent of the Python
72 return ``0`` on success. This is the equivalent of the Python statement
83 return ``0`` on success. This is the equivalent of the Python statement
105 This is the equivalent of the Python statement ``del o.attr_name``.
111 This is the equivalent of the Python statement ``del o.attr_name``.
135 ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. This is the equivalent of
146 ``0`` if the result is false, ``1`` otherwise. This is the equivalent of th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
FileMatchTrie.h 30 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
52 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
54 /// equivalent to the input file. Three cases are distinguished:
55 /// 0 equivalent files: Continue with the next suffix length.
56 /// 1 equivalent file: Best match found, return it.
57 /// >1 equivalent files: Match is ambiguous, return error.
74 /// Returns file name stored in this trie that is equivalent to 'FileName'

Completed in 818 milliseconds

1 2 3 4 5 67 8 91011>>