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

<<11121314151617181920>>

  /external/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /external/wpa_supplicant_8/src/tls/
asn1.c 32 "underflow");
59 "underflow");
70 wpa_printf(MSG_DEBUG, "ASN.1: Contents underflow");
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 122 return CoderResult.UNDERFLOW;
131 return CoderResult.UNDERFLOW;
151 return CoderResult.UNDERFLOW;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
fenv.h 49 * 13 -> cause bit for underflow exception
54 * 8 -> enable exception for underflow exception
59 * 3 -> flag underflow exception
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
fenv.h 49 * 13 -> cause bit for underflow exception
54 * 8 -> enable exception for underflow exception
59 * 3 -> flag underflow exception
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fenv.h 49 * 13 -> cause bit for underflow exception
54 * 8 -> enable exception for underflow exception
59 * 3 -> flag underflow exception
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.c 144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
_streambuf.h 158 // with underflow, before reaching end of file. (-1 is a special value:
159 // it means that underflow will fail.) Most subclasses should probably
170 virtual int_type underflow();
172 // Similar to underflow(), but used for unbuffered input. Most
235 : this->underflow();
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetEncoderTest.java 735 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out, true));
750 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out, false));
758 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out, false));
760 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out, true));
782 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out, true));
801 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out, false));
855 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out,
863 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out,
884 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out,
892 assertSame(CoderResult.UNDERFLOW, encoder.encode(in, out
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
subtract.decTest 634 -- overflow and underflow tests [subnormals now possible]
    [all...]
divide.decTest 746 -- overflow and underflow tests
751 divx952 divide +0.100 9E+999999999 -> 1.111111E-1000000001 Inexact Rounded Underflow Subnormal
752 divx953 divide 9E-999999999 +9.100 -> 9.8901099E-1000000000 Inexact Rounded Underflow Subnormal
754 divx955 divide -1.23456789012345E-0 9E+999999999 -> -1.3717421E-1000000000 Underflow Subnormal Rounded Inexac
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
subtract.decTest 634 -- overflow and underflow tests [subnormals now possible]
    [all...]
divide.decTest 746 -- overflow and underflow tests
751 divx952 divide +0.100 9E+999999999 -> 1.111111E-1000000001 Inexact Rounded Underflow Subnormal
752 divx953 divide 9E-999999999 +9.100 -> 9.8901099E-1000000000 Inexact Rounded Underflow Subnormal
754 divx955 divide -1.23456789012345E-0 9E+999999999 -> -1.3717421E-1000000000 Underflow Subnormal Rounded Inexac
    [all...]
  /prebuilts/python/darwin-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

Completed in 581 milliseconds

<<11121314151617181920>>