HomeSort by relevance Sort by last modified time
    Searched defs:Operator (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGenCXX/
2003-11-18-PtrMemConstantInitializer.cpp 7 struct Operator {
11 Operator opTab[] = {
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 1 //===- Operator.cpp -------------------------------------------------------===//
9 #include "mcld/Script/Operator.h"
21 // Operator
23 const char* Operator::OpNames[] = {
43 Operator::Operator(Arity pArity, Type pType)
44 : ExprToken(ExprToken::OPERATOR), m_Arity(pArity), m_Type(pType) {
48 Operator::~Operator() {
51 void Operator::dump() const
    [all...]
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/annotation/
Operator.java 29 * aggregating all classes annotated as {@code @Operator}s. Each annotated class <b>must</b> have at
35 * @Operator
58 public @interface Operator {
63 * Ops} class. An annotated operator may optionally choose to place the method within a group. For
67 * @Operator(group="math")
90 * of the operator. This attribute allow you to provide a different name instead. For example:
93 * @Operator(name="myOperation")
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dependency/
Dependency.h 29 VOID *Operator;
  /external/deqp/modules/gles2/scripts/
gen-reserved_operators.py 55 if op.operator == "~":
58 self.operation = 'value ' + op.operator + ' 1;'
68 class Operator():
69 def __init__(self, operator, name):
70 self.operator = operator
76 Operator("%", "modulo"),
77 Operator("~", "bitwise_not"),
78 Operator("<<", "bitwise_shift_left"),
79 Operator(">>", "bitwise_shift_right")
    [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/tests/
Operator.java 23 public class Operator extends Activity {
  /external/llvm/include/llvm/TableGen/
SetTheory.h 68 /// Operator - A callback representing a DAG operator.
69 class Operator {
72 virtual ~Operator() {}
74 /// apply - Apply this operator to Expr's arguments and insert the result
98 StringMap<std::unique_ptr<Operator>> Operators;
120 /// addOperator - Add a DAG operator.
121 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SetTheory.h 67 /// Operator - A callback representing a DAG operator.
68 struct Operator {
69 virtual ~Operator() {}
71 /// apply - Apply this operator to Expr's arguments and insert the result
92 StringMap<Operator*> Operators;
114 /// addOperator - Add a DAG operator.
115 void addOperator(StringRef Name, Operator*);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c 218 BOOLEAN Operator;
223 Operator = FALSE;
301 // Push operator is followed by a GUID. Test to see if the GUID protocol
326 Status = PopBool (&Operator);
338 Status = PushBool ((BOOLEAN)(Operator && Operator2));
347 Status = PopBool (&Operator);
359 Status = PushBool ((BOOLEAN)(Operator || Operator2));
368 Status = PopBool (&Operator);
374 Status = PushBool ((BOOLEAN)(!Operator));
401 Status = PopBool (&Operator);
    [all...]
  /external/libchrome/base/metrics/
histogram_samples.h 112 enum Operator { ADD, SUBTRACT };
113 virtual bool AddSubtractImpl(SampleCountIterator* iter, Operator op) = 0;
  /external/v8/src/compiler/
operator.cc 5 #include "src/compiler/operator.h"
25 STATIC_CONST_MEMBER_DEFINITION const size_t Operator::kMaxControlOutputCount;
27 Operator::Operator(Opcode opcode, Properties properties, const char* mnemonic,
40 std::ostream& operator<<(std::ostream& os, const Operator& op) {
45 void Operator::PrintToImpl(std::ostream& os, PrintVerbosity verbose) const {
49 void Operator::PrintPropsTo(std::ostream& os) const {
53 if (HasProperty(Operator::k##name)) { \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
SetTheory.h 70 /// Operator - A callback representing a DAG operator.
71 class Operator {
75 virtual ~Operator() = default;
77 /// apply - Apply this operator to Expr's arguments and insert the result
102 StringMap<std::unique_ptr<Operator>> Operators;
124 /// addOperator - Add a DAG operator.
125 void addOperator(StringRef Name, std::unique_ptr<Operator>);

Completed in 1496 milliseconds

1 2 3 4 5 6 7 8