Home
last modified time | relevance | path

Searched refs:op8 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/yap/example/
Dautodiff_example.cpp193 OPNode* op8 = create_binary_op_node(OP_MINUS,op6,op7); //op8 = op6 - op7 in BOOST_FIXTURE_TEST_SUITE() local
200 return op8; in BOOST_FIXTURE_TEST_SUITE()
238 OPNode* op8 = create_binary_op_node(OP_MINUS,op6,op7);//op8 = op6 - op7 in build_linear_function2_manually() local
242 return op8; in build_linear_function2_manually()
282 OPNode* op8 = create_binary_op_node(OP_MINUS,op6,op7); in build_nl_function1_manually() local
283 return op8; in build_nl_function1_manually()