Lines Matching full:max
42 uint32_t max = UINT4_MAX; in test_a() local
44 uint8_t v8 = max + 1; in test_a()
45 uint16_t v16 = (UINT8_MAX + 1) + (max + 1); in test_a()
46 uint32_t v32 = (UINT8_MAX + 1) + (max + 1); in test_a()
64 x.a = max; in test_a()
67 x.a = max; in test_a()
81 x.a = max - 1; in test_a()
83 x.a = max - 1; in test_a()
86 x.a = max - 1; in test_a()
88 x.a = max - 1; in test_a()
93 x.a += max; in test_a()
95 x.a += (max + 1); in test_a()
98 x.a = max; in test_a()
99 x.a -= max; in test_a()
100 x.a = max; in test_a()
101 x.a -= (max + 1); in test_a()
105 x.a *= max; in test_a()
107 x.a *= (max + 1); in test_a()
114 uint32_t max = UINT5_MAX; in test_b() local
116 uint8_t v8 = max + 1; in test_b()
117 uint16_t v16 = max + 1; in test_b()
118 uint32_t v32 = max + 1; in test_b()
136 x.b = max; in test_b()
139 x.b = max; in test_b()
153 x.b = max - 1; in test_b()
155 x.b = max - 1; in test_b()
158 x.b = max - 1; in test_b()
160 x.b = max - 1; in test_b()
165 x.b += max; in test_b()
167 x.b += (max + 1); in test_b()
170 x.b = max; in test_b()
171 x.b -= max; in test_b()
172 x.b = max; in test_b()
173 x.b -= (max + 1); in test_b()
177 x.b *= max; in test_b()
179 x.b *= (max + 1); in test_b()
186 int32_t max = INT7_MAX; in test_c() local
188 uint8_t v8 = max + 1; in test_c()
189 uint16_t v16 = (UINT8_MAX + 1) + (max + 1); in test_c()
190 uint32_t v32 = (UINT8_MAX + 1) + (max + 1); in test_c()
208 x.c = max; in test_c()
211 x.c = max; in test_c()
225 x.c = max - 1; in test_c()
227 x.c = max - 1; in test_c()
230 x.c = max - 1; in test_c()
232 x.c = max - 1; in test_c()
237 x.c += max; in test_c()
239 x.c += (max + 1); in test_c()
249 x.c *= max; in test_c()
251 x.c *= (max + 1); in test_c()
258 int32_t max = INT16_MAX; in test_d() local
260 uint32_t v32 = max + 1; in test_d()
274 x.d = max; in test_d()
277 x.d = max; in test_d()
291 x.d = max - 1; in test_d()
293 x.d = max - 1; in test_d()
296 x.d = max - 1; in test_d()
298 x.d = max - 1; in test_d()
303 x.d += max; in test_d()
305 x.d += (max + 1); in test_d()
315 x.d *= max; in test_d()
317 x.d *= (max + 1); in test_d()
324 uint32_t max = UINT8_MAX; in test_e() local
326 uint16_t v16 = max + 1; in test_e()
327 uint32_t v32 = max + 1; in test_e()
345 x.e = max; in test_e()
348 x.e = max; in test_e()
351 x.e = max - 1; in test_e()
356 x.e += max; in test_e()
358 x.e += (max + 1); in test_e()
361 x.e = max; in test_e()
362 x.e -= max; in test_e()
363 x.e = max; in test_e()
364 x.e -= (max + 1); in test_e()
371 uint32_t max = UINT16_MAX; in test_f() local
373 uint32_t v32 = max + 1; in test_f()
389 x.f = max; in test_f()
392 x.f = max; in test_f()
395 x.f = max - 1; in test_f()
400 x.f += max; in test_f()
402 x.f += (max + 1); in test_f()
405 x.f = max; in test_f()
406 x.f -= max; in test_f()
407 x.f = max; in test_f()
408 x.f -= (max + 1); in test_f()
415 uint64_t max = UINT32_MAX; in test_g() local
417 uint64_t v64 = max + 1; in test_g()
431 x.g = max; in test_g()
433 x.g = max; in test_g()
435 x.g = max - 1; in test_g()
440 x.g += max; in test_g()
442 x.g += (max + 1); in test_g()
445 x.g = max; in test_g()
446 x.g -= max; in test_g()
447 x.g = max; in test_g()
448 x.g -= (max + 1); in test_g()
455 int32_t max = INT8_MAX; in test_h() local
457 int16_t v16 = max + 1; in test_h()
458 int32_t v32 = max + 1; in test_h()
476 x.h = max; in test_h()
479 x.h = max; in test_h()
482 x.h = max - 1; in test_h()
487 x.h += max; in test_h()
489 x.h += (max + 1); in test_h()
502 int32_t max = INT16_MAX; in test_i() local
504 int32_t v32 = max + 1; in test_i()
520 x.i = max; in test_i()
523 x.i = max; in test_i()
526 x.i = max - 1; in test_i()
531 x.i += max; in test_i()
533 x.i += (max + 1); in test_i()
546 int64_t max = INT32_MAX; in test_j() local
548 int64_t v64 = max + 1; in test_j()
562 x.j = max; in test_j()
564 x.j = max; in test_j()
566 x.j = max - 1; in test_j()
571 x.j += max; in test_j()
573 x.j += (max + 1); in test_j()