Home
last modified time | relevance | path

Searched defs:bool_test (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/container_hash/test/
Dhash_number_test.cpp138 void bool_test() in bool_test() function
/third_party/pulseaudio/src/tests/
Djson-test.c105 START_TEST(bool_test) { in START_TEST() argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dgraph_costmodel.cc215 bool bool_test = (visited->find(edge->next_operator()) != visited->end()) && in DFS() local
224 bool bool_test = (visited->find(edge->prev_operator()) != visited->end()) && in DFS() local
711 …bool bool_test = op->is_alive() && op->GetAliveSuccEdges().size() == 1 && op->GetAlivePrevEdges().… in CheckOpElimination() local
754 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().empty() && op->GetAliveSuccEdges().size… in CheckMergeElimination() local
770 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().size() == 1 && op->GetAliveSuccEdges().… in CheckContractElimination() local
789 …bool bool_test = op->is_alive() && op->GetAlivePrevEdges().empty() && op->GetAliveSuccEdges().size… in CheckSourceElimination() local
985 …bool bool_test = (op->is_alive()) && (op->GetAlivePrevEdges().empty()) && (op->GetAliveSuccEdges()… in CheckTriangleElimination() local
1015 …bool bool_test = (op->is_alive()) && (op->GetAlivePrevEdges().empty()) && (op->GetAliveSuccEdges()… in CheckStarElimination() local
/third_party/mesa3d/src/compiler/glsl/tests/
Dcopy_constant_to_storage_tests.cpp132 copy_constant_to_storage::bool_test(unsigned rows) in bool_test() function in copy_constant_to_storage
/third_party/boost/libs/graph_parallel/test/
Ddistributed_property_map_test.cpp179 void bool_test() in bool_test() function