Lines Matching refs:first_val
1200 int64_t first_val = src->Int(vform, i);
1204 dst_val = (first_val > second_val) ? first_val : second_val;
1206 dst_val = (first_val < second_val) ? first_val : second_val;
1406 uint64_t first_val = src->Uint(vform, i);
1410 dst_val = (first_val > second_val) ? first_val : second_val;
1412 dst_val = (first_val < second_val) ? first_val : second_val;