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

12 3 4 5 6 7 8

  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 22 struct Operator;
88 Operator *Op; // The Operation used to generate this value.
101 static std::vector<Operator*> TheOperators;
103 /// Operator - This is a vector operation that is available for use.
104 struct Operator {
110 Operator(unsigned short shufflemask, const char *name, unsigned opnum,
115 ~Operator() {
304 Operator *Op = TheOperators[opnum];
469 struct vmrghw : public Operator {
470 vmrghw() : Operator(0x0415, "vmrghw", OP_VMRGHW) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/PerfectShuffle/
PerfectShuffle.cpp 22 struct Operator;
89 Operator *Op; // The Operation used to generate this value.
101 static std::vector<Operator*> TheOperators;
103 /// Operator - This is a vector operation that is available for use.
104 struct Operator {
110 Operator(unsigned short shufflemask, const char *name, unsigned opnum,
115 ~Operator() {
304 Operator *Op = TheOperators[opnum];
469 struct vmrghw : public Operator {
470 vmrghw() : Operator(0x0415, "vmrghw", OP_VMRGHW) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c 180 BOOLEAN Operator;
185 Operator = FALSE;
244 // Push operator is followed by a GUID. Test to see if the GUID protocol
275 Status = PopBool (&Operator);
287 Status = PushBool ((BOOLEAN)(Operator && Operator2));
296 Status = PopBool (&Operator);
308 Status = PushBool ((BOOLEAN)(Operator || Operator2));
317 Status = PopBool (&Operator);
323 Status = PushBool ((BOOLEAN)(!Operator));
350 Status = PopBool (&Operator);
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_lib.py 22 import operator
98 return Operator(operator.add, self, g)
101 return Operator(operator.mul, self, g)
124 class Operator(Composable):
125 """A wrapper for an operator.
127 This takes an operator and an argument list and returns
128 the result of applying the operator to the results of applying
144 This overloads the regular __call__ operator for currying, i.e.
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
UnaryExpr.java 33 public enum Operator {
46 private Operator op;
51 public UnaryExpr(final Expression expr, final Operator op) {
56 public UnaryExpr(final Range range, final Expression expr, final Operator op) {
74 public Operator getOperator() {
84 public UnaryExpr setOperator(final Operator op) {
AssignExpr.java 33 public enum Operator {
52 private Operator op;
57 public AssignExpr(Expression target, Expression value, Operator op) {
63 public AssignExpr(Range range, Expression target, Expression value, Operator op) {
80 public Operator getOperator() {
92 public AssignExpr setOperator(Operator op) {
BinaryExpr.java 33 public enum Operator {
59 private Operator op;
64 public BinaryExpr(Expression left, Expression right, Operator op) {
70 public BinaryExpr(Range range, Expression left, Expression right, Operator op) {
91 public Operator getOperator() {
105 public BinaryExpr setOperator(Operator op) {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
UnaryExpr.java 32 public static enum Operator {
45 private Operator op;
50 public UnaryExpr(final Expression expr, final Operator op) {
56 final Expression expr, final Operator op) {
74 public Operator getOperator() {
83 public void setOperator(final Operator op) {
AssignExpr.java 32 public static enum Operator {
51 private Operator op;
56 public AssignExpr(Expression target, Expression value, Operator op) {
62 public AssignExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression target, Expression value, Operator op) {
79 public Operator getOperator() {
91 public void setOperator(Operator op) {
BinaryExpr.java 32 public static enum Operator {
58 private Operator op;
63 public BinaryExpr(Expression left, Expression right, Operator op) {
69 public BinaryExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression left, Expression right, Operator op) {
90 public Operator getOperator() {
103 public void setOperator(Operator op) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
PseudoLoweringEmitter.cpp 87 " has unexpected operator type!");
88 Record *Operator = OpDef->getDef();
89 if (!Operator->isSubClassOf("Instruction"))
90 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
93 CodeGenInstruction Insn(Operator);
96 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
100 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
  /external/v8/src/compiler/
operator.h 21 // An operator represents description of the "computation" of a node in the
29 // parameters" which are compile-time constant parameters to the operator, such
31 // Static parameters are private to the operator and only semantically
32 // meaningful to the operator itself.
33 class V8_EXPORT_PRIVATE Operator : public NON_EXPORTED_BASE(ZoneObject) {
37 // Properties inform the operator-independent optimizer about legal
38 // transformations for nodes that have this operator.
64 Operator(Opcode opcode, Properties properties, const char* mnemonic,
68 virtual ~Operator() {}
70 // A small integer unique to all instances of a particular kind of operator,
    [all...]
  /build/blueprint/parser/
ast.go 111 // Map, a List, an Operator that combines two expressions of the same type, or a Variable that
186 type Operator struct {
188 Operator rune
193 func (x *Operator) Copy() Expression {
200 func (x *Operator) Eval() Expression {
204 func (x *Operator) Type() Type {
208 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() }
209 func (x *Operator) End() scanner.Position { return x.Args[1].End() }
211 func (x *Operator) String() string {
212 return fmt.Sprintf("(%s %c %s = %s)@%s", x.Args[0].String(), x.Operator, x.Args[1].String()
    [all...]
  /external/clang/include/clang/Sema/
ParsedTemplate.h 163 /// FIXME: Temporarily stores the overloaded operator kind.
164 OverloadedOperatorKind Operator;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
UnaryExpr.java 41 * An expression where an operator is applied to a single expression.
42 * It supports the operators that are found the the UnaryExpr.Operator enum.
52 public enum Operator implements Printable {
67 Operator(String codeRepresentation, boolean isPostfix) {
87 private Operator operator; field in class:UnaryExpr
90 this(null, new IntegerLiteralExpr(), Operator.POSTFIX_INCREMENT);
94 public UnaryExpr(final Expression expression, final Operator operator) {
95 this(null, expression, operator);
    [all...]
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 134 " has unexpected operator type!");
135 Record *Operator = OpDef->getDef();
136 if (!Operator->isSubClassOf("Instruction"))
137 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
140 CodeGenInstruction Insn(Operator);
143 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
147 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 1 //===-- llvm/Operator.h - Operator utility subclass -------------*- C++ -*-===//
27 /// Operator - This is a utility class that provides an abstraction for the
30 class Operator : public User {
32 // Do not implement any of these. The Operator class is intended to be used
34 void *operator new(size_t, unsigned);
35 void *operator new(size_t s);
36 Operator();
37 ~Operator();
59 static inline bool classof(const Operator *) { return true;
    [all...]
  /frameworks/base/tools/split-select/
Rule.h 33 enum Operator {
46 Operator op;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 163 /// FIXME: Temporarily stores the overloaded operator kind.
164 OverloadedOperatorKind Operator;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ParsedTemplate.h 166 /// FIXME: Temporarily stores the overloaded operator kind.
167 OverloadedOperatorKind Operator;
230 TemplateNameLoc(TemplateNameLoc), Name(Name), Operator(OperatorKind),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ParsedTemplate.h 166 /// FIXME: Temporarily stores the overloaded operator kind.
167 OverloadedOperatorKind Operator;
230 TemplateNameLoc(TemplateNameLoc), Name(Name), Operator(OperatorKind),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ParsedTemplate.h 166 /// FIXME: Temporarily stores the overloaded operator kind.
167 OverloadedOperatorKind Operator;
230 TemplateNameLoc(TemplateNameLoc), Name(Name), Operator(OperatorKind),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ParsedTemplate.h 166 /// FIXME: Temporarily stores the overloaded operator kind.
167 OverloadedOperatorKind Operator;
230 TemplateNameLoc(TemplateNameLoc), Name(Name), Operator(OperatorKind),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
ParsedTemplate.h 166 /// FIXME: Temporarily stores the overloaded operator kind.
167 OverloadedOperatorKind Operator;
230 TemplateNameLoc(TemplateNameLoc), Name(Name), Operator(OperatorKind),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
ParsedTemplate.h 166 /// FIXME: Temporarily stores the overloaded operator kind.
167 OverloadedOperatorKind Operator;
230 TemplateNameLoc(TemplateNameLoc), Name(Name), Operator(OperatorKind),

Completed in 1486 milliseconds

12 3 4 5 6 7 8