Searched defs:overflow (Results 1 - 25 of 214) sorted by relevance

123456789

/netbsd-current/lib/libm/arch/vax/
H A Dn_scalbn.S78 overflow: label
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dmulodi4.c22 __mulodi4(di_int a, di_int b, int* overflow) argument
H A Dmulosi4.c22 __mulosi4(si_int a, si_int b, int* overflow) argument
H A Dmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) argument
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_ldexp_ieee754.c56 overflow(double val) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dcheckedint.c47 int adds(int x, int y, bool& overflow) argument
56 int64_t adds(int64_t x, int64_t y, bool& overflow) argument
78 addu(unsigned x, unsigned y, bool& overflow) argument
87 addu(uint64_t x, uint64_t y, bool& overflow) argument
108 subs(int x, int y, bool& overflow) argument
117 subs(int64_t x, int64_t y, bool& overflow) argument
139 subu(unsigned x, unsigned y, bool& overflow) argument
147 subu(uint64_t x, uint64_t y, bool& overflow) argument
164 negs(int x, bool& overflow) argument
172 negs(int64_t x, bool& overflow) argument
192 muls(int x, int y, bool& overflow) argument
201 muls(int64_t x, int64_t y, bool& overflow) argument
223 mulu(unsigned x, unsigned y, bool& overflow) argument
232 mulu(uint64_t x, uint64_t y, bool& overflow) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dint128_builtins.cpp22 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { argument
/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
H A Dsystembuf.cpp124 systembuf::overflow(int c) function in class:systembuf
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_a.h10 bool overflow; local
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprof_inlines_a.h10 bool overflow; local
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-ctfloat.cc88 CTFloat::parse (const char *buffer, bool *overflow) argument
H A Dd-longdouble.cc69 bool overflow; local
92 bool overflow; local
/netbsd-current/lib/libm/src/
H A Ds_exp2f.c63 static volatile double overflow = 0x1p+1000; variable
68 #define overflow (huge * huge) macro
/netbsd-current/sys/arch/hppa/spmath/
H A Dmd.h58 #define overflow result->ovflow macro
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_debugfs_crc.h62 bool opened, overflow; member in struct:drm_crtc_crc
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dauth_mgr.h37 COND_VAR **overflow; /* queue of TCS contexts waiting for an auth session to become member in struct:_auth_mgr
/netbsd-current/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_strtoint.c55 int overflow = 0; local
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dalu-tst.c35 int overflow; member in struct:__anon8274
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dsqr.c93 int overflow; local
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_log.h61 u32 overflow; member in struct:intel_guc_log::__anon757
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-longdouble.cc75 bool overflow; local
98 bool overflow; local
/netbsd-current/usr.bin/sort/
H A Dfiles.c148 static int overflow = 0; local
/netbsd-current/common/dist/zlib/contrib/iostream/
H A Dzfstream.cpp173 int gzfilebuf::overflow( int c ) { function in class:gzfilebuf
/netbsd-current/common/dist/zlib/contrib/iostream3/
H A Dzfstream.cc214 gzfilebuf::overflow(int_type c) function in class:gzfilebuf
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dxstrtol.c170 int overflow; local
[all...]

Completed in 251 milliseconds

123456789