Home
last modified time | relevance | path

Searched refs:operators (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
DCoreOperators.java20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
21 import com.google.clearsilver.jsilver.functions.operators.AndFunction;
22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction;
23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction;
24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction;
25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction;
26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction;
27 import com.google.clearsilver.jsilver.functions.operators.LessFunction;
28 import com.google.clearsilver.jsilver.functions.operators.LessOrEqualFunction;
29 import com.google.clearsilver.jsilver.functions.operators.ModuloFunction;
[all …]
/external/libcxx/test/utilities/template.bitset/bitset.operators/
DAndroid.mk17 test_makefile := external/libcxx/test/utilities/template.bitset/bitset.operators/Android.mk
19 test_name := utilities/template.bitset/bitset.operators/op_or
23 test_name := utilities/template.bitset/bitset.operators/op_and
27 test_name := utilities/template.bitset/bitset.operators/stream_out
31 test_name := utilities/template.bitset/bitset.operators/stream_in
35 test_name := utilities/template.bitset/bitset.operators/op_not
/external/mesa3d/src/glsl/
Dast_expr.cpp29 static const char *const operators[] = { in operator_string() local
75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); in operator_string()
77 return operators[op]; in operator_string()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dast_expr.cpp29 static const char *const operators[] = { in operator_string() local
75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); in operator_string()
77 return operators[op]; in operator_string()
/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter.cc469 ScopedVector<Operation> operators; in ParseNextSentence() local
480 operators.push_back(new NavigateOperation(hashed_key)); in ParseNextSentence()
484 operators.push_back(new NavigateAnyOperation); in ParseNextSentence()
487 operators.push_back(new NavigateBackOperation); in ParseNextSentence()
496 operators.push_back(new StoreValue( in ParseNextSentence()
511 operators.push_back(new CompareStoredValue( in ParseNextSentence()
525 operators.push_back(new StoreValue( in ParseNextSentence()
540 operators.push_back(new CompareStoredValue( in ParseNextSentence()
551 operators.push_back(new StoreNodeValue<true>(hashed_name)); in ParseNextSentence()
558 operators.push_back(new StoreNodeValue<false>(hashed_name)); in ParseNextSentence()
[all …]
/external/llvm/docs/tutorial/
DLangImpl6.rst15 doesn't have many useful operators (like division, logical negation, or
19 user-defined operators to the simple and beautiful Kaleidoscope
35 redefine existing operators: you can't programatically change the
36 grammar, introduce new operators, change precedence levels, etc. In this
38 user round out the set of operators that are supported.
40 The point of going into user-defined operators in a tutorial like this
46 the programmer to introduce new operators into the grammar: the grammar
49 The two specific features we'll add are programmable unary operators
50 (right now, Kaleidoscope has no unary operators at all) as well as
51 binary operators. An example of this is:
[all …]
DOCamlLangImpl6.rst15 doesn't have many useful operators (like division, logical negation, or
19 user-defined operators to the simple and beautiful Kaleidoscope
35 redefine existing operators: you can't programatically change the
36 grammar, introduce new operators, change precedence levels, etc. In this
38 user round out the set of operators that are supported.
40 The point of going into user-defined operators in a tutorial like this
46 the programmer to introduce new operators into the grammar: the grammar
49 The two specific features we'll add are programmable unary operators
50 (right now, Kaleidoscope has no unary operators at all) as well as
51 binary operators. An example of this is:
[all …]
/external/libcxx/test/localization/locales/locale/locale.operators/
DAndroid.mk17 test_makefile := external/libcxx/test/localization/locales/locale/locale.operators/Android.mk
19 test_name := localization/locales/locale/locale.operators/compare
23 test_name := localization/locales/locale/locale.operators/eq
/external/pixman/demos/
Dcomposite-test.c16 static const operator_t operators[] = { variable
122 table = gtk_table_new (G_N_ELEMENTS (operators) / 6, 6, TRUE); in main()
135 for (i = 0; i < G_N_ELEMENTS (operators); ++i) in main()
144 label = gtk_label_new (operators[i].name); in main()
150 pixman_image_composite (operators[i].op, parrot, NULL, dest_img, in main()
/external/libcxx/test/utilities/utility/operators/
DAndroid.mk17 test_makefile := external/libcxx/test/utilities/utility/operators/Android.mk
19 test_name := utilities/utility/operators/rel_ops
/external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/
DAndroid.mk17 test_makefile := external/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/Android.…
19 test_name := utilities/allocator.adaptor/scoped.adaptor.operators/eq
/external/pixman/test/
Dglyph-test.c61 static const pixman_op_t operators[] = variable
275 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs()
289 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs()
/external/llvm/include/llvm/IR/
DInstruction.def106 // Standard binary operators...
121 // Logical operators (integer operands)
130 // Memory operators...
141 // Cast operators ...
160 // Other operators...
/external/chromium_org/third_party/sqlite/src/ext/fts3/
DREADME.syntax84 separated by OR operators. In this case, only one of the specified tokens
91 has a higher precedence than the AND operators implied between white-space
144 supplied binary operators. For example, the following query:
159 As with the OR and NEAR operators, the AND operator must be specified
172 As for all other operators, the NOT operator must be specified in
177 syntax implicit and explict AND operators have a higher precedence
178 than OR operators. Using the enhanced syntax, the following two
192 The precedence of all enhanced syntax operators, in order from highest
201 in parenthesis as operands to the NOT, AND and OR operators. However both
202 the left and right hand side operands of NEAR operators must be either
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.int_op.txt32 + Integer scalar and vector unary operators:
36 + Integer scalar and vector binary operators:
51 + Scalar-scalar, vector-vector and vector-scalar binary operators
/external/clang/include/clang/Basic/
DOperatorKinds.def11 // all of the overloadable C++ operators.
17 /// In this file, each of the overloadable C++ operators is enumerated
20 /// file. OVERLOADED_OPERATOR is used for single-token operators
38 /// operator. Note that some operators (e.g., "operator+" and
/external/ltrace/
Doptions.c282 parse_filter(struct filter *filt, char *expr, int operators) in parse_filter() argument
291 size_t s = strcspn(expr, &"-+@"[operators ? 0 : 2]); in parse_filter()
310 s = strcspn(next, &"-+"[operators ? 0 : 2]); in parse_filter()
382 recursive_parse_chain(const char *orig, char *expr, int operators) in recursive_parse_chain() argument
392 if (parse_filter(filt, expr, operators) < 0) { in recursive_parse_chain()
/external/qemu/telephony/
Dandroid_modem.c261 AOperatorRec operators[ MAX_OPERATORS ]; member
493 strcpy( modem->operators[0].name[0], OPERATOR_HOME_NAME ); in amodem_reset()
494 strcpy( modem->operators[0].name[1], OPERATOR_HOME_NAME ); in amodem_reset()
495 strcpy( modem->operators[0].name[2], OPERATOR_HOME_MCCMNC ); in amodem_reset()
497 modem->operators[0].status = A_STATUS_AVAILABLE; in amodem_reset()
499 strcpy( modem->operators[1].name[0], OPERATOR_ROAMING_NAME ); in amodem_reset()
500 strcpy( modem->operators[1].name[1], OPERATOR_ROAMING_NAME ); in amodem_reset()
501 strcpy( modem->operators[1].name[2], OPERATOR_ROAMING_MCCMNC ); in amodem_reset()
503 modem->operators[1].status = A_STATUS_AVAILABLE; in amodem_reset()
769 oper = modem->operators + modem->oper_index; in amodem_get_operator_name()
[all …]
/external/chromium_org/tools/site_compare/commands/
Dcompare2.py18 import operators # Functions that, given two bitmaps as input, produce
131 compare = operators.GetOperator("equals_with_mask")
/external/chromium_org/tools/site_compare/
Dsite_compare.py23 import operators # Functions that, given two bitmaps as input, produce
147 module = operators.GetOperator(op[0])
/external/eigen/doc/
DTutorialMatrixArithmetic.dox12 … arithmetic operations either through overloads of common C++ arithmetic operators such as +, -, *,
14 For the Matrix class (matrices and vectors), operators are only overloaded to support
22 also have the same \c Scalar type, as Eigen doesn't do automatic type promotion. The operators at h…
40 Multiplication and division by a scalar is very simple too. The operators at hand here are:
60 but it is useful to just mention it now. In Eigen, arithmetic operators such as \c operator+ don't
94 As for basic arithmetic operators, \c transpose() and \c adjoint() simply return a proxy object wit…
121 two operators:
/external/chromium_org/third_party/cython/src/Cython/Includes/Deprecated/
Dstl.pxd10 #operators
56 #operators
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
DNumericFunction.java17 package com.google.clearsilver.jsilver.functions.operators;
DNotFunction.java17 package com.google.clearsilver.jsilver.functions.operators;
DExistsFunction.java17 package com.google.clearsilver.jsilver.functions.operators;

1234567891011