Searched refs:overflow (Results 1 – 5 of 5) sorted by relevance
/stdlib/ |
A D | gen-tst-strtod-round.c | 84 bool overflow = mpfr_overflow_p () != 0; in round_str() local 96 overflow = true; in round_str() 100 print_fp (fout, f, overflow ? ", true,\n" : ", false,\n"); in round_str() 102 overflow = (mpfr_overflow_p () != 0 in round_str() 104 print_fp (fout, f, overflow ? ", true,\n" : ", false,\n"); in round_str() 106 overflow = (mpfr_overflow_p () != 0 in round_str() 108 print_fp (fout, f, overflow ? ", true,\n" : ", false,\n"); in round_str() 110 overflow = (mpfr_overflow_p () != 0 in round_str() 112 print_fp (fout, f, overflow ? ", true" : ", false"); in round_str()
|
A D | strtol_l.c | 233 int overflow; in INTERNAL() local 375 overflow = 0; in INTERNAL() 467 overflow = 1; in INTERNAL() 488 if (overflow == 0 in INTERNAL() 492 overflow = 1; in INTERNAL() 495 if (__glibc_unlikely (overflow)) in INTERNAL()
|
A D | tst-strtod-round-skeleton.c | 245 if (overflow_raised != overflow->FSUF) \ 250 overflow->FSUF); \ 263 const struct test_overflow *overflow, in test_in_one_mode() argument
|
A D | Makefile | 77 tst-secure-getenv tst-strtod-overflow tst-strtod-round \
|
A D | strtod_l.c | 314 goto overflow; in round_and_return() 347 overflow: in round_and_return()
|
Completed in 12 milliseconds