/dflybsd-src/contrib/grep/lib/ |
H A D | xstrtol.c | 131 strtol_error overflow; in __xstrtol() local 170 overflow = bkm_scale (&tmp, 512); in __xstrtol() 177 overflow = bkm_scale (&tmp, 1024); in __xstrtol() 181 overflow = LONGINT_OK; in __xstrtol() 185 overflow = bkm_scale_by_power (&tmp, base, 6); in __xstrtol() 190 overflow = bkm_scale_by_power (&tmp, base, 3); in __xstrtol() 195 overflow = bkm_scale_by_power (&tmp, base, 1); in __xstrtol() 200 overflow = bkm_scale_by_power (&tmp, base, 2); in __xstrtol() 204 overflow = bkm_scale_by_power (&tmp, base, 5); in __xstrtol() 209 overflow = bkm_scale_by_power (&tmp, base, 4); in __xstrtol() [all …]
|
H A D | intprops.h | 408 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument 412 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ 415 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ 418 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ 421 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ 424 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ 427 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \ 430 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ 433 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \ 436 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ [all …]
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | expr.c | 644 result.overflow = false; in cpp_interpret_integer() 657 bool overflow = false; in cpp_interpret_integer() local 697 overflow |= result.overflow; in cpp_interpret_integer() 702 if (overflow && !(type & CPP_N_USERDEF)) in cpp_interpret_integer() 749 bool overflow; in append_digit() local 767 overflow = !!(num.high >> (PART_PRECISION - shift)); in append_digit() 788 overflow = true; in append_digit() 792 result.overflow = overflow; in append_digit() 800 result.overflow = true; in append_digit() 889 result.overflow = false; in parse_defined() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | expr.c | 850 result.overflow = false; in cpp_interpret_integer() 863 bool overflow = false; in cpp_interpret_integer() local 905 overflow |= result.overflow; in cpp_interpret_integer() 910 if (overflow && !(type & CPP_N_USERDEF)) in cpp_interpret_integer() 957 bool overflow; in append_digit() local 975 overflow = !!(num.high >> (PART_PRECISION - shift)); in append_digit() 996 overflow = true; in append_digit() 1000 result.overflow = overflow; in append_digit() 1008 result.overflow = true; in append_digit() 1099 result.overflow = false; in parse_defined() [all …]
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | strtofr.c | 121 int overflow = 0, base_overflow; 161 overflow = 1, base_overflow = base; 168 if (overflow ) 571 goto overflow, goto underflow); in parsed_string_to_mpfr() 577 goto overflow; in parsed_string_to_mpfr() 584 goto overflow, goto underflow); in parsed_string_to_mpfr() 588 goto overflow, goto underflow); in parsed_string_to_mpfr() 606 goto overflow; in parsed_string_to_mpfr() 631 goto overflow, goto underflow); in parsed_string_to_mpfr() 635 goto overflow, goto underflow); in parsed_string_to_mpfr() [all …]
|
H A D | mpn_exp.c | 101 overflow: in mpfr_mpn_exp() 110 goto overflow, goto overflow); in mpfr_mpn_exp()
|
H A D | zeta.c | 397 int overflow = 0; in mpfr_zeta() local 431 overflow = (mpfr_cmp_si_2exp (s1, -1, -1) > 0) ? -1 : 1; in mpfr_zeta() 454 if (overflow != 0) in mpfr_zeta() 456 inex = mpfr_overflow (z, rnd_mode, overflow); in mpfr_zeta()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | wide-int.cc | 1131 signop sgn, bool *overflow) in add_large() argument 1160 if (overflow) in add_large() 1161 *overflow = (sgn == UNSIGNED && carry); in add_large() 1163 else if (overflow) in add_large() 1169 *overflow = (HOST_WIDE_INT) (x << shift) < 0; in add_large() 1177 *overflow = (x <= o0); in add_large() 1179 *overflow = (x < o0); in add_large() 1272 bool *overflow, bool high) in mul_internal() argument 1295 bool needs_overflow = (overflow != 0); in mul_internal() 1297 *overflow = false; in mul_internal() [all …]
|
H A D | double-int.c | 367 int overflow = 0; in div_and_round_double() local 370 overflow = 1, lden = 1; in div_and_round_double() 381 overflow = 1; in div_and_round_double() 542 return overflow; in div_and_round_double() 553 return overflow; in div_and_round_double() 564 return overflow; in div_and_round_double() 600 return overflow; in div_and_round_double() 612 return overflow; in div_and_round_double() 819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign() argument 823 *overflow = mul_double_wide_with_sign (a.low, a.high, b.low, b.high, in mul_with_sign() [all …]
|
H A D | double-int.h | 114 double_int mul_with_sign (double_int, bool unsigned_p, bool *overflow) const; 116 double_int *higher, bool *overflow) const; 117 double_int add_with_sign (double_int, bool unsigned_p, bool *overflow) const; 118 double_int sub_with_overflow (double_int, bool *overflow) const; 119 double_int neg_with_overflow (bool *overflow) const;
|
H A D | wide-int.h | 2108 wi::neg (const T &x, bool *overflow) 2110 *overflow = only_sign_bit_p (x); 2410 wi::add (const T1 &x, const T2 &y, signop sgn, bool *overflow) 2422 *overflow = (((resultl ^ xl) & (resultl ^ yl)) 2425 *overflow = ((resultl << (HOST_BITS_PER_WIDE_INT - precision)) 2433 sgn, overflow)); 2483 wi::sub (const T1 &x, const T2 &y, signop sgn, bool *overflow) 2495 *overflow = (((xl ^ yl) & (resultl ^ xl)) >> (precision - 1)) & 1; 2497 *overflow = ((resultl << (HOST_BITS_PER_WIDE_INT - precision)) 2505 sgn, overflow)); [all …]
|
H A D | profile-count.c | 213 bool overflow; in slow_safe_scale_64bit() local 214 tmp = wi::udiv_floor (wi::umul (tmp, b, &overflow) + (c / 2), c); in slow_safe_scale_64bit() 215 gcc_checking_assert (!overflow); in slow_safe_scale_64bit()
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-tilegx.texi | 195 that the value does not overflow. 200 that the value does not overflow. 205 that the value does not overflow. 223 checks that the value does not overflow. 229 value does not overflow. 257 checks that the value does not overflow. 262 a plt entry, and it also checks that the value does not overflow. 273 checks that the value does not overflow. 279 TLS accesses. It also checks that the value does not overflow. 290 checks that the value does not overflow. [all …]
|
/dflybsd-src/lib/libc/gmon/ |
H A D | mcount.c | 87 goto overflow; in _MCOUNT_DECL() 120 goto overflow; in _MCOUNT_DECL() 152 overflow: in _MCOUNT_DECL()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 399 enum overflow_type overflow = OT_NONE; in c_lex_with_flags() local 433 *value = interpret_integer (tok, flags, &overflow); in c_lex_with_flags() 437 *value = interpret_float (tok, flags, suffix, &overflow); in c_lex_with_flags() 458 literal = build_userdef_literal (suffix_id, *value, overflow, in c_lex_with_flags() 702 enum overflow_type *overflow) in interpret_integer() argument 709 *overflow = OT_NONE; in interpret_integer() 712 if (integer.overflow) in interpret_integer() 713 *overflow = OT_OVERFLOW; in interpret_integer() 796 const char *suffix, enum overflow_type *overflow) in interpret_float() argument 806 *overflow = OT_NONE; in interpret_float() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | double-int.c | 345 int overflow = 0; in div_and_round_double() local 348 overflow = 1, lden = 1; in div_and_round_double() 359 overflow = 1; in div_and_round_double() 520 return overflow; in div_and_round_double() 531 return overflow; in div_and_round_double() 542 return overflow; in div_and_round_double() 579 return overflow; in div_and_round_double() 591 return overflow; in div_and_round_double() 719 bool unsigned_p, int *overflow) in double_int_mul_with_sign() argument 722 *overflow = mul_double_with_sign (a.low, a.high, b.low, b.high, in double_int_mul_with_sign()
|
/dflybsd-src/contrib/mpc/src/ |
H A D | sqr.c | 93 int overflow; in mpfr_fsss() local 117 overflow = mpfr_mul_2ui (z, z, mpz_get_ui (eu), rnd); in mpfr_fsss() 118 if (overflow) in mpfr_fsss() 119 inex = overflow; in mpfr_fsss()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | fstream.tcc | 214 if (overflow() == traits_type::eof()) in underflow() 373 if (overflow() == traits_type::eof()) in pbackfail() 424 overflow(int_type __c) in overflow() function in std::basic_filebuf 568 if (overflow() == traits_type::eof()) in xsgetn() 840 const int_type __tmp = this->overflow(); in _M_terminate_output() 884 const int_type __tmp = this->overflow(); in _M_terminate_output() 902 const int_type __tmp = this->overflow(); in sync()
|
/dflybsd-src/share/mk/ |
H A D | bsd.sys.mk | 76 _cnowarnflags += -Wno-format-overflow -Wno-format-truncation 80 _cnowarnflags += -Wno-stringop-overflow 144 CFLAGS += -fno-strict-overflow
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | powerpc.cc | 1555 overflowed(Address value, Overflow_check overflow) in overflowed() argument 1557 if (overflow == CHECK_SIGNED) in overflowed() 1562 else if (overflow == CHECK_UNSIGNED) in overflowed() 1567 else if (overflow == CHECK_BITFIELD) in overflowed() 1578 rela(unsigned char* view, Address value, Overflow_check overflow) in rela() argument 1583 return overflowed<valsize>(value, overflow); in rela() 1592 Overflow_check overflow) in rela() argument 1601 return overflowed<valsize>(value >> right_shift, overflow); in rela() 1607 rela_ua(unsigned char* view, Address value, Overflow_check overflow) in rela_ua() argument 1610 return overflowed<valsize>(value, overflow); in rela_ua() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libgcc/config/ |
H A D | gmon-sol2.c | 364 goto overflow; in internal_mcount() 389 goto overflow; in internal_mcount() 420 overflow: in internal_mcount()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | ratio | 101 "overflow in multiplication"); 103 "overflow in multiplication"); 105 "overflow in multiplication"); 108 "overflow in multiplication"); 242 // No overflow. 433 __n_final::__quot_lo <= __INTMAX_MAX__, "overflow in addition"); 436 __d_final::__lo <= __INTMAX_MAX__, "overflow in addition"); 462 __n_final::__quot_lo <= __INTMAX_MAX__, "overflow in addition"); 465 __d_final::__lo <= __INTMAX_MAX__, "overflow in addition");
|
/dflybsd-src/lib/libc/db/ |
H A D | changelog | 68 hash: Fixed big key overflow bugs. 71 Stop copying non-overflow key/data pairs. 78 The overflow page number was wrong when bumping splitpoint.
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | ratio | 98 "overflow in multiplication"); 100 "overflow in multiplication"); 102 "overflow in multiplication"); 105 "overflow in multiplication"); 239 // No overflow. 453 __n_final::__quot_lo <= __INTMAX_MAX__, "overflow in addition"); 456 __d_final::__lo <= __INTMAX_MAX__, "overflow in addition"); 482 __n_final::__quot_lo <= __INTMAX_MAX__, "overflow in addition"); 485 __d_final::__lo <= __INTMAX_MAX__, "overflow in addition");
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | fstream.tcc | 297 if (overflow() == traits_type::eof()) in underflow() 456 if (overflow() == traits_type::eof()) in pbackfail() 507 overflow(int_type __c) in overflow() function in std::basic_filebuf 652 if (overflow() == traits_type::eof()) in xsgetn() 923 const int_type __tmp = this->overflow(); in _M_terminate_output() 967 const int_type __tmp = this->overflow(); in _M_terminate_output() 985 const int_type __tmp = this->overflow(); in sync()
|