Searched refs:ival (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_indexer_node.cpp | 187 int ival = getval_helper<ELEM,INT>::get_integer_val(v); in check_value() local 188 CHECK_MESSAGE(!(ival%(ELEM+1)), ""); in check_value() 189 ival /= (ELEM+1); in check_value() 190 CHECK_MESSAGE(!outputCheck[ELEM-1][ival], ""); in check_value() 191 outputCheck[ELEM-1][ival] = true; in check_value() 228 int ival = getval_helper<1,INT>::get_integer_val(v); in check_value() local 229 CHECK_MESSAGE(!(ival%2), ""); in check_value() 230 ival /= 2; in check_value() 231 CHECK_MESSAGE(!outputCheck[0][ival], ""); in check_value() 232 outputCheck[0][ival] = true; in check_value()
|
| H A D | test_join_node.h | 1065 int ival = (int)std::get<ELEM-1>(v); 1066 CHECK_MESSAGE(!(ival%(ELEM+1)), ""); 1067 ival /= (ELEM+1); 1068 CHECK_MESSAGE(!outputCheck[ELEM-1][ival], ""); 1069 outputCheck[ELEM-1][ival] = true; 1126 int ival = (int)std::get<0>(v); 1127 CHECK_MESSAGE(!(ival%2), ""); 1128 ival /= 2; 1129 CHECK_MESSAGE(!outputCheck[0][ival], ""); 1130 outputCheck[0][ival] = true;
|
| H A D | test_parallel_pipeline.cpp | 139 int ival = --input_counter; in operator ()() local 140 if(ival < 0) { in operator ()() 145 if(ival == max_counter / 2) { in operator ()()
|
| H A D | test_eh_flow_graph.cpp | 324 int ival = ++(*my_current_val); in operator ()() local 330 WaitAndThrow(ival,"tuple_test_input_body"); in operator ()() 331 return OutputTuple(ItemType0(ival),ItemType1(ival)); in operator ()()
|