Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 5 of 5) sorted by relevance

/stdlib/
A Dgen-tst-strtod-round.c84 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 Dstrtol_l.c233 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 Dtst-strtod-round-skeleton.c245 if (overflow_raised != overflow->FSUF) \
250 overflow->FSUF); \
263 const struct test_overflow *overflow, in test_in_one_mode() argument
A DMakefile77 tst-secure-getenv tst-strtod-overflow tst-strtod-round \
A Dstrtod_l.c314 goto overflow; in round_and_return()
347 overflow: in round_and_return()

Completed in 12 milliseconds