Home
last modified time | relevance | path

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

/third_party/boost/libs/fusion/example/performance/
Dmeasure.hpp18 LIVE_CODE_TYPE live_code; variable
47 live_code = 0; // reset to zero in hammer()
63 live_code += ap->sum; in hammer()
Dsequence_efficiency.cpp117 std::cout << info << test::live_code << std::endl; in check()
134 test::live_code = boost::fusion::accumulate(seq, 0, poly_add()); in test_assembler()
206 << test::live_code in main()
247 return test::live_code != 0; in main()
Dzip_efficiency.cpp68 std::cout << info << test::live_code << std::endl; in check()
154 return test::live_code != 0; in main()
/third_party/boost/libs/parameter/test/
Defficiency.cpp92 double live_code; variable
133 test::live_code += ap->sum; in hammer()
193 return test::live_code < 0.; in main()
/third_party/boost/libs/spirit/workbench/
Dmeasure.hpp27 int live_code; variable
56 live_code = 0; // reset to zero in hammer()
72 live_code += ap->val; in hammer()
Dboilerplate.cpp33 return test::live_code != 0; in main()
/third_party/boost/libs/spirit/workbench/qi/
Dint_parser.cpp104 return test::live_code != 0; in main()
Dreal_parser.cpp116 return test::live_code != 0; in main()
Dkeywords.cpp550 return test::live_code != 0; in main()
/third_party/boost/libs/convert/test/
Dperformance_spirit.cpp109 return test::live_code != 0; in main()