HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 251 - 275 of 1058) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpint.go 83 yyerror("constant addition overflow")
99 yyerror("constant subtraction overflow")
115 yyerror("constant multiplication overflow")
132 yyerror("constant division overflow")
149 yyerror("constant modulo overflow")
222 yyerror("constant shift overflow")
269 yyerror("constant overflow")
mpfloat.go 17 // overflow and also mantissa precision for Mpflts.
129 // check for overflow
141 // check for overflow
234 // proceed if f doesn't underflow to 0 or overflow to inf.
  /prebuilts/go/darwin-x86/src/compress/lzw/
writer.go 61 // overflow is the code at which hi overflows the code width.
62 hi, overflow uint32
108 // incHi increments e.hi and checks for both overflow and running out of
113 if e.hi == e.overflow {
115 e.overflow <<= 1
124 e.overflow = clear << 1
266 overflow: 1 << (lw + 1),
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpint.go 83 yyerror("constant addition overflow")
99 yyerror("constant subtraction overflow")
115 yyerror("constant multiplication overflow")
132 yyerror("constant division overflow")
149 yyerror("constant modulo overflow")
222 yyerror("constant shift overflow")
269 yyerror("constant overflow")
mpfloat.go 17 // overflow and also mantissa precision for Mpflts.
129 // check for overflow
141 // check for overflow
234 // proceed if f doesn't underflow to 0 or overflow to inf.
  /prebuilts/go/linux-x86/src/compress/lzw/
writer.go 61 // overflow is the code at which hi overflows the code width.
62 hi, overflow uint32
108 // incHi increments e.hi and checks for both overflow and running out of
113 if e.hi == e.overflow {
115 e.overflow <<= 1
124 e.overflow = clear << 1
266 overflow: 1 << (lw + 1),
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 188 boolean underflow, overflow; local
200 overflow = !check_random_pattern(map + buf->underflow_size + buf->base.size,
203 if(overflow) {
204 debug_printf("buffer overflow (size %"PRIu64" plus offset %"PRIu64" to %"PRIu64"%s bytes) detected\n",
211 if(underflow || overflow)
215 debug_assert(!overflow);
220 if(overflow)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
MultU64x32.asm 37 imul ecx, [esp + 8] ; overflow not detectable
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
MultU64x32.asm 37 imul ecx, [esp + 8] ; overflow not detectable
  /external/eigen/lapack/
dlamch.f 40 *> sfmin = safe minimum, such that 1/sfmin does not overflow
47 *> emax = largest exponent before overflow
48 *> rmax = overflow threshold - (base**emax)*(1-eps)
113 * causing overflow when computing 1/sfmin.
slamch.f 44 *> sfmin = safe minimum, such that 1/sfmin does not overflow
51 *> emax = largest exponent before overflow
52 *> rmax = overflow threshold - (base**emax)*(1-eps)
117 * causing overflow when computing 1/sfmin.
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
BooleanArrayList.java 213 int overflow = Integer.MAX_VALUE - size; local
214 if (overflow < list.size) {
DoubleArrayList.java 214 int overflow = Integer.MAX_VALUE - size; local
215 if (overflow < list.size) {
FloatArrayList.java 212 int overflow = Integer.MAX_VALUE - size; local
213 if (overflow < list.size) {
IntArrayList.java 212 int overflow = Integer.MAX_VALUE - size; local
213 if (overflow < list.size) {
LongArrayList.java 212 int overflow = Integer.MAX_VALUE - size; local
213 if (overflow < list.size) {
  /external/valgrind/memcheck/tests/
badjump.stderr.exp 13 overflow in your program's main thread (unlikely but
  /external/valgrind/memcheck/tests/solaris/
brk.stderr.exp 12 brk segment overflow in thread #1: can not grow to 0x........
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 98 uint32_t overflow; local
116 overflow =
118 if (overflow)
120 f[index++] = overflow;
121 /* There is an overflow, but there is no more room
123 * bits anyway, so we must back out of the overflow,
490 uint32_t overflow; local
508 overflow =
510 if (overflow)
513 f[index++] = overflow;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
ip.h 36 unsigned int overflow:4; member in struct:timestamp
38 unsigned int overflow:4; member in struct:timestamp
143 unsigned int ipt_oflw:4; /* overflow counter */
146 unsigned int ipt_oflw:4; /* overflow counter */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip.h 35 unsigned int overflow:4; member in struct:timestamp
37 unsigned int overflow:4; member in struct:timestamp
142 unsigned int ipt_oflw:4; /* overflow counter */
145 unsigned int ipt_oflw:4; /* overflow counter */
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue9400_linux.go 6 // overflow if it runs on the Go stack.
  /prebuilts/go/darwin-x86/src/math/
ldexp.go 31 if exp > 1023 { // overflow
  /prebuilts/go/linux-x86/misc/cgo/test/
issue9400_linux.go 6 // overflow if it runs on the Go stack.
  /prebuilts/go/linux-x86/src/math/
ldexp.go 31 if exp > 1023 { // overflow

Completed in 677 milliseconds

<<11121314151617181920>>