HomeSort by relevance Sort by last modified time
    Searched full:underflow (Results 1 - 25 of 1077) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
underflow.pass.cpp 15 // int_type underflow();
28 typename base::int_type underflow() {return base::underflow();} function in struct:testbuf
37 assert(sb.underflow() == '1');
38 assert(sb.underflow() == '1');
40 assert(sb.underflow() == '2');
41 assert(sb.underflow() == '2');
43 assert(sb.underflow() == '3');
44 assert(sb.underflow() == '3');
46 assert(sb.underflow() == std::char_traits<char>::eof())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
underflow.pass.cpp 14 // int_type underflow();
28 base::int_type underflow() {return base::underflow();} function in struct:test
36 assert(sb.underflow() == '1');
37 assert(sb.underflow() == '1');
39 assert(sb.underflow() == '2');
40 assert(sb.underflow() == '2');
42 assert(sb.underflow() == '3');
43 assert(sb.underflow() == '3');
45 assert(sb.underflow() == EOF)
    [all...]
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CoderResultTest.java 47 * Test the constant OVERFLOW and UNDERFLOW.
50 assertNotSame(CoderResult.OVERFLOW, CoderResult.UNDERFLOW);
72 assertNotNull(CoderResult.UNDERFLOW);
73 assertFalse(CoderResult.UNDERFLOW.isError());
74 assertFalse(CoderResult.UNDERFLOW.isMalformed());
75 assertTrue(CoderResult.UNDERFLOW.isUnderflow());
76 assertFalse(CoderResult.UNDERFLOW.isUnmappable());
77 assertFalse(CoderResult.UNDERFLOW.isOverflow());
78 assertTrue(CoderResult.UNDERFLOW.toString().indexOf("UNDERFLOW") != -1)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
float-err.errwarn 4 -:5: warning: underflow in floating point expression
8 -:12: warning: underflow in floating point expression
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
nexttoward.decTest 35 nextt007 nexttoward 0 10 -> 1E-391 Underflow Subnormal Inexact Rounded
36 nextt008 nexttoward 0 -10 -> -1E-391 Underflow Subnormal Inexact Rounded
138 nextt260 nexttoward 1E-99999 Infinity -> 1E-391 Underflow Subnormal Inexact Rounded
139 nextt261 nexttoward 1E-999999999 Infinity -> 1E-391 Underflow Subnormal Inexact Rounded
140 nextt262 nexttoward 1E-391 Infinity -> 2E-391 Underflow Subnormal Inexact Rounded
141 nextt263 nexttoward -1E-99999 Infinity -> -0E-391 Underflow Subnormal Inexact Rounded Clamped
142 nextt264 nexttoward -1E-999999999 Infinity -> -0E-391 Underflow Subnormal Inexact Rounded Clamped
143 nextt265 nexttoward -1E-391 Infinity -> -0E-391 Underflow Subnormal Inexact Rounded Clamped
146 nextt300 nexttoward 0 Infinity -> 1E-391 Underflow Subnormal Inexact Rounded
147 nextt301 nexttoward 0.00 Infinity -> 1E-391 Underflow Subnormal Inexact Rounde
    [all...]
ddNextToward.decTest 37 ddnextt007 nexttoward 0 10 -> 1E-398 Underflow Subnormal Inexact Rounded
38 ddnextt008 nexttoward 0 -10 -> -1E-398 Underflow Subnormal Inexact Rounded
131 ddnextt300 nexttoward 0 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
132 ddnextt301 nexttoward 0.00 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
133 ddnextt302 nexttoward 0E-300 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
134 ddnextt303 nexttoward 0E+300 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
135 ddnextt304 nexttoward 0E+30000 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
136 ddnextt305 nexttoward -0 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
137 ddnextt306 nexttoward -0.00 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
138 ddnextt307 nexttoward -0E-300 Infinity -> 1E-398 Underflow Subnormal Inexact Rounde
    [all...]
dqNextToward.decTest 38 dqnextt007 nexttoward 0 10 -> 1E-6176 Underflow Subnormal Inexact Rounded
39 dqnextt008 nexttoward 0 -10 -> -1E-6176 Underflow Subnormal Inexact Rounded
132 dqnextt300 nexttoward 0 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
133 dqnextt301 nexttoward 0.00 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
134 dqnextt302 nexttoward 0E-300 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
135 dqnextt303 nexttoward 0E+300 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
136 dqnextt304 nexttoward 0E+30000 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
137 dqnextt305 nexttoward -0 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
138 dqnextt306 nexttoward -0.00 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
139 dqnextt307 nexttoward -0E-300 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounde
    [all...]
ddMultiply.decTest 339 -- overflow and underflow tests .. note subnormal results
345 ddmul755 multiply 1e-277 1e-311 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
346 ddmul756 multiply 1e-277 -1e-311 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped
347 ddmul757 multiply -1e-277 1e-311 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped
348 ddmul758 multiply -1e-277 -1e-311 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
350 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
358 ddmul767 multiply 1e-291 1e-108 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
359 ddmul768 multiply 1e-291 1e-109 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
360 ddmul769 multiply 1e-291 1e-110 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
378 ddmul806 multiply 1.3E-394 1e-4 -> 1E-398 Underflow Subnormal Inexact Rounde
    [all...]
abs.decTest 96 -- subnormals and underflow
106 absx215 abs 0.999E-999 -> 1.00E-999 Inexact Rounded Subnormal Underflow
107 absx216 abs 0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
108 absx217 abs 0.009E-999 -> 1E-1001 Inexact Rounded Subnormal Underflow
109 absx218 abs 0.001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
110 absx219 abs 0.0009E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
111 absx220 abs 0.0001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
119 absx235 abs -0.999E-999 -> 1.00E-999 Inexact Rounded Subnormal Underflow
120 absx236 abs -0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
121 absx237 abs -0.009E-999 -> 1E-1001 Inexact Rounded Subnormal Underflow
    [all...]
plus.decTest 128 -- subnormals and underflow
138 plux215 plus 0.999E-999 -> 1.00E-999 Inexact Rounded Subnormal Underflow
139 plux216 plus 0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
140 plux217 plus 0.009E-999 -> 1E-1001 Inexact Rounded Subnormal Underflow
141 plux218 plus 0.001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
142 plux219 plus 0.0009E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
143 plux220 plus 0.0001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
151 plux235 plus -0.999E-999 -> -1.00E-999 Inexact Rounded Subnormal Underflow
152 plux236 plus -0.099E-999 -> -1.0E-1000 Inexact Rounded Subnormal Underflow
153 plux237 plus -0.009E-999 -> -1E-1001 Inexact Rounded Subnormal Underflow
    [all...]
dqMultiply.decTest 347 -- overflow and underflow tests .. note subnormal results
353 dqmul755 multiply 1e-4277 1e-3311 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
354 dqmul756 multiply 1e-4277 -1e-3311 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped
355 dqmul757 multiply -1e-4277 1e-3311 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped
356 dqmul758 multiply -1e-4277 -1e-3311 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
358 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
366 dqmul767 multiply 1e-6069 1e-108 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
367 dqmul768 multiply 1e-6069 1e-109 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
368 dqmul769 multiply 1e-6069 1e-110 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
386 dqmul806 multiply 1.3E-6172 1e-4 -> 1E-6176 Underflow Subnormal Inexact Rounde
    [all...]
multiply.decTest 184 -- test some cases that are close to exponent overflow/underflow
502 -- overflow and underflow tests .. note subnormal results
531 mulx755 multiply 1e-777777777 1e-411111111 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
532 mulx756 multiply 1e-777777777 -1e-411111111 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
533 mulx757 multiply -1e-777777777 1e-411111111 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
534 mulx758 multiply -1e-777777777 -1e-411111111 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
536 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
545 mulx767 multiply 1e-600000000 1e-400000008 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
546 mulx768 multiply 1e-600000000 1e-400000009 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
547 mulx769 multiply 1e-600000000 1e-400000010 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clampe
    [all...]
clamp.decTest 71 clam091 apply 1.9e-398 -> #0000000000000002 Subnormal Underflow Inexact Rounded
72 clam092 apply 1.1e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
73 clam093 apply 1.00000000001e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
74 clam094 apply 1.00000000000001e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
75 clam095 apply 1.000000000000001e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
76 clam096 apply 0.1e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
77 clam097 apply 0.00000000001e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
78 clam098 apply 0.00000000000001e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
79 clam099 apply 0.000000000000001e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
110 clam191 apply -1.9e-398 -> #8000000000000002 Subnormal Underflow Inexact Rounde
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
nexttoward.decTest 35 nextt007 nexttoward 0 10 -> 1E-391 Underflow Subnormal Inexact Rounded
36 nextt008 nexttoward 0 -10 -> -1E-391 Underflow Subnormal Inexact Rounded
138 nextt260 nexttoward 1E-99999 Infinity -> 1E-391 Underflow Subnormal Inexact Rounded
139 nextt261 nexttoward 1E-999999999 Infinity -> 1E-391 Underflow Subnormal Inexact Rounded
140 nextt262 nexttoward 1E-391 Infinity -> 2E-391 Underflow Subnormal Inexact Rounded
141 nextt263 nexttoward -1E-99999 Infinity -> -0E-391 Underflow Subnormal Inexact Rounded Clamped
142 nextt264 nexttoward -1E-999999999 Infinity -> -0E-391 Underflow Subnormal Inexact Rounded Clamped
143 nextt265 nexttoward -1E-391 Infinity -> -0E-391 Underflow Subnormal Inexact Rounded Clamped
146 nextt300 nexttoward 0 Infinity -> 1E-391 Underflow Subnormal Inexact Rounded
147 nextt301 nexttoward 0.00 Infinity -> 1E-391 Underflow Subnormal Inexact Rounde
    [all...]
ddNextToward.decTest 37 ddnextt007 nexttoward 0 10 -> 1E-398 Underflow Subnormal Inexact Rounded
38 ddnextt008 nexttoward 0 -10 -> -1E-398 Underflow Subnormal Inexact Rounded
131 ddnextt300 nexttoward 0 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
132 ddnextt301 nexttoward 0.00 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
133 ddnextt302 nexttoward 0E-300 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
134 ddnextt303 nexttoward 0E+300 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
135 ddnextt304 nexttoward 0E+30000 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
136 ddnextt305 nexttoward -0 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
137 ddnextt306 nexttoward -0.00 Infinity -> 1E-398 Underflow Subnormal Inexact Rounded
138 ddnextt307 nexttoward -0E-300 Infinity -> 1E-398 Underflow Subnormal Inexact Rounde
    [all...]
dqNextToward.decTest 38 dqnextt007 nexttoward 0 10 -> 1E-6176 Underflow Subnormal Inexact Rounded
39 dqnextt008 nexttoward 0 -10 -> -1E-6176 Underflow Subnormal Inexact Rounded
132 dqnextt300 nexttoward 0 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
133 dqnextt301 nexttoward 0.00 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
134 dqnextt302 nexttoward 0E-300 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
135 dqnextt303 nexttoward 0E+300 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
136 dqnextt304 nexttoward 0E+30000 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
137 dqnextt305 nexttoward -0 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
138 dqnextt306 nexttoward -0.00 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounded
139 dqnextt307 nexttoward -0E-300 Infinity -> 1E-6176 Underflow Subnormal Inexact Rounde
    [all...]
ddMultiply.decTest 339 -- overflow and underflow tests .. note subnormal results
345 ddmul755 multiply 1e-277 1e-311 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
346 ddmul756 multiply 1e-277 -1e-311 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped
347 ddmul757 multiply -1e-277 1e-311 -> -0E-398 Underflow Subnormal Inexact Rounded Clamped
348 ddmul758 multiply -1e-277 -1e-311 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
350 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
358 ddmul767 multiply 1e-291 1e-108 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
359 ddmul768 multiply 1e-291 1e-109 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
360 ddmul769 multiply 1e-291 1e-110 -> 0E-398 Underflow Subnormal Inexact Rounded Clamped
378 ddmul806 multiply 1.3E-394 1e-4 -> 1E-398 Underflow Subnormal Inexact Rounde
    [all...]
abs.decTest 96 -- subnormals and underflow
106 absx215 abs 0.999E-999 -> 1.00E-999 Inexact Rounded Subnormal Underflow
107 absx216 abs 0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
108 absx217 abs 0.009E-999 -> 1E-1001 Inexact Rounded Subnormal Underflow
109 absx218 abs 0.001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
110 absx219 abs 0.0009E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
111 absx220 abs 0.0001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
119 absx235 abs -0.999E-999 -> 1.00E-999 Inexact Rounded Subnormal Underflow
120 absx236 abs -0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
121 absx237 abs -0.009E-999 -> 1E-1001 Inexact Rounded Subnormal Underflow
    [all...]
plus.decTest 128 -- subnormals and underflow
138 plux215 plus 0.999E-999 -> 1.00E-999 Inexact Rounded Subnormal Underflow
139 plux216 plus 0.099E-999 -> 1.0E-1000 Inexact Rounded Subnormal Underflow
140 plux217 plus 0.009E-999 -> 1E-1001 Inexact Rounded Subnormal Underflow
141 plux218 plus 0.001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
142 plux219 plus 0.0009E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
143 plux220 plus 0.0001E-999 -> 0E-1001 Inexact Rounded Subnormal Underflow Clamped
151 plux235 plus -0.999E-999 -> -1.00E-999 Inexact Rounded Subnormal Underflow
152 plux236 plus -0.099E-999 -> -1.0E-1000 Inexact Rounded Subnormal Underflow
153 plux237 plus -0.009E-999 -> -1E-1001 Inexact Rounded Subnormal Underflow
    [all...]
dqMultiply.decTest 347 -- overflow and underflow tests .. note subnormal results
353 dqmul755 multiply 1e-4277 1e-3311 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
354 dqmul756 multiply 1e-4277 -1e-3311 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped
355 dqmul757 multiply -1e-4277 1e-3311 -> -0E-6176 Underflow Subnormal Inexact Rounded Clamped
356 dqmul758 multiply -1e-4277 -1e-3311 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
358 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
366 dqmul767 multiply 1e-6069 1e-108 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
367 dqmul768 multiply 1e-6069 1e-109 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
368 dqmul769 multiply 1e-6069 1e-110 -> 0E-6176 Underflow Subnormal Inexact Rounded Clamped
386 dqmul806 multiply 1.3E-6172 1e-4 -> 1E-6176 Underflow Subnormal Inexact Rounde
    [all...]
multiply.decTest 184 -- test some cases that are close to exponent overflow/underflow
502 -- overflow and underflow tests .. note subnormal results
531 mulx755 multiply 1e-777777777 1e-411111111 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
532 mulx756 multiply 1e-777777777 -1e-411111111 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
533 mulx757 multiply -1e-777777777 1e-411111111 -> -0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
534 mulx758 multiply -1e-777777777 -1e-411111111 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
536 -- 'subnormal' boundary (all hard underflow or overflow in base arithemtic)
545 mulx767 multiply 1e-600000000 1e-400000008 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
546 mulx768 multiply 1e-600000000 1e-400000009 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped
547 mulx769 multiply 1e-600000000 1e-400000010 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clampe
    [all...]
clamp.decTest 71 clam091 apply 1.9e-398 -> #0000000000000002 Subnormal Underflow Inexact Rounded
72 clam092 apply 1.1e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
73 clam093 apply 1.00000000001e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
74 clam094 apply 1.00000000000001e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
75 clam095 apply 1.000000000000001e-398 -> #0000000000000001 Subnormal Underflow Inexact Rounded
76 clam096 apply 0.1e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
77 clam097 apply 0.00000000001e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
78 clam098 apply 0.00000000000001e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
79 clam099 apply 0.000000000000001e-398 -> #0000000000000000 Subnormal Underflow Inexact Rounded Clamped
110 clam191 apply -1.9e-398 -> #8000000000000002 Subnormal Underflow Inexact Rounde
    [all...]
  /sdk/emulator/qtools/
hist_trace.cpp 9 int underflow, overflow; variable
39 underflow += 1;
58 per = 100.0 * underflow / total;
59 printf("under: %6d %6.2f\n", underflow, per);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 12 // int_type underflow();
34 virtual int_type underflow() {return base::underflow();} function in struct:test_buf
41 assert(f.open("underflow.dat", std::ios_base::in) != 0);
46 assert(f.underflow() == '1');
54 assert(f.open("underflow.dat", std::ios_base::in) != 0);
60 assert(f.underflow() == '1');
77 assert(f.open("underflow.dat", std::ios_base::in) != 0);
82 assert(f.underflow() == L'1');
91 assert(f.open("underflow.dat", std::ios_base::in) != 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
underflow.pass.cpp 14 // int_type underflow();
38 virtual int_type underflow() {return base::underflow();} function in struct:test_buf
44 std::ifstream bs("underflow.dat");
49 assert(f.underflow() == L'1');
56 std::ifstream bs("underflow.dat");
61 assert(f.underflow() == L'1');

Completed in 427 milliseconds

1 2 3 4 5 6 7 8 91011>>