Home
last modified time | relevance | path

Searched defs:expr1 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/libs/yap/test/
Duser_expression_transform_2.cpp98 auto expr1 = make_ref(a); in test_main() local
105 auto expr1 = -a; in test_main() local
112 auto expr1 = make_ref(a); in test_main() local
119 auto expr1 = a; in test_main() local
127 auto expr1 = -a; in test_main() local
135 auto expr1 = make_ref(a); in test_main() local
143 auto expr1 = make_ref(a); in test_main() local
/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()
274 inline bool test_cstr_eq_impl( char const * expr1, char const * expr2, in test_cstr_eq_impl()
292 inline bool test_cstr_ne_impl( char const * expr1, char const * expr2, in test_cstr_ne_impl()
492 #define BOOST_TEST_WITH(expr1,expr2,predicate) ( ::boost::detail::test_with_impl(predicate, #expr1,… argument
494 #define BOOST_TEST_EQ(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_eq(),… argument
495 #define BOOST_TEST_NE(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_ne(),… argument
497 #define BOOST_TEST_LT(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_lt(),… argument
498 #define BOOST_TEST_LE(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_le(),… argument
499 #define BOOST_TEST_GT(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_gt(),… argument
500 #define BOOST_TEST_GE(expr1,expr2) ( ::boost::detail::test_with_impl(::boost::detail::lw_test_ge(),… argument
[all …]
/third_party/weston/tools/zunitc/src/
Dzuc_collector.c224 const char *expr1, const char *expr2) in check_triggered()
234 collect_event(void *data, char const *file, int line, const char *expr1) in collect_event()
247 intptr_t val1, intptr_t val2, const char *expr1, const char *expr2) in store_event()
Dzuc_event.h67 char *expr1; member
Dzuc_base_logger.c334 const char *expr1, const char *expr2) in check_triggered()
Dzunitc_impl.c778 const char *expr1, const char *expr2) in dispatch_check_triggered()
794 const char *expr1) in dispatch_collect_event()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y549 static NodeType *new_expr1(const char *name, int id, NodeType *expr1) in new_expr1()
556 static NodeType *new_expr2(const char *name, int id, NodeType *expr1, NodeType *expr2) in new_expr2()
565 static NodeType *new_add(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_add()
573 static NodeType *new_sub(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_sub()
631 static NodeType *new_mul(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_mul()
639 static NodeType *new_div(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_div()
731 static NodeType *new_not(NodeType *expr1) { /* {{{ */ in new_not()
745 static NodeType *new_equ(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_equ()
753 static NodeType *new_low(NodeType *expr1, NodeType *expr2) { /* {{{ */ in new_low()
/third_party/boost/boost/compute/functional/
Dlogical.hpp53 const 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()
66 Expr1 expr1() const in expr1() function in boost::compute::detail::invoked_binary_negate_function
/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
/third_party/boost/libs/yap/example/
Dvec3.cpp114 auto expr1 = b + c; in main() local
/third_party/mbedtls/tests/include/test/
Dmacros.h85 #define TEST_EQUAL( expr1, expr2 ) \ argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_binary_test.cc126 auto* expr1 = create<ast::BinaryExpression>(params.op, Expr(a), Expr(b)); in TEST_P() local
/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()
/third_party/ejdb/src/
Dejdb2_internal.h172 JQP_EXPR *expr1; /**< Start index expression (optional) */ member
/third_party/python/Lib/unittest/
Dcase.py1121 def assertIs(self, expr1, expr2, msg=None): argument
1128 def assertIsNot(self, expr1, expr2, msg=None): argument
/third_party/mesa3d/src/gtest/src/
Dgtest.cc1371 AssertionResult DoubleNearPredFormat(const char* expr1, in DoubleNearPredFormat()
1391 AssertionResult FloatingPointLE(const char* expr1, in FloatingPointLE()
1428 AssertionResult FloatLE(const char* expr1, const char* expr2, in FloatLE()
1435 AssertionResult DoubleLE(const char* expr1, const char* expr2, in DoubleLE()
/third_party/googletest/googletest/src/
Dgtest.cc1563 AssertionResult DoubleNearPredFormat(const char* expr1, in DoubleNearPredFormat()
1608 AssertionResult FloatingPointLE(const char* expr1, in FloatingPointLE()
1645 AssertionResult FloatLE(const char* expr1, const char* expr2, in FloatLE()
1652 AssertionResult DoubleLE(const char* expr1, const char* expr2, in DoubleLE()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1585 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure()
/third_party/googletest/googletest/include/gtest/
Dgtest.h1599 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_intrinsic_test.cc691 auto* expr1 = Call("textureSampleCompare", "texture", "sampler", in TEST_F() local
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc3054 AssertionResult DoubleNearPredFormat(const char* expr1, in DoubleNearPredFormat()
3099 AssertionResult FloatingPointLE(const char* expr1, in FloatingPointLE()
3136 AssertionResult FloatLE(const char* expr1, const char* expr2, in FloatLE()
3143 AssertionResult DoubleLE(const char* expr1, const char* expr2, in DoubleLE()
/third_party/typescript/lib/
Dtsc.js33664 function isNarrowingTypeofOperands(expr1, expr2) { argument
DtypingsInstaller.js41258 function isNarrowingTypeofOperands(expr1, expr2) { argument
Dtypescript.js41463 function isNarrowingTypeofOperands(expr1, expr2) { argument

12