HomeSort by relevance Sort by last modified time
    Searched refs:test_pairs (Results 1 - 3 of 3) sorted by null

  /art/runtime/interpreter/
unstarted_runtime_test.cc 172 double const test_pairs[][2],
176 tmp->SetVRegDouble(0, test_pairs[i][0]);
189 int64_t expect_int64t = bit_cast<int64_t, double>(test_pairs[i][1]);
190 EXPECT_EQ(expect_int64t, result_int64t) << result.GetD() << " vs " << test_pairs[i][1];
683 constexpr double test_pairs[][2] = { local
697 TestCeilFloor(true /* ceil */, self, tmp, test_pairs, arraysize(test_pairs));
712 constexpr double test_pairs[][2] = { local
726 TestCeilFloor(false /* floor */, self, tmp, test_pairs, arraysize(test_pairs));
    [all...]
  /external/python/cpython3/Lib/test/
test_dis.py 607 test_pairs = [ variable in class:CodeInfoTests
619 for x, expected in self.test_pairs:
624 for x, expected in self.test_pairs:
    [all...]
test_decimal.py     [all...]

Completed in 246 milliseconds