/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long_future.py | 82 for underflow in ["1 / huge", "2L / huge", "-1 / huge", "-2L / huge", 84 result = eval(underflow, namespace) 85 self.assertEqual(result, 0.0, 'expected underflow to 0 ' 86 'from {!r}'.format(underflow)) 137 # ... overflow or underflow by large margin
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddScaleB.decTest | 92 ddscb124 scaleb 1.23 -799 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 93 ddscb125 scaleb 1.23 -800 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 186 ddscb145 scaleb 1E-398 -1 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 190 ddscb152 scaleb -1E-398 -1 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped 224 -- (these check that underflow is being done correctly) 241 ddscb217 scaleb 1.000000000000000E-383 -16 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 242 ddscb218 scaleb 1.000000000000000E-383 -17 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
|
ddFMA.decTest | 107 -- Cases where multiply would overflow or underflow if separate 113 fma0305 fma 1e-398 0.1 0 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 115 fma0307 fma 1e-398 0.1 1e-398 -> 1E-398 Underflow Subnormal Inexact Rounded 450 -- overflow and underflow tests .. note subnormal results 456 ddfma2755 fma 1e-277 1e-311 0e+384 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 457 ddfma2756 fma 1e-277 -1e-311 0e+384 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped 458 ddfma2757 fma -1e-277 1e-311 0e+384 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped 459 ddfma2758 fma -1e-277 -1e-311 0e+384 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 461 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic) 469 ddfma2767 fma 1e-291 1e-108 0e+384 -> 0E-398 Underflow Subnormal Inexact Rounded Clampe [all...] |
dqFMA.decTest | 109 -- Cases where multiply would overflow or underflow if separate 115 dqfma0305 fma 1e-6176 0.1 0 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped 117 dqfma0307 fma 1e-6176 0.1 1e-6176 -> 1E-6176 Underflow Subnormal Inexact Rounded 468 -- overflow and underflow tests .. note subnormal results 474 dqfma2755 fma 1e-4277 1e-3311 0e+6144 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped 475 dqfma2756 fma 1e-4277 -1e-3311 0e+6144 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped 476 dqfma2757 fma -1e-4277 1e-3311 0e+6144 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped 477 dqfma2758 fma -1e-4277 -1e-3311 0e+6144 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped 479 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic) 487 dqfma2767 fma 1e-6069 1e-108 0e+6144 -> 0E-6176 Underflow Subnormal Inexact Rounded Clampe [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddScaleB.decTest | 92 ddscb124 scaleb 1.23 -799 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 93 ddscb125 scaleb 1.23 -800 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 186 ddscb145 scaleb 1E-398 -1 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 190 ddscb152 scaleb -1E-398 -1 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped 224 -- (these check that underflow is being done correctly) 241 ddscb217 scaleb 1.000000000000000E-383 -16 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 242 ddscb218 scaleb 1.000000000000000E-383 -17 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
|
ddFMA.decTest | 107 -- Cases where multiply would overflow or underflow if separate 113 fma0305 fma 1e-398 0.1 0 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 115 fma0307 fma 1e-398 0.1 1e-398 -> 1E-398 Underflow Subnormal Inexact Rounded 450 -- overflow and underflow tests .. note subnormal results 456 ddfma2755 fma 1e-277 1e-311 0e+384 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 457 ddfma2756 fma 1e-277 -1e-311 0e+384 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped 458 ddfma2757 fma -1e-277 1e-311 0e+384 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped 459 ddfma2758 fma -1e-277 -1e-311 0e+384 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped 461 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic) 469 ddfma2767 fma 1e-291 1e-108 0e+384 -> 0E-398 Underflow Subnormal Inexact Rounded Clampe [all...] |
dqFMA.decTest | 109 -- Cases where multiply would overflow or underflow if separate 115 dqfma0305 fma 1e-6176 0.1 0 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped 117 dqfma0307 fma 1e-6176 0.1 1e-6176 -> 1E-6176 Underflow Subnormal Inexact Rounded 468 -- overflow and underflow tests .. note subnormal results 474 dqfma2755 fma 1e-4277 1e-3311 0e+6144 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped 475 dqfma2756 fma 1e-4277 -1e-3311 0e+6144 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped 476 dqfma2757 fma -1e-4277 1e-3311 0e+6144 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped 477 dqfma2758 fma -1e-4277 -1e-3311 0e+6144 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped 479 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic) 487 dqfma2767 fma 1e-6069 1e-108 0e+6144 -> 0E-6176 Underflow Subnormal Inexact Rounded Clampe [all...] |
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 248 * <li>{@link CoderResult#UNDERFLOW CoderResult.UNDERFLOW} indicates that 313 if (result == CoderResult.UNDERFLOW) { 362 * <code>CoderResult.UNDERFLOW</code> until it receives sufficient input. 412 * <code>CoderResult.UNDERFLOW</code>, which means one decoding process 420 * @return <code>CoderResult.UNDERFLOW</code> or 430 if (result == CoderResult.UNDERFLOW) { 438 * returns <code>CoderResult.UNDERFLOW</code>; this method can be 443 * @return <code>CoderResult.UNDERFLOW</code> or 447 return CoderResult.UNDERFLOW; [all...] |
CharsetEncoder.java | 313 * <li>{@link CoderResult#UNDERFLOW CoderResult.UNDERFLOW} indicates that 375 if (result == CoderResult.UNDERFLOW) { 424 * <code>CoderResult.UNDERFLOW</code> until it receives sufficient input. 447 * this method will return <code>CoderResult.UNDERFLOW</code>, which 455 * @return <code>CoderResult.UNDERFLOW</code> or 465 if (result == CoderResult.UNDERFLOW) { 473 * returns <code>CoderResult.UNDERFLOW</code>; this method can be 478 * @return <code>CoderResult.UNDERFLOW</code> or 482 return CoderResult.UNDERFLOW; [all...] |
CharsetEncoderICU.java | 150 return CoderResult.UNDERFLOW; 159 return CoderResult.UNDERFLOW; 180 return CoderResult.UNDERFLOW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
streambuf | 311 * otherwise calls and returns @c underflow(). Does not move the 321 __ret = this->underflow(); 612 * @c underflow() will not return @c traits::eof() until at least that 614 * returns -1, then calls to @c underflow() or @c uflow() will fail." 619 * calls [to underflow or uflow] will not return @c eof() but 663 underflow() 670 * Informally, this function does the same thing as @c underflow(), 672 * the new character, like @c underflow() does. However, this 679 const bool __testeof = traits_type::eq_int_type(this->underflow(), 695 * are the same as for @c underflow() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
streambuf | 314 * otherwise calls and returns @c underflow(). Does not move the 324 __ret = this->underflow(); 616 * @c underflow() will not return @c traits::eof() until at 618 * showmanyc() returns -1, then calls to @c underflow() or @c 623 * calls [to underflow or uflow] will not return @c eof() but 667 underflow() 674 * Informally, this function does the same thing as @c underflow(), 676 * the new character, like @c underflow() does. However, this 683 const bool __testeof = traits_type::eq_int_type(this->underflow(), 699 * are the same as for @c underflow() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
streambuf | 314 * otherwise calls and returns @c underflow(). Does not move the 324 __ret = this->underflow(); 616 * @c underflow() will not return @c traits::eof() until at 618 * showmanyc() returns -1, then calls to @c underflow() or @c 623 * calls [to underflow or uflow] will not return @c eof() but 667 underflow() 674 * Informally, this function does the same thing as @c underflow(), 676 * the new character, like @c underflow() does. However, this 683 const bool __testeof = traits_type::eq_int_type(this->underflow(), 699 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
streambuf | 311 * otherwise calls and returns @c underflow(). Does not move the 321 __ret = this->underflow(); 612 * @c underflow() will not return @c traits::eof() until at least that 614 * returns -1, then calls to @c underflow() or @c uflow() will fail." 619 * calls [to underflow or uflow] will not return @c eof() but 663 underflow() 670 * Informally, this function does the same thing as @c underflow(), 672 * the new character, like @c underflow() does. However, this 679 const bool __testeof = traits_type::eq_int_type(this->underflow(), 695 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
streambuf | 311 * otherwise calls and returns @c underflow(). Does not move the 321 __ret = this->underflow(); 612 * @c underflow() will not return @c traits::eof() until at least that 614 * returns -1, then calls to @c underflow() or @c uflow() will fail." 619 * calls [to underflow or uflow] will not return @c eof() but 663 underflow() 670 * Informally, this function does the same thing as @c underflow(), 672 * the new character, like @c underflow() does. However, this 679 const bool __testeof = traits_type::eq_int_type(this->underflow(), 695 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
streambuf | 311 * otherwise calls and returns @c underflow(). Does not move the 321 __ret = this->underflow(); 612 * @c underflow() will not return @c traits::eof() until at least that 614 * returns -1, then calls to @c underflow() or @c uflow() will fail." 619 * calls [to underflow or uflow] will not return @c eof() but 663 underflow() 670 * Informally, this function does the same thing as @c underflow(), 672 * the new character, like @c underflow() does. However, this 679 const bool __testeof = traits_type::eq_int_type(this->underflow(), 695 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
streambuf | 311 * otherwise calls and returns @c underflow(). Does not move the 321 __ret = this->underflow(); 612 * @c underflow() will not return @c traits::eof() until at least that 614 * returns -1, then calls to @c underflow() or @c uflow() will fail." 619 * calls [to underflow or uflow] will not return @c eof() but 663 underflow() 670 * Informally, this function does the same thing as @c underflow(), 672 * the new character, like @c underflow() does. However, this 679 const bool __testeof = traits_type::eq_int_type(this->underflow(), 695 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
streambuf | 314 * otherwise calls and returns @c underflow(). Does not move the 324 __ret = this->underflow(); 616 * @c underflow() will not return @c traits::eof() until at 618 * showmanyc() returns -1, then calls to @c underflow() or @c 623 * calls [to underflow or uflow] will not return @c eof() but 667 underflow() 674 * Informally, this function does the same thing as @c underflow(), 676 * the new character, like @c underflow() does. However, this 683 const bool __testeof = traits_type::eq_int_type(this->underflow(), 699 * are the same as for @c underflow() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
streambuf | 314 * otherwise calls and returns @c underflow(). Does not move the 324 __ret = this->underflow(); 616 * @c underflow() will not return @c traits::eof() until at 618 * showmanyc() returns -1, then calls to @c underflow() or @c 623 * calls [to underflow or uflow] will not return @c eof() but 667 underflow() 674 * Informally, this function does the same thing as @c underflow(), 676 * the new character, like @c underflow() does. However, this 683 const bool __testeof = traits_type::eq_int_type(this->underflow(), 699 * are the same as for @c underflow() [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_jnf.c | 59 b = b*((float)(i+i)/x) - a; /* avoid underflow */ 67 if(n>33) /* underflow */ 127 * likely underflow to zero
|
s_cbrtf.c | 58 * without causing overflow or underflow.
|
/bionic/libm/include/i387/ |
fenv.h | 77 /* feraiseexcept does not set the inexact flag on overflow/underflow */
|
/development/ndk/platforms/android-9/arch-x86/include/ |
fenv.h | 77 /* feraiseexcept does not set the inexact flag on overflow/underflow */
|
/external/bison/m4/ |
fpieee.m4 | 15 dnl - A set of conditions (overflow, underflow, inexact, etc.) which can
|
/external/chromium_org/third_party/freetype/src/psaux/ |
psconv.c | 296 goto Underflow; 325 goto Underflow; 353 Underflow: 354 FT_TRACE4(( "!!!UNDERFLOW:!!!" ));
|