Home
last modified time | relevance | path

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

12345678910>>...14

/trueos/gnu/usr.bin/grep/
HDxstrtol.c156 int overflow; in __xstrtol() local
186 overflow = bkm_scale (&tmp, 512); in __xstrtol()
190 overflow = bkm_scale (&tmp, 1024); in __xstrtol()
194 overflow = 0; in __xstrtol()
198 overflow = bkm_scale_by_power (&tmp, base, 6); in __xstrtol()
202 overflow = bkm_scale_by_power (&tmp, base, 3); in __xstrtol()
206 overflow = bkm_scale_by_power (&tmp, base, 1); in __xstrtol()
211 overflow = bkm_scale_by_power (&tmp, base, 2); in __xstrtol()
215 overflow = bkm_scale_by_power (&tmp, base, 5); in __xstrtol()
219 overflow = bkm_scale_by_power (&tmp, base, 4); in __xstrtol()
[all …]
/trueos/contrib/compiler-rt/lib/
HDmulodi4.c22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4() argument
27 *overflow = 0; in __mulodi4()
32 *overflow = 1; in __mulodi4()
38 *overflow = 1; in __mulodi4()
50 *overflow = 1; in __mulodi4()
55 *overflow = 1; in __mulodi4()
HDmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4() argument
29 *overflow = 0; in __muloti4()
34 *overflow = 1; in __muloti4()
40 *overflow = 1; in __muloti4()
52 *overflow = 1; in __muloti4()
57 *overflow = 1; in __muloti4()
HDmulosi4.c22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4() argument
27 *overflow = 0; in __mulosi4()
32 *overflow = 1; in __mulosi4()
38 *overflow = 1; in __mulosi4()
50 *overflow = 1; in __mulosi4()
55 *overflow = 1; in __mulosi4()
HDtruncdfsf2.c95 const src_rep_t overflow = (src_rep_t)overflowExponent << srcSigBits; in ARM_EABI_FNALIAS() local
106 if (aAbs - underflow < aAbs - overflow) { in ARM_EABI_FNALIAS()
133 else if (aAbs > overflow) { in ARM_EABI_FNALIAS()
/trueos/contrib/gcclibs/libcpp/
HDexpr.c379 result.overflow = false; in cpp_interpret_integer()
392 bool overflow = false; in cpp_interpret_integer() local
432 overflow |= result.overflow; in cpp_interpret_integer()
437 if (overflow) in cpp_interpret_integer()
465 bool overflow; in append_digit() local
483 overflow = !!(num.high >> (PART_PRECISION - shift)); in append_digit()
504 overflow = true; in append_digit()
508 result.overflow = overflow; in append_digit()
516 result.overflow = true; in append_digit()
584 result.overflow = false; in parse_defined()
[all …]
/trueos/cddl/contrib/opensolaris/lib/libuutil/common/
HDuu_strtoint.c55 int overflow = 0; in strtoint() local
68 overflow = 1; /* becomes underflow below */ in strtoint()
117 overflow = 1; in strtoint()
121 overflow = 1; in strtoint()
135 overflow = 1; in strtoint()
138 overflow = 1; in strtoint()
145 if (bad_char | bad_digit | overflow) { in strtoint()
150 else if (overflow) { in strtoint()
/trueos/contrib/groff/src/roff/troff/
HDnumber.cpp295 int overflow = 0; in parse_expr() local
329 overflow = 1; in parse_expr()
333 overflow = 1; in parse_expr()
335 if (overflow) { in parse_expr()
344 overflow = 1; in parse_expr()
348 overflow = 1; in parse_expr()
350 if (overflow) { in parse_expr()
360 overflow = 1; in parse_expr()
363 overflow = 1; in parse_expr()
368 overflow = 1; in parse_expr()
[all …]
/trueos/contrib/netbsd-tests/games/
HDt_factor.sh33 atf_test_case overflow
56 atf_add_test_case overflow
/trueos/contrib/gcc/config/s390/
HDs390-modes.def55 Condition codes resulting from add with overflow
94 because its coupling with overflow flag. In case of an overflow the
98 the sign of the result even in case of an overflow.
132 These modes represent the result of overflow checks.
138 another or whenever manual overflow checks like the examples above are
144 A logical subtract instruction sets the borrow bit in case of an overflow.
/trueos/sys/libkern/
HDmcount.c163 goto overflow;
196 goto overflow;
232 overflow:
/trueos/contrib/binutils/bfd/
HDmep-relocs.pl137 $overflow = $sign[$i];
138 $overflow = 'N' if $attrs[$i] =~ /no-overflow/;
142 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
/trueos/lib/libc/gmon/
HDmcount.c195 goto overflow; in _MCOUNT_DECL()
228 goto overflow; in _MCOUNT_DECL()
264 overflow: in _MCOUNT_DECL()
/trueos/contrib/tcsh/nls/C/
HDset148 45 Line overflow
89 86 Expansion buffer overflow
98 95 Substitution buffer overflow
128 125 Selector overflow
/trueos/contrib/gcc/config/i386/
HDgmon-sol2.c304 goto overflow; in internal_mcount()
337 goto overflow; in internal_mcount()
372 overflow: in internal_mcount()
/trueos/contrib/gcc/config/sparc/
HDgmon-sol2.c329 goto overflow; in internal_mcount()
362 goto overflow; in internal_mcount()
397 overflow: in internal_mcount()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDSanitizers.def65 SANITIZER("float-cast-overflow", FloatCastOverflow)
73 SANITIZER("signed-integer-overflow", SignedIntegerOverflow)
79 SANITIZER("unsigned-integer-overflow", UnsignedIntegerOverflow)
/trueos/contrib/netbsd-tests/bin/expr/
HDt_expr.sh52 atf_test_case overflow
218 atf_add_test_case overflow
/trueos/contrib/jansson/doc/
HDconformance.rst70 a C ``double`` will result in an overflow error (a JSON decoding
76 overflow error (a JSON decoding error). Thus, depending on platform,
80 as overflow does not occur (i.e. a total loss of precision), the
109 to overflow semantics). Also, no support or hooks are provided for any
/trueos/contrib/netbsd-tests/fs/tmpfs/
HDt_sizes.sh78 atf_test_case overflow
129 atf_add_test_case overflow
/trueos/lib/libc/db/
HDchangelog68 hash: Fixed big key overflow bugs.
71 Stop copying non-overflow key/data pairs.
78 The overflow page number was wrong when bumping splitpoint.
/trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp626 (result, carry, overflow) = AddWithCarry(SP, imm32, '0'); in EmulateADDRdSPImm()
635 APSR.V = overflow; in EmulateADDRdSPImm()
1313 (result, carry, overflow) = AddWithCarry(SP, imm32, '0'); in EmulateADDSPImm()
1322 APSR.V = overflow; in EmulateADDSPImm()
1398 (result, carry, overflow) = AddWithCarry(SP, shifted, '0'); in EmulateADDSPRm()
1407 APSR.V = overflow; in EmulateADDSPRm()
1723 (result, carry, overflow) = AddWithCarry(SP, NOT(imm32), '1'); in EmulateSUBR7IPImm()
1732 APSR.V = overflow; in EmulateSUBR7IPImm()
1775 (result, carry, overflow) = AddWithCarry(SP, NOT(imm32), '1'); in EmulateSUBIPSPImm()
1784 APSR.V = overflow; in EmulateSUBIPSPImm()
[all …]
/trueos/contrib/compiler-rt/
HDREADME.txt87 // Integral arithmetic with trapping overflow
110 // Integral arithmetic which returns if overflow
112 si_int __mulosi4(si_int a, si_int b, int* overflow); // a * b, overflow set to one if result not i…
113 di_int __mulodi4(di_int a, di_int b, int* overflow); // a * b, overflow set to one if result not i…
114 ti_int __muloti4(ti_int a, ti_int b, int* overflow); // a * b, overflow set to
/trueos/contrib/jansson/test/suites/invalid/real-negative-overflow/
HDerror2 real number overflow near '-123123e100000'
/trueos/contrib/jansson/test/suites/invalid/real-positive-overflow/
HDerror2 real number overflow near '123123e100000'

12345678910>>...14