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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
rounding.decTest 32 -- Underflow Subnormal and overflow behaviours are tested under the
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
rounding.decTest 32 -- Underflow Subnormal and overflow behaviours are tested under the
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 194 /* over/underflow if x is not close to one */
271 return s*tiny*tiny; /* underflow */
273 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */
s_fma.c 132 * that both a and b are normalized, so no underflow or overflow will occur.
163 * We use scaling to avoid overflow/underflow, along with the
s_fmal.c 124 * that both a and b are normalized, so no underflow or overflow will occur.
159 * We use scaling to avoid overflow/underflow, along with the
e_sqrtl.c 52 /* Return (x - ulp) for normal positive x. Assumes no underflow. */
s_exp2f.c 115 return (twom100 * twom100); /* underflow */
  /external/fdlibm/
e_pow.c 196 /* over/underflow if x is not close to one */
274 return s*tiny*tiny; /* underflow */
276 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */
  /external/grub/netboot/
ni5010.c 83 #define XS_UFLW 0x08 /* underflow. iff failed board */
88 #define XS_CLR_UFLW 0x08 /* clear underflow */
96 #define XM_UFLW 0x08 /* =1 to enable Xmt Underflow ints */
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h 186 /* over/underflow if x is not close to one */
267 return s*tiny*tiny; /* underflow */
269 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 60 // buffer, so setting too low of a latency is a buffer underflow risk. We will
61 // automatically increase the latency if a buffer underflow does occur, but we
63 // virtually guaranteed to underflow at least once, so there's no point in
72 // would be a buffer underflow risk. We set it to half of the buffer size.
885 LOG(LS_WARNING) << "Buffer underflow on playback stream "
925 // Save the new latency in case we underflow again.
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 206 return throwSimException("underflow");
226 throw new SimException("stack: underflow");
  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 52 // The subtraction (0 - operand) produces an unsigned underflow for any
53 // operand except 0. The underflow results in a (very large) unsigned
  /external/chromium_org/media/filters/
audio_renderer_impl.h 81 // Disables underflow support. When used, |state_| will never transition to
82 // kUnderflow resulting in Render calls that underflow returning 0 frames
pipeline_integration_test_base.h 63 // playback (audio only). Frame dropping and audio underflow will be disabled
  /external/chromium_org/sdch/open-vcdiff/src/
rolling_hash.h 53 // The subtraction (0 - operand) produces an unsigned underflow for any
54 // operand except 0. The underflow results in a (very large) unsigned
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 141 * of large enough dimension, there is a risk of overflow/underflow.
155 * \note This method is useful to work around the risk of overflow/underflow that's inherent
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 144 // if the result is not an underflow its an error
146 // if the error is an underflow and its the end of input
  /external/open-vcdiff/src/
rolling_hash.h 53 // The subtraction (0 - operand) produces an unsigned underflow for any
54 // operand except 0. The underflow results in a (very large) unsigned
  /libcore/luni/src/main/java/java/io/
InputStreamReader.java 213 CoderResult result = CoderResult.UNDERFLOW;
261 if (result == CoderResult.UNDERFLOW && endOfInput) {
  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 350 if (CoderResult.UNDERFLOW == r) {
355 if (CoderResult.UNDERFLOW == r) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 45 virtual int_type underflow();
172 virtual int_type underflow();
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 248 * If no response text is available, we assert (failing our test) as an underflow.
268 LogUtils.w(LOG_TAG, "Underflow reading from MockTransport");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 163 throw new IllegalArgumentException("stack underflow");
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle.cc 99 // bucket will underflow.

Completed in 621 milliseconds

<<11121314151617181920>>