Searched refs:kValues (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-run-properties.cc | 14 static const uint32_t kValues[] = { in TypedArrayLoadHelper() local 20 for (size_t i = 0; i < arraysize(kValues); ++i) { in TypedArrayLoadHelper() 21 values_builder.AddFormatted("a[%d] = 0x%08x;", i, kValues[i]); in TypedArrayLoadHelper() 41 SNPrintF(source_buffer, source, array_type, arraysize(kValues), in TypedArrayLoadHelper() 42 values_buffer.start(), array_type, arraysize(kValues), in TypedArrayLoadHelper() 48 for (size_t i = 0; i < arraysize(kValues); ++i) { in TypedArrayLoadHelper() 49 for (size_t j = 0; j < arraysize(kValues); ++j) { in TypedArrayLoadHelper() 50 volatile U value_a = static_cast<U>(kValues[i]); in TypedArrayLoadHelper() 51 volatile U value_b = static_cast<U>(kValues[j]); in TypedArrayLoadHelper() 77 static const uint32_t kValues[] = { in TypedArrayStoreHelper() local [all …]
|
D | value-helper.h | 83 static const uint32_t kValues[] = { in uint32_vector() local 92 return std::vector<uint32_t>(&kValues[0], &kValues[arraysize(kValues)]); in uint32_vector() 104 static const uint32_t kValues[31] = { in ror_vector() local 107 return std::vector<uint32_t>(&kValues[0], &kValues[arraysize(kValues)]); in ror_vector()
|
D | test-run-machops.cc | 4180 } kValues[] = {{0, 0}, in TEST() local 4238 for (size_t i = 0; i < arraysize(kValues); ++i) { in TEST() 4239 input = kValues[i].from; in TEST() 4240 uint64_t expected = static_cast<int64_t>(kValues[i].raw); in TEST()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 6829 static const uint64_t kValues[] = { in TEST() local 6834 LoadIntValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST() 6839 static const uint32_t kValues[] = { in TEST() local 6844 LoadIntValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST() 6880 static const double kValues[] = { in TEST() local 6884 LoadFPValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST() 6889 static const float kValues[] = { in TEST() local 6893 LoadFPValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0])); in TEST()
|