Searched refs:kValues (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-run-properties.cc14 static const uint32_t kValues[] = { local
20 for (size_t i = 0; i < arraysize(kValues); ++i) {
21 values_builder.AddFormatted("a[%d] = 0x%08x;", i, kValues[i]);
41 SNPrintF(source_buffer, source, array_type, arraysize(kValues),
42 values_buffer.start(), array_type, arraysize(kValues),
48 for (size_t i = 0; i < arraysize(kValues); ++i) {
49 for (size_t j = 0; j < arraysize(kValues); ++j) {
50 volatile U value_a = static_cast<U>(kValues[i]);
51 volatile U value_b = static_cast<U>(kValues[j]);
77 static const uint32_t kValues[] local
[all...]
H A Dvalue-helper.h83 static const uint32_t kValues[] = { local
92 return std::vector<uint32_t>(&kValues[0], &kValues[arraysize(kValues)]);
104 static const uint32_t kValues[31] = { local
107 return std::vector<uint32_t>(&kValues[0], &kValues[arraysize(kValues)]);
H A Dtest-run-machops.cc4180 } kValues[] = {{0, 0}, local
4238 for (size_t i = 0; i < arraysize(kValues); ++i) {
4239 input = kValues[i].from;
4240 uint64_t expected = static_cast<int64_t>(kValues[i].raw);
/external/vixl/test/
H A Dtest-assembler-a64.cc6829 static const uint64_t kValues[] = { local
6834 LoadIntValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0]));
6839 static const uint32_t kValues[] = { local
6844 LoadIntValueHelper(kValues, sizeof(kValues) / sizeof(kValues[0]));
6880 static const double kValues[] = { local
6884 LoadFPValueHelper(kValues, sizeo
6889 static const float kValues[] = { local
[all...]

Completed in 190 milliseconds