Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dcheckedint.c47 int adds(int x, int y, bool& overflow) in adds()
56 int64_t adds(int64_t x, int64_t y, bool& overflow) in adds()
78 unsigned addu(unsigned x, unsigned y, bool& overflow) in addu()
87 uint64_t addu(uint64_t x, uint64_t y, bool& overflow) in addu()
108 int subs(int x, int y, bool& overflow) in subs()
117 int64_t subs(int64_t x, int64_t y, bool& overflow) in subs()
139 unsigned subu(unsigned x, unsigned y, bool& overflow) in subu()
164 int negs(int x, bool& overflow) in negs()
172 int64_t negs(int64_t x, bool& overflow) in negs()
192 int muls(int x, int y, bool& overflow) in muls()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dcheckedint.c47 int adds(int x, int y, bool& overflow) in adds()
56 int64_t adds(int64_t x, int64_t y, bool& overflow) in adds()
78 unsigned addu(unsigned x, unsigned y, bool& overflow) in addu()
87 uint64_t addu(uint64_t x, uint64_t y, bool& overflow) in addu()
108 int subs(int x, int y, bool& overflow) in subs()
117 int64_t subs(int64_t x, int64_t y, bool& overflow) in subs()
139 unsigned subu(unsigned x, unsigned y, bool& overflow) in subu()
164 int negs(int x, bool& overflow) in negs()
172 int64_t negs(int64_t x, bool& overflow) in negs()
192 int muls(int x, int y, bool& overflow) in muls()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/container/
H A Darray.d38 bool overflow = false; in Array() local
98 bool overflow = false; in Array() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Darray.d38 bool overflow = false; in Array() local
98 bool overflow = false; in Array() local
/netbsd/lib/libm/src/
H A Ds_exp2f.c63 static volatile double overflow = 0x1p+1000; variable
68 #define overflow (huge * huge) macro
/netbsd/lib/libm/arch/vax/
H A Dn_scalbn.S77 overflow: label
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-longdouble.cc69 bool overflow; in to_int() local
92 bool overflow; in to_uint() local
H A Dd-ctfloat.cc88 CTFloat::parse (const char *buffer, bool *overflow) in parse()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h408 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument
448 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument
453 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument
463 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument
480 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument
493 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument
506 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dintprops.h408 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument
448 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument
453 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument
463 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument
480 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument
493 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument
506 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-longdouble.cc75 bool overflow; in to_int() local
98 bool overflow; in to_uint() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dmulodi4.c22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4()
H A Dmulosi4.c22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4()
H A Dmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4()
/netbsd/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dint128_builtins.cpp22 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4()
/netbsd/lib/libc/compat/gen/
H A Dcompat_ldexp_ieee754.c56 overflow(double val) in overflow() function
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_a.h10 bool overflow; in prof_accum_add() local
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprof_inlines_a.h10 bool overflow; in prof_accum_add() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintnoasm.d285 uint multibyteDivAssign(uint [] dest, uint divisor, uint overflow) in multibyteDivAssign()
304 uint overflow = multibyteMul(aa, aa, 0x8EFD_FCFB, 0x33FF_7461); variable
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintnoasm.d285 uint multibyteDivAssign(uint [] dest, uint divisor, uint overflow) in multibyteDivAssign()
304 uint overflow = multibyteMul(aa, aa, 0x8EFD_FCFB, 0x33FF_7461); variable
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.c367 int overflow = 0; in div_and_round_double() local
819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign()
831 double_int *higher, bool *overflow) const in wide_mul_with_sign()
867 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const in add_with_sign()
903 double_int::sub_with_overflow (double_int b, bool *overflow) const in sub_with_overflow()
924 double_int::neg_with_overflow (bool *overflow) const in neg_with_overflow()
938 double_int *mod, bool *overflow) const in divmod_with_overflow()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c367 int overflow = 0; in div_and_round_double() local
819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign()
831 double_int *higher, bool *overflow) const in wide_mul_with_sign()
867 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const in add_with_sign()
903 double_int::sub_with_overflow (double_int b, bool *overflow) const in sub_with_overflow()
924 double_int::neg_with_overflow (bool *overflow) const in neg_with_overflow()
938 double_int *mod, bool *overflow) const in divmod_with_overflow()
/netbsd/sys/arch/hppa/spmath/
H A Dmd.h58 #define overflow result->ovflow macro
/netbsd/external/bsd/kyua-cli/dist/utils/process/
H A Dsystembuf.cpp124 systembuf::overflow(int c) in overflow() function in systembuf
/netbsd/external/lgpl3/mpc/dist/src/
H A Dsqr.c93 int overflow; in mpfr_fsss() local

12345678910>>...12