Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Doutfeed_in_nested_computation_test.cc73 Literal comp_result; in XLA_TEST_F() local
77 comp_result = local_client_->ExecuteAndTransfer(computation, {}) in XLA_TEST_F()
118 EXPECT_EQ(comp_result.Get<int32>({}), 0); in XLA_TEST_F()
148 Literal comp_result; in XLA_TEST_F() local
152 comp_result = local_client_->ExecuteAndTransfer(computation, {}) in XLA_TEST_F()
/external/google-breakpad/src/processor/
Dstatic_map-inl.h87 int comp_result; in lower_bound() local
90 comp_result = compare_(key, GetKeyAtIndex(middle)); in lower_bound()
91 if (comp_result == 0) in lower_bound()
93 if (comp_result < 0) { in lower_bound()
/external/ltp/utils/ffsb-6.0-rc2/
Drbt.c286 int comp_result = 0; in rbtree_insert() local
313 comp_result = COMP_NODES(object, cur_node->object); in rbtree_insert()
314 if (comp_result == 0) { in rbtree_insert()
320 if (comp_result > 0) { in rbtree_insert()
628 int comp_result; in rbtree_find() local
631 comp_result = COMP_NODES(object, cur_node->object); in rbtree_find()
635 if (comp_result == 0) in rbtree_find()
638 cur_node = (comp_result > 0) ? cur_node->left : cur_node->right; in rbtree_find()