HomeSort by relevance Sort by last modified time
    Searched full:underflow (Results 626 - 650 of 1078) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 53 * to underflow if the application is doing heavy processing and cannot
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 53 * to underflow if the application is doing heavy processing and cannot
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 338 * exponent overflow or underflow must not occur. This uses a Theorem of
453 * underflow, sign and efficiency bugs by rewriting I*y as
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 99 1, // Minimum. The 0 bin for underflow is automatically added.
101 bucket_count + 2, // Account for the underflow and overflow bins.
  /external/chromium_org/v8/src/
heap-inl.h 569 // Avoid underflow.
573 // Give up and reset the counters in case of an underflow.
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 308 * underflow and overflow.
317 * underflow and overflow using a concatenation of hypot() calls.
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 155 * of large enough dimension, there is a risk of overflow/underflow.
169 * \note This method is useful to work around the risk of overflow/underflow that's inherent
FullPivHouseholderQR.h 175 * of large enough dimension, there is a risk of overflow/underflow.
189 * \note This method is useful to work around the risk of overflow/underflow that's inherent
  /external/libppp/src/
deflate.c 272 /* underflow */
398 /* underflow */
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_sqrt.h 119 if (n< -50000) return tiny*x; /*underflow*/
129 else return tiny*SDL_NAME(copysign)(tiny,x); /*underflow*/
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 135 wpa_printf(MSG_DEBUG, "P2P: Device Info underflow");
307 wpa_printf(MSG_DEBUG, "P2P: Attribute underflow "
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 927 wpa_printf(MSG_DEBUG, "TLSv1: Alert underflow");
943 wpa_printf(MSG_DEBUG, "TLSv1: HelloRequest underflow");
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 173 if (next > current) // underflow
174 throw new Error("Permit count underflow");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddDivideInt.decTest 241 -- overflow and underflow tests [from divide]
251 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
dqDivideInt.decTest 242 -- overflow and underflow tests [from divide]
252 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
minmag.decTest 232 -- overflow and underflow tests .. subnormal results [inputs] now allowed
359 -- subnormals and underflow
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
math_testcases.txt 87 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold
149 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddDivideInt.decTest 241 -- overflow and underflow tests [from divide]
251 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
dqDivideInt.decTest 242 -- overflow and underflow tests [from divide]
252 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
minmag.decTest 232 -- overflow and underflow tests .. subnormal results [inputs] now allowed
359 -- subnormals and underflow
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
math_testcases.txt 87 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold
149 -- Issue 8986: inputs x with exp(-x*x) near the underflow threshold
  /external/chromium/base/metrics/
histogram.h 18 // Note that the underflow bucket [0,1) and the overflow bucket [64,infinity)
375 // default underflow bucket.
589 default underflow bucket. */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 394 /* Check buffer underflow */
437 /* Remaining stuff about frame dropping and underflow check in update RC */
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
fstream 46 virtual int_type underflow();
215 virtual int_type underflow();
575 basic_filebuf<_CharT, _Traits>::underflow()
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 490 /* checked by this routine, so the correct error (Underflow or */
    [all...]

Completed in 1004 milliseconds

<<21222324252627282930>>