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

<<21222324252627282930>>

  /external/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/skia/src/effects/gradients/
SkSweepGradient.cpp 110 if (bits < 0) { // detect underflow
183 // test that we handle underflow correctly
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 77 gets a stack underflow fault if the register is empty. A write of
88 * fxam can read a register in any state without taking an underflow
  /external/zlib/src/contrib/iostream3/
zfstream.h 113 underflow();
143 * This calls underflow(EOF) to do the job.
  /libcore/luni/src/test/java/libcore/java/lang/
StringTest.java 52 return CoderResult.UNDERFLOW;
73 return CoderResult.UNDERFLOW;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 68 # check for overflow and underflow
197 # test values close to 2**-1075, the underflow boundary; similar
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 68 # check for overflow and underflow
197 # test values close to 2**-1075, the underflow boundary; similar
  /external/ceres-solver/internal/ceres/
rotation_test.cc 221 // Very small value that could potentially cause underflow.
282 // Very small value that could potentially cause underflow.
713 // underflow occurs.
769 // underflow occurs.
  /external/chromium/base/
string_number_conversions.h 52 // - Overflow/underflow. |*output| will be set to the maximum value supported
  /external/chromium_org/base/strings/
string_number_conversions.h 55 // - Underflow. |*output| will be set to the minimum value supported
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.cc 127 // Trim buckets down to a maximum of the given range + over/underflow buckets
  /external/chromium_org/media/filters/
pipeline_integration_test_base.cc 277 // Disable underflow if hashing is enabled.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.h 149 * nonzero for overflow/underflow floating point and
  /external/compiler-rt/lib/
divdf3.c 15 // underflow with correct rounding.
divsf3.c 15 // underflow with correct rounding.
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 410 // map the matrix coefficients to [-1:1] to avoid over- and underflow.
553 // map the matrix coefficients to [-1:1] to avoid over- and underflow.
687 // map the matrix coefficients to [-1:1] to avoid over- and underflow.
742 // underflow thus leading to inf/NaN values when using the following commented code:
  /external/eigen/test/
redux.cpp 24 // failures if we underflow into denormals. Thus, we scale so that entires are close to 1.
  /external/grub/netboot/
tiara.c 61 !!!!+-----------CLEAR UNDERFLOW
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 85 throw new BadBytecode("stack underflow at " + index);
  /external/kernel-headers/original/asm-generic/
siginfo.h 176 #define FPE_FLTUND (__SI_FAULT|5) /* floating point underflow */
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 285 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:xt_table_info
  /external/oprofile/include/
sstream 95 underflow()
  /external/stlport/src/
stdio_streambuf.cpp 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 52 * of an underflow, but will return -EPIPE
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c 89 | when underflow occurs. |
136 | -32768 when underflow occurs. |
    [all...]

Completed in 811 milliseconds

<<21222324252627282930>>