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

<<11121314

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_strstream.h 76 virtual int_type underflow();
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /external/stlport/stlport/stl/
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
_sstream.h 79 virtual int_type underflow();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
_sstream.h 79 virtual int_type underflow();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.c 248 /* Add exponents, checking for overflow/underflow. */
257 /* Underflow; return zero. */
430 /* Set zero flag so output functions don't see 0 value as underflow. */
464 /* Until we hit 1.0 or finish exponent or underflow */
483 /* Round the result. (Don't round underflow or overflow). Also don't
549 * Returns 0 on success, 1 if overflow, -1 if underflow.
560 unsigned int overflow = 0, underflow = 0; local
592 underflow = 1;
594 /* underflow and overflow both set!? */
595 if (underflow && overflow
    [all...]
  /external/eigen/lapack/
dlamch.f 45 *> emin = minimum exponent before (gradual) underflow
46 *> rmin = underflow threshold - base**(emin-1)
slamch.f 49 *> emin = minimum exponent before (gradual) underflow
50 *> rmin = underflow threshold - base**(emin-1)
  /external/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/zlib/src/contrib/iostream3/
zfstream.h 113 underflow();
143 * This calls underflow(EOF) to do the job.
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 117 // bucket AND the underflow bucket.
  /external/qemu/qobject/
json-parser.c 650 * However, in some cases these values will overflow/underflow a
  /external/zlib/src/contrib/iostream/
zfstream.cpp 135 int gzfilebuf::underflow() { function in class:gzfilebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
stdio_sync_filebuf.h 102 underflow() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 101 underflow() function in class:stdio_sync_filebuf

Completed in 1754 milliseconds

<<11121314