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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
strstream 95 virtual int_type underflow();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
strstream 95 virtual int_type underflow();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
strstream 94 virtual int_type underflow();
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 105 * This implementation may set the underflow flag if |X| is very small;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddAbs.decTest 76 -- subnormals and underflow
dqAbs.decTest 76 -- subnormals and underflow
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 105 * This implementation may set the underflow flag if |X| is very small;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddAbs.decTest 76 -- subnormals and underflow
dqAbs.decTest 76 -- subnormals and underflow
  /system/core/debuggerd/arm/
machine.c 53 /* catch underflow */
  /external/chromium_org/base/metrics/
histogram.h 40 // Note that the underflow bucket [0,1) and the overflow bucket [64,infinity)
205 // enumerated histograms should never have underflow.
383 // buckets > 2 [minimum buckets needed: underflow, overflow and the range]
457 // |ranges| should contain the underflow and overflow buckets. See top
548 default underflow bucket. */
histogram_unittest.cc 255 // Verify they landed in the underflow, and overflow buckets.
279 // Verify they landed in the underflow, and overflow buckets.
  /external/libvpx/libwebm/
mkvparser.cpp 49 if (status < 0) //error or underflow
52 if (status > 0) //interpreted as "underflow"
895 if (result > 0) //underflow (weird)
924 if (result > 0) //underflow (weird)
1112 if (id < 0) //error (or underflow)
1222 if (status < 0) //error, or underflow
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 101 * erfc(x) = tiny*tiny (raise underflow) if x > 0
204 return 0.125*(8.0*x+efx8*x); /*avoid underflow */
  /external/chromium/base/
string_number_conversions.cc 205 // causes an overflow/underflow
482 // - If errno is ERANGE, there was an overflow or underflow.
  /external/chromium_org/base/strings/
string_number_conversions.cc 210 // causes an overflow/underflow
469 // - If errno is ERANGE, there was an overflow or underflow.
  /external/chromium_org/media/filters/
audio_renderer_impl.cc 401 // Transition to kPlaying if we are currently handling an underflow since
558 // We use the following conditions to determine underflow:
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 381 // underflow this may deviate from the actual result. Maybe the effect should pin its
382 // result if the matrix could over/underflow for any component?
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 110 if (bits < 0) { // detect underflow
183 // test that we handle underflow correctly
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 268 * nonzero for overflow/underflow floating point warnings
287 * nonzero for overflow/underflow floating point warnings;
  /external/fdlibm/
readme 98 (overflow) (underflow) (divided-by-zero) (invalid)
108 an underflow signal.
s_erf.c 99 * erfc(x) = tiny*tiny (raise underflow) if x > 0
209 return 0.125*(8.0*x+efx8*x); /*avoid underflow */
  /external/iptables/libiptc/
libip4tc.c 455 assert(h->info.underflow[i]
470 entry2index(h, get_entry(h, h->info.underflow[i]));
libip6tc.c 391 assert(h->info.underflow[i]
408 iptcb_entry2index(h, get_entry(h, h->info.underflow[i]));
  /external/kernel-headers/original/linux/
jiffies.h 151 * otherwise, either overflow, underflow, or cause undesired div
154 * underflow), do the desired operation and then "scale" the result back

Completed in 716 milliseconds

<<11121314151617181920>>