Home
last modified time | relevance | path

Searched defs:binary_op (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/spirit/repository/example/karma/
Dcalc2_ast.hpp110 struct binary_op struct
112 binary_op() {} in binary_op() function
114 binary_op( in binary_op() function
138 expr = binary_op('+', expr, rhs); in operator +=() argument
/third_party/boost/libs/spirit/example/karma/
Dcalc2_ast.hpp108 struct binary_op struct
110 binary_op() {} in binary_op() argument
112 binary_op( in binary_op() function
136 expr = binary_op('+', expr, rhs); in operator +=() argument
Dcalc2_ast_vm.hpp121 struct binary_op struct
123 binary_op() {} in binary_op() function
125 binary_op( in binary_op() function
149 expr = binary_op(op_add, expr, rhs); in operator +=() argument
/third_party/boost/libs/metaparse/example/meta_hs/
Dsemantic.hpp79 struct binary_op struct
81 typedef binary_op type;
84 struct apply :
/third_party/boost/libs/metaparse/example/getting_started/
D7.hpp25 struct binary_op : struct
/third_party/boost/boost/python/
Doperators.hpp85 struct binary_op : operator_l<id> struct
88 struct apply : operator_l_inner<id,T,T>
/third_party/boost/boost/compute/algorithm/
Dinclusive_scan.hpp58 BinaryOperator binary_op, in inclusive_scan()
Dexclusive_scan.hpp61 BinaryOperator binary_op, in exclusive_scan()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dinclusive_scan.hpp58 BinaryOperator binary_op, in inclusive_scan()
Dexclusive_scan.hpp61 BinaryOperator binary_op, in exclusive_scan()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dexpression.hpp64 unary_op, binary_op member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp77 struct binary_op struct
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp78 struct binary_op struct
/third_party/gn/src/gn/
Dparser.cc525 std::unique_ptr<BinaryOpNode> binary_op = std::make_unique<BinaryOpNode>(); in BinaryOperator() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp1782 #define binary_spec_op(op, binary_op) \ in evaluate_spec_constant_u32() argument
1786 #define binary_spec_op_cast(op, binary_op, type) … in evaluate_spec_constant_u32() argument
/third_party/python/Objects/
Dabstract.c928 binary_op(PyObject *v, PyObject *w, const int op_slot, const char *op_name) in binary_op() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc3852 auto binary_op = ConvertBinaryOp(opcode); in MaybeEmitCombinatorialValue() local
/third_party/quickjs/
Dquickjs.c18375 #define OP_CMP(opcode, binary_op, slow_call) \ in JS_CallInternal() argument