Home
last modified time | relevance | path

Searched refs:expr1 (Results 1 – 25 of 66) sorted by relevance

123

/third_party/boost/boost/core/
Dlightweight_test.hpp254 inline bool test_with_impl(BinaryPredicate pred, char const * expr1, char const * expr2, in test_with_impl() argument
266 … << file << "(" << line << "): test '" << expr1 << " " << lwt_predicate_name(pred) << " " << expr2 in test_with_impl()
274 inline bool test_cstr_eq_impl( char const * expr1, char const * expr2, in test_cstr_eq_impl() argument
285 << file << "(" << line << "): test '" << expr1 << " == " << expr2 << "' ('" << t in test_cstr_eq_impl()
292 inline bool test_cstr_ne_impl( char const * expr1, char const * expr2, in test_cstr_ne_impl() argument
303 << file << "(" << line << "): test '" << expr1 << " != " << expr2 << "' ('" << t in test_cstr_ne_impl()
492 …TEST_WITH(expr1,expr2,predicate) ( ::boost::detail::test_with_impl(predicate, #expr1, #expr2, __FI… argument
494 …T_EQ(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_eq(), #expr1, #expr2,… argument
495 …T_NE(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_ne(), #expr1, #expr2,… argument
497 …T_LT(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_lt(), #expr1, #expr2,… argument
[all …]
/third_party/boost/libs/core/doc/
Dlightweight_test.qbk38 #define BOOST_TEST_EQ(expr1, expr2) /*unspecified*/
39 #define BOOST_TEST_NE(expr1, expr2) /*unspecified*/
40 #define BOOST_TEST_LT(expr1, expr2) /*unspecified*/
41 #define BOOST_TEST_LE(expr1, expr2) /*unspecified*/
42 #define BOOST_TEST_GT(expr1, expr2) /*unspecified*/
43 #define BOOST_TEST_GE(expr1, expr2) /*unspecified*/
44 #define BOOST_TEST_CSTR_EQ(expr1, expr2) /*unspecified*/
45 #define BOOST_TEST_CSTR_NE(expr1, expr2) /*unspecified*/
46 #define BOOST_TEST_WITH(expr1, expr2, pred) /*unspecified*/
96 BOOST_TEST_EQ(expr1, expr2)
[all …]
/third_party/boost/libs/yap/test/
Duser_expression_transform_2.cpp98 auto expr1 = make_ref(a); in test_main() local
99 auto expr2 = make_ref(expr1); in test_main()
105 auto expr1 = -a; in test_main() local
106 auto expr2 = make_ref(expr1); in test_main()
112 auto expr1 = make_ref(a); in test_main() local
113 auto expr2 = -expr1; in test_main()
119 auto expr1 = a; in test_main() local
120 auto expr2 = make_ref(expr1); in test_main()
127 auto expr1 = -a; in test_main() local
128 auto expr2 = make_ref(expr1); in test_main()
[all …]
/third_party/weston/tools/zunitc/src/
Dzuc_base_logger.c107 const char *expr1, const char *expr2);
334 const char *expr1, const char *expr2) in check_triggered() argument
338 printf("%s:%d: error: Value of: %s\n", file, line, expr1); in check_triggered()
343 printf("%s:%d: error: Value of: %s\n", file, line, expr1); in check_triggered()
348 printf("%s:%d: error: Value of: %s\n", file, line, expr1); in check_triggered()
353 printf("%s:%d: error: Value of: %s\n", file, line, expr1); in check_triggered()
362 printf("Expected: %s\n", expr1); in check_triggered()
368 printf("Expected: %s\n", expr1); in check_triggered()
376 expr1, zuc_get_opstr(op), expr2, in check_triggered()
381 "%"PRIdPTR"\n", expr1, zuc_get_opstr(op), expr2, in check_triggered()
[all …]
Dzuc_collector.c134 intptr_t val1, intptr_t val2, const char *expr1, const char *expr2);
150 const char *expr1, const char *expr2);
153 collect_event(void *data, char const *file, int line, const char *expr1);
224 const char *expr1, const char *expr2) in check_triggered() argument
230 val1, val2, expr1, expr2); in check_triggered()
234 collect_event(void *data, char const *file, int line, const char *expr1) in collect_event() argument
239 0, 0, expr1, ""); in collect_event()
247 intptr_t val1, intptr_t val2, const char *expr1, const char *expr2) in store_event() argument
263 event->expr1 = strdup(expr1); in store_event()
273 int expr1_len = strlen(expr1); in store_event()
[all …]
Dzuc_junit_reporter.c97 event->expr1) < 0) { in emit_event()
105 event->expr1) < 0) { in emit_event()
113 event->expr1, (void *)event->val1, NULL) < 0) { in emit_event()
121 event->expr1, (void *)event->val1, NULL) < 0) { in emit_event()
132 (char *)event->val2, event->expr1, in emit_event()
142 event->val2, event->expr1, in emit_event()
154 event->expr1, zuc_get_opstr(event->op), in emit_event()
164 event->expr1, zuc_get_opstr(event->op), in emit_event()
178 event->expr1) < 0) { in emit_event()
185 event->file, event->line, event->expr1) < 0) { in emit_event()
[all …]
Dzuc_event_listener.h153 const char *expr1,
164 const char *expr1);
Dzuc_event.h67 char *expr1; member
/third_party/ejdb/src/jbi/
Djbi_selection.c62 if (mctx->expr1) { in _jbi_log_index_rules()
64 jqp_print_filter_node_expr(mctx->expr1, jbl_xstr_json_printer, xstr); in _jbi_log_index_rules()
87 jqp_op_t op = midx->expr1->op->value; in _jbi_idx_expr_op_weight()
172 mctx->expr1 = expr; in _jbi_compute_index_rules()
177 mctx->expr1 = 0; in _jbi_compute_index_rules()
186 if (mctx->expr1 && (mctx->cursor_init == IWKV_CURSOR_GE) && (op != JQP_OP_PREFIX)) { in _jbi_compute_index_rules()
187 JQVAL *pval = jql_unit_to_jqval(aux, mctx->expr1->right, &rc); in _jbi_compute_index_rules()
195 mctx->expr1 = expr; in _jbi_compute_index_rules()
215 mctx->expr1 = expr; in _jbi_compute_index_rules()
226 if (!mctx->expr1) { in _jbi_compute_index_rules()
[all …]
Djbi_uniq_scanner.c87 jqp_op_t expr1_op = midx->expr1->op->value; in _jbi_consume_scan()
100 midx->expr2 = midx->expr1; in _jbi_consume_scan()
136 && !jbi_node_expr_matched(ctx->ux->q->aux, midx->idx, cur, midx->expr1, &rc)) { in _jbi_consume_scan()
144 if (!midx->expr1->prematched && matched && (expr1_op != JQP_OP_PREFIX)) { in _jbi_consume_scan()
146 midx->expr1->prematched = true; in _jbi_consume_scan()
213 if (!midx->expr1) { in jbi_uniq_scanner()
217 JQVAL *jqval = jql_unit_to_jqval(qp->aux, midx->expr1->right, &rc); in jbi_uniq_scanner()
219 switch (midx->expr1->op->value) { in jbi_uniq_scanner()
233 if ((midx->expr1->op->value == JQP_OP_GT) && (jqval->type == JQVAL_I64)) { in jbi_uniq_scanner()
Djbi_dup_scanner.c151 jqp_op_t expr1_op = midx->expr1->op->value; in _jbi_consume_scan()
169 midx->expr2 = midx->expr1; in _jbi_consume_scan()
199 && !jbi_node_expr_matched(ctx->ux->q->aux, midx->idx, cur, midx->expr1, &rc)) { in _jbi_consume_scan()
207 if (!midx->expr1->prematched && matched && (expr1_op != JQP_OP_PREFIX)) { in _jbi_consume_scan()
209 midx->expr1->prematched = true; in _jbi_consume_scan()
273 if (!midx->expr1) { in jbi_dup_scanner()
277 JQVAL *jqval = jql_unit_to_jqval(qp->aux, midx->expr1->right, &rc); in jbi_dup_scanner()
279 switch (midx->expr1->op->value) { in jbi_dup_scanner()
294 if ((midx->expr1->op->value == JQP_OP_GT) && (jqval->type == JQVAL_I64)) { in jbi_dup_scanner()
/third_party/boost/boost/numeric/conversion/detail/
Dmeta.hpp97 template<class expr0, class expr1, class TT, class TF, class FT, class FF>
104 typedef typename mpl::not_<expr1>::type not_expr1 ;
106 typedef typename mpl::and_<expr0,expr1>::type caseTT ;
108 typedef typename mpl::and_<not_expr0,expr1>::type caseFT ;
/third_party/mbedtls/tests/include/test/
Dmacros.h85 #define TEST_EQUAL( expr1, expr2 ) \ argument
87 if( ! mbedtls_test_equal( #expr1 " == " #expr2, __LINE__, __FILE__, \
88 expr1, expr2 ) ) \
/third_party/boost/libs/yap/example/
Dvec3.cpp114 auto expr1 = b + c; in main() local
115 d = expr1; in main()
118 int num = count_leaves(expr1); in main()
/third_party/boost/boost/compute/functional/
Dlogical.hpp53 const Expr1 &expr1, in invoked_binary_negate_function() argument
56 m_expr1(expr1), in invoked_binary_negate_function()
66 Expr1 expr1() const in expr1() function in boost::compute::detail::invoked_binary_negate_function
/third_party/boost/libs/compute/include/boost/compute/functional/
Dlogical.hpp53 const Expr1 &expr1, in invoked_binary_negate_function() argument
56 m_expr1(expr1), in invoked_binary_negate_function()
66 Expr1 expr1() const in expr1() function in boost::compute::detail::invoked_binary_negate_function
/third_party/boost/libs/proto/example/
Dvec3.cpp167 BOOST_PROTO_AUTO(expr1, b + c); in main()
168 d = expr1; in main()
171 int num = count_leaves(expr1); in main()
/third_party/boost/libs/xpressive/test/
Dtest_assert_with_placeholder.cpp49 const sregex expr1(*(as_xpr('a')[count_a(_cnt)] | '_')); in test_assert_with_placeholder() local
52 sregex_iterator iter1(a_str.begin(), a_str.end(), expr1, in test_assert_with_placeholder()
/third_party/typescript/tests/baselines/reference/
DtypeGuardOfFormExpr1AndExpr2.symbols36 // A type guard of the form expr1 && expr2
37 // - when true, narrows the type of x by expr1 when true and then by expr2 when true, or
38 // - when false, narrows the type of x to T1 | T2, where T1 is the type of x narrowed by expr1 whe…
39 // false, and T2 is the type of x narrowed by expr1 when true and then by expr2 when false.
DtypeGuardOfFormExpr1OrExpr2.symbols36 // A type guard of the form expr1 || expr2
37 // - when true, narrows the type of x to T1 | T2, where T1 is the type of x narrowed by expr1 when…
38 // and T2 is the type of x narrowed by expr1 when false and then by expr2 when true, or
39 // - when false, narrows the type of x by expr1 when false and then by expr2 when false.
DtypeGuardOfFormExpr1OrExpr2.types33 // A type guard of the form expr1 || expr2
34 // - when true, narrows the type of x to T1 | T2, where T1 is the type of x narrowed by expr1 when…
35 // and T2 is the type of x narrowed by expr1 when false and then by expr2 when true, or
36 // - when false, narrows the type of x by expr1 when false and then by expr2 when false.
DtypeGuardOfFormExpr1AndExpr2.types33 // A type guard of the form expr1 && expr2
34 // - when true, narrows the type of x by expr1 when true and then by expr2 when true, or
35 // - when false, narrows the type of x to T1 | T2, where T1 is the type of x narrowed by expr1 whe…
36 // false, and T2 is the type of x narrowed by expr1 when true and then by expr2 when false.
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y549 static NodeType *new_expr1(const char *name, int id, NodeType *expr1) in new_expr1() argument
552 add->unode.opr.op[0] = expr1; in new_expr1()
556 static NodeType *new_expr2(const char *name, int id, NodeType *expr1, NodeType *expr2) in new_expr2() argument
559 add->unode.opr.op[0] = expr1; in new_expr2()
565 static NodeType *new_add(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_add() argument
566 return new_expr2("add", OPR_ADD, expr1, expr2); in new_add()
573 static NodeType *new_sub(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_sub() argument
574 return new_expr2("sub", OPR_SUB, expr1, expr2); in new_sub()
631 static NodeType *new_mul(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_mul() argument
632 return new_expr2("mul", OPR_MUL, expr1, expr2); in new_mul()
[all …]
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1585 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure() argument
1589 << "Expected: (" << expr1 << ") " << op << " (" << expr2 in CmpHelperOpFailure()
1607 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1612 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\
1616 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1758 GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1,
2159 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
2161 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,
/third_party/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp190 try_replace_with_dot(ir_expression *expr0, ir_expression *expr1, void *mem_ctx) in try_replace_with_dot() argument
194 expr1 && expr1->operation == ir_binop_add && in try_replace_with_dot()
195 expr1->type->is_float()) { in try_replace_with_dot()
198 ir_swizzle *z = expr1->operands[0]->as_swizzle(); in try_replace_with_dot()
199 ir_swizzle *w = expr1->operands[1]->as_swizzle(); in try_replace_with_dot()

123