Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 55) sorted by relevance

123

/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
Dunderflow.pass.cpp28 typename base::int_type underflow() {return base::underflow();} in underflow() function
37 assert(sb.underflow() == '1'); in main()
38 assert(sb.underflow() == '1'); in main()
40 assert(sb.underflow() == '2'); in main()
41 assert(sb.underflow() == '2'); in main()
43 assert(sb.underflow() == '3'); in main()
44 assert(sb.underflow() == '3'); in main()
46 assert(sb.underflow() == std::char_traits<char>::eof()); in main()
47 assert(sb.underflow() == std::char_traits<char>::eof()); in main()
49 assert(sb.underflow() == '4'); in main()
[all …]
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Dunderflow.pass.cpp28 base::int_type underflow() {return base::underflow();} in underflow() function
36 assert(sb.underflow() == '1'); in main()
37 assert(sb.underflow() == '1'); in main()
39 assert(sb.underflow() == '2'); in main()
40 assert(sb.underflow() == '2'); in main()
42 assert(sb.underflow() == '3'); in main()
43 assert(sb.underflow() == '3'); in main()
45 assert(sb.underflow() == EOF); in main()
46 assert(sb.underflow() == EOF); in main()
48 assert(sb.underflow() == '4'); in main()
[all …]
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dunderflow.pass.cpp34 virtual int_type underflow() {return base::underflow();} in underflow() function
46 assert(f.underflow() == '1'); in main()
60 assert(f.underflow() == '1'); in main()
82 assert(f.underflow() == L'1'); in main()
96 assert(f.underflow() == L'1'); in main()
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dunderflow.pass.cpp38 virtual int_type underflow() {return base::underflow();} in underflow() function
49 assert(f.underflow() == L'1'); in main()
61 assert(f.underflow() == L'1'); in main()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_debug.c187 boolean underflow, overflow; in pb_debug_buffer_check() local
190 underflow = !check_random_pattern(map, buf->underflow_size, in pb_debug_buffer_check()
192 if(underflow) { in pb_debug_buffer_check()
210 if(underflow || overflow) in pb_debug_buffer_check()
213 debug_assert(!underflow); in pb_debug_buffer_check()
217 if(underflow) in pb_debug_buffer_check()
/external/kernel-headers/original/uapi/linux/netfilter_arp/
Darp_tables.h145 unsigned int underflow[NF_ARP_NUMHOOKS]; member
173 unsigned int underflow[NF_ARP_NUMHOOKS]; member
/external/iproute2/include/linux/netfilter_ipv4/
Dip_tables.h165 unsigned int underflow[NF_INET_NUMHOOKS]; member
193 unsigned int underflow[NF_INET_NUMHOOKS]; member
/external/iptables/include/linux/netfilter_ipv4/
Dip_tables.h165 unsigned int underflow[NF_INET_NUMHOOKS]; member
193 unsigned int underflow[NF_INET_NUMHOOKS]; member
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
Dip_tables.h167 unsigned int underflow[NF_INET_NUMHOOKS]; member
195 unsigned int underflow[NF_INET_NUMHOOKS]; member
/external/vulkan-validation-layers/libs/glm/gtc/
Dulp.inl113 if(t==x) return t; else return x; // raise underflow flag
130 if(hy<0x00800000) { // underflow
132 if(t!=x) { // raise underflow flag
159 if(t==x) return t; else return x; // raise underflow flag
180 if(hy<0x00100000) { // underflow
182 if(t!=x) { // raise underflow flag
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
Dip6_tables.h207 unsigned int underflow[NF_INET_NUMHOOKS]; member
235 unsigned int underflow[NF_INET_NUMHOOKS]; member
/external/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h202 unsigned int underflow[NF_INET_NUMHOOKS]; member
230 unsigned int underflow[NF_INET_NUMHOOKS]; member
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Dsgetc.pass.cpp35 int_type underflow() in underflow() function
/external/avahi/avahi-compat-howl/include/corby/
Dbuffer.h109 sw_corby_buffer_underflow_func underflow,
119 sw_corby_buffer_underflow_func underflow,
/external/libcxx/include/
Dstreambuf96 virtual int_type underflow();
197 virtual int_type underflow();
312 return underflow();
512 basic_streambuf<_CharT, _Traits>::underflow()
521 if (underflow() == traits_type::eof())
D__std_stream47 virtual int_type underflow();
91 __stdinbuf<_CharT>::underflow()
Dstrstream45 virtual int_type underflow();
172 virtual int_type underflow();
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc67 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits;
79 if (aAbs - underflow < aAbs - overflow) {
/external/zlib/src/contrib/iostream/
Dzfstream.h30 virtual int underflow();
Dzfstream.cpp135 int gzfilebuf::underflow() { in underflow() function in gzfilebuf
/external/llvm/test/CodeGen/Hexagon/
Dhwloop-pos-ivbump1.ll4 ; underflow.
Dhwloop-wrap2.ll3 ; Test that we do not generate a hardware loop due to a potential underflow.
/external/zlib/src/contrib/iostream3/
Dzfstream.h113 underflow();
/external/bison/m4/
Dfpieee.m415 dnl - A set of conditions (overflow, underflow, inexact, etc.) which can
/external/iptables/libiptc/
Dlibip6tc.c389 assert(h->info.underflow[i] in do_check()
406 iptcb_entry2index(h, get_entry(h, h->info.underflow[i])); in do_check()

123