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

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/std/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...]
  /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...]
  /external/libcxx/test/std/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/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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
reloc-overflow-abs-s16-2.d 1 #name: C6X relocation underflow, ABS_S16
reloc-overflow-abs16-2.d 1 #name: C6X relocation underflow, ABS16
reloc-overflow-abs8-2.d 1 #name: C6X relocation underflow, ABS8
reloc-overflow-pcr-s10-2.d 1 #name: C6X relocation underflow, PCR_S10
reloc-overflow-pcr-s12-2.d 1 #name: C6X relocation underflow, PCR_S12
reloc-overflow-pcr-s21-2.d 1 #name: C6X relocation underflow, PCR_S21
reloc-overflow-pcr-s7-2.d 1 #name: C6X relocation underflow, PCR_S7
reloc-overflow-sbr-s16-2.d 1 #name: C6X relocation underflow, SBR_S16
reloc-overflow-sbr-u15-b-2.d 1 #name: C6X relocation underflow, SBR_U15_B
reloc-overflow-sbr-u15-h-2.d 1 #name: C6X relocation underflow, SBR_U15_H
reloc-overflow-sbr-u15-w-2.d 1 #name: C6X relocation underflow, SBR_U15_W
  /external/v8/test/mjsunit/
number-literal.js 18 test('dec-underflow-int', '32.00000000000000000000000000000000000000001', '32');
25 test('underflow-0', '1e-2000', '0');
26 test('underflow-0-exact', '2.4703282292062E-324', '0');
27 test('non-underflow-0-exact', '2.4703282292063E-324', '5e-324');
  /external/libcxx/test/std/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/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...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetc.pass.cpp 35 int_type underflow() function in struct:test
  /external/libcxx/test/std/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');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetc.pass.cpp 35 int_type underflow() function in struct:test
  /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');
  /system/core/toolbox/upstream-netbsd/lib/libc/gen/
getbsize.c 68 goto underflow;
105 underflow: warnx("%s: minimum blocksize is 512", p);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 80 int_type underflow();
  /bionic/libc/kernel/uapi/linux/netfilter_arp/
arp_tables.h 105 unsigned int underflow[NF_ARP_NUMHOOKS]; member in struct:arpt_getinfo
117 unsigned int underflow[NF_ARP_NUMHOOKS]; member in struct:arpt_replace

Completed in 1721 milliseconds

1 2 3 4 5 6 7 8 910