HomeSort by relevance Sort by last modified time
    Searched defs:overflow (Results 151 - 175 of 287) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/cctest/
test-macro-assembler-x64.cc 778 CHECK(x != 0); // Can't overflow by adding a Smi.
898 // No-overflow tests.
993 CHECK(x != -1); // Can't overflow by subtracting a Smi.
1236 bool overflow = (x == Smi::kMinValue && y < 0); \/\/ Safe approx. used. local
1238 bool overflow = (x == Smi::kMinValue && y == -1); local
    [all...]
  /libcore/luni/src/main/native/
cbigint.cpp 538 uint64_t overflow; local
547 overflow = simpleAppendDecimalDigitHighPrecision(result, length, 0);
548 if (overflow)
549 result[length++] = overflow;
563 overflow = simpleMultiplyHighPrecision64 (result, length, TEN_E19);
564 if (overflow)
565 result[length++] = overflow;
570 overflow = simpleMultiplyHighPrecision (result, length, TEN_E9);
571 if (overflow)
572 result[length++] = overflow;
    [all...]
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,
489 uint32_t overflow; local
507 overflow =
509 if (overflow)
512 f[index++] = overflow;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go 113 func overflow(name string) error { func
150 // Does not check for overflow.
176 // Does not check for overflow.
204 ovfl error // error message for overflow/underflow (for arrays, of the elements)
612 // Take care with overflow in this calculation.
807 ovfl := overflow(name)
818 ovfl := overflow(name)
836 ovfl := overflow(name)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go 113 func overflow(name string) error { func
150 // Does not check for overflow.
176 // Does not check for overflow.
204 ovfl error // error message for overflow/underflow (for arrays, of the elements)
612 // Take care with overflow in this calculation.
807 ovfl := overflow(name)
818 ovfl := overflow(name)
836 ovfl := overflow(name)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd.c 1285 int overflow; local
    [all...]
aout-tic30.c 401 bfd_boolean overflow; local
426 overflow = FALSE;
473 overflow = TRUE;
481 overflow = TRUE;
491 overflow = TRUE;
520 return overflow ? bfd_reloc_overflow : bfd_reloc_ok;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFraction.java 30 * Representation of a rational number without any overflow. This class is
271 long overflow = Integer.MAX_VALUE; local
274 if (a0 > overflow) {
302 if ((p2 > overflow) || (q2 > overflow)) {
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 198 int overflow (int ch = -1);
229 int DebugOutStreambuf::overflow (int ch) function in class:tcu::DebugOutStreambuf
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdf.h 225 bdf_glyphlist_t overflow; /* Storage used for glyph insertion. */ member in struct:bdf_font_t_
  /external/opencv3/3rdparty/zlib/
trees.c 503 int overflow = 0; /* number of elements with bit length too large */ local
508 * overflow in the case of the bit length tree).
515 if (bits > max_length) bits = max_length, overflow++;
528 if (overflow == 0) return;
530 Trace((stderr,"\nbit length overflow\n"));
538 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
540 /* The brother of the overflow item also moves one step up,
543 overflow -= 2;
544 } while (overflow > 0);
    [all...]
  /external/pdfium/third_party/zlib_v128/
trees.c 503 int overflow = 0; /* number of elements with bit length too large */ local
508 * overflow in the case of the bit length tree).
515 if (bits > max_length) bits = max_length, overflow++;
528 if (overflow == 0) return;
530 Trace((stderr,"\nbit length overflow\n"));
538 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
540 /* The brother of the overflow item also moves one step up,
543 overflow -= 2;
544 } while (overflow > 0);
    [all...]
  /external/v8/src/mips/
assembler-mips.h 1061 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; } function in namespace:v8::internal
    [all...]
  /external/v8/src/mips64/
assembler-mips64.h 1117 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; } function in namespace:v8::internal
    [all...]
  /external/zlib/src/
trees.c 503 int overflow = 0; /* number of elements with bit length too large */ local
508 * overflow in the case of the bit length tree).
515 if (bits > max_length) bits = max_length, overflow++;
528 if (overflow == 0) return;
530 Trace((stderr,"\nbit length overflow\n"));
538 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
540 /* The brother of the overflow item also moves one step up,
543 overflow -= 2;
544 } while (overflow > 0);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 35 // Buffer Underflow/Prepare/StartServer/Overflow Marks
317 bool *prepared, bool *underflow, bool *overflow, bool *startServer) {
355 *overflow = (overflowCount == numTracks);
360 bool prepared, underflow, overflow, startServer; local
361 checkBuffering(&prepared, &underflow, &overflow, &startServer);
372 if (overflow && mHandler != NULL) {
  /device/generic/goldfish/gps/
gps_qemu.c 181 int overflow; member in struct:__anon2827
225 r->overflow = 0;
544 if (r->overflow) {
545 r->overflow = (c != '\n');
550 r->overflow = 1;
  /external/icu/icu4c/source/common/
ucnv.c 1120 char *overflow, *t; local
1566 UChar *overflow, *t; local
1885 UChar *overflow; local
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 45 fprintf(stderr, "overflow in: %s\n", msg);
123 /* Check for overflow in the buffer by setting a marker. */
133 fprintf(stderr, "%g[%d] -> '%s'[%lu] buffer overflow\n", test,
609 int overflow = 0; local
684 if (!ok) ++overflow;
687 ok = 0, ++overflow, fpround = fp/*misleading*/;
691 fp, ok ? "ok" : "overflow");
698 fprintf(stderr, "%d * %d / %d -> overflow (expected %lld)\n", a,
701 fprintf(stderr, "%d * %d / %d -> %d (expected overflow %lld)\n", a,
725 "errors)\n", tested, overflow, passed, error, error64)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 45 * check for integer overflow of the field width, precision, and return
474 int overflow = 0; local
538 overflow = 1;
571 overflow = 1;
719 precision, flags, &overflow);
720 if (overflow)
733 precision, flags, &overflow);
734 if (overflow)
753 precision, flags, &overflow);
754 if (overflow)
    [all...]
  /external/v8/src/runtime/
runtime-strings.cc 130 // In case of empty handle and no pending exception we have stack overflow.
640 bool overflow = false; local
662 overflow = true;
670 if (!overflow && separator_length > 0) {
678 overflow = true;
684 overflow = true;
687 if (overflow) {
    [all...]
  /external/valgrind/coregrind/
m_signals.c 2518 Bool overflow; local
    [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 */
  /system/core/liblog/tests/
liblog_test.cpp 807 A kind overflow of kindness: there are no faces\n\
1913 bool overflow = false; local
    [all...]

Completed in 3067 milliseconds

1 2 3 4 5 67 8 91011>>