Searched refs:comp_result (Results 1 – 2 of 2) sorted by relevance
73 Literal comp_result; in XLA_TEST_F() local77 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() local152 comp_result = local_client_->ExecuteAndTransfer(computation, {}) in XLA_TEST_F()
87 int comp_result; in lower_bound() local90 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()