Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Dgem_reg_read.c118 uint64_t first_val, second_val; in test_timestamp_moving() local
122 igt_fail_on(timer_query(fd, &second_val) != 0); in test_timestamp_moving()
123 igt_assert(second_val != first_val); in test_timestamp_moving()
128 uint64_t first_val, second_val; in test_timestamp_monotonic() local
136 igt_fail_on(timer_query(fd, &second_val) != 0); in test_timestamp_monotonic()
137 if (second_val < first_val && retry) { in test_timestamp_monotonic()
140 first_val = second_val; in test_timestamp_monotonic()
143 igt_assert(second_val >= first_val); in test_timestamp_monotonic()
/external/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc1133 int64_t second_val = src->Int(vform, i + 1); in SMinMaxP() local
1136 dst_val = (first_val > second_val) ? first_val : second_val; in SMinMaxP()
1138 dst_val = (first_val < second_val) ? first_val : second_val; in SMinMaxP()
1283 uint64_t second_val = src->Uint(vform, i + 1); in UMinMaxP() local
1286 dst_val = (first_val > second_val) ? first_val : second_val; in UMinMaxP()
1288 dst_val = (first_val < second_val) ? first_val : second_val; in UMinMaxP()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1202 int64_t second_val = src->Int(vform, i + 1); in sminmaxp() local
1205 dst_val = (first_val > second_val) ? first_val : second_val; in sminmaxp()
1207 dst_val = (first_val < second_val) ? first_val : second_val; in sminmaxp()
1382 uint64_t second_val = src->Uint(vform, i + 1); in uminmaxp() local
1385 dst_val = (first_val > second_val) ? first_val : second_val; in uminmaxp()
1387 dst_val = (first_val < second_val) ? first_val : second_val; in uminmaxp()