/openbsd-src/sys/arch/hppa/spmath/ |
H A D | sfadd.c | 305 goto underflow; 319 result_exponent==0) goto underflow; 334 goto underflow; 342 goto underflow; 349 if(result_exponent <= 0) goto underflow; 388 underflow:
|
H A D | sfsub.c | 308 goto underflow; 322 result_exponent==0) goto underflow; 337 goto underflow; 345 goto underflow; 352 if(result_exponent <= 0) goto underflow; 391 underflow:
|
H A D | dfsub.c | 311 goto underflow; 323 result_exponent==0) goto underflow; 338 goto underflow; 346 goto underflow; 353 if(result_exponent <= 0) goto underflow; 392 underflow:
|
H A D | dfadd.c | 311 goto underflow; 325 result_exponent==0) goto underflow; 340 goto underflow; 348 goto underflow; 355 if(result_exponent <= 0) goto underflow; 394 underflow:
|
/openbsd-src/lib/libc/gen/ |
H A D | getbsize.c | 50 goto underflow; in getbsize() 87 underflow: warnx("%s: minimum blocksize is 512", p); in getbsize()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_inserter_other.cc | 159 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_1 174 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_2 189 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_3 212 virtual int underflow() { return (it != str.end() ? *it : EOF); } in underflow() function in test_buffer_4
|
H A D | istream_exception.cc | 30 virtual int_type underflow () { in underflow() function
|
H A D | streambuf_members.cc | 84 underflow() in underflow() function in testbuf 476 int_type underflow() in underflow() function in Inbuf_2
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | streambuf.cc | 60 __c = __sbin->underflow(); in _GLIBCXX_BEGIN_NAMESPACE() 100 __c = __sbin->underflow(); in __copy_streambufs_eof()
|
/openbsd-src/gnu/lib/libreadline/examples/ |
H A D | readlinebuf.h | 87 virtual int_type underflow() { in underflow() function 103 int_type c = underflow(); in uflow()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/ |
H A D | basic_file_libio.cc | 61 __basic_file<char>::underflow() in underflow() function in std::__basic_file 141 __basic_file<wchar_t>::underflow() in underflow() function in std::__basic_file
|
H A D | basic_file_libio.h | 66 underflow() = 0; 175 underflow(); 259 __basic_file<char>::underflow(); 305 __basic_file<wchar_t>::underflow();
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | array6.C | 9 underflow() in underflow() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_streambuf.h | 341 __ret = this->underflow(); in sgetc() 683 underflow() in underflow() function 699 const bool __testeof = traits_type::eq_int_type(this->underflow(), in uflow()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_streambuf.h | 495 __ret = this->underflow(); in sgetc() 808 underflow() in underflow() function 824 bool __testeof = traits_type::eq_int_type(this->underflow(), __ret); in uflow()
|
H A D | std_fstream.h | 236 underflow(); 453 basic_filebuf<_CharT, _Traits>::underflow() in underflow() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p811.C | 173 virtual int underflow(); 201 if (_gptr >= _egptr && underflow() == (-1) ) return (-1) ; in sbumpc() 204 if (_gptr >= _egptr && underflow() == (-1) ) return (-1) ; in sgetc() 207 if (++_gptr >= _egptr && underflow() == (-1) ) return (-1) ; in snextc() 243 virtual int underflow();
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | streambuf | 95 virtual int_type underflow(); 198 return underflow(); 287 virtual int_type underflow(); 436 basic_streambuf<_CharT, _Traits>::underflow() 445 if (underflow() == traits_type::eof())
|
H A D | __std_stream | 48 virtual int_type underflow(); 92 __stdinbuf<_CharT>::underflow()
|
/openbsd-src/lib/libc/arch/mips64/gen/ |
H A D | ldexp.S | 66 ble t1, zero, 4f # underflow? 118 ble t1, zero, 4f # underflow?
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | real.c | 1278 underflow: in real_to_integer() 1294 goto underflow; in real_to_integer() 1336 underflow: in real_to_integer2() 1362 goto underflow; in real_to_integer2() 1868 goto underflow; in real_from_string() 1892 goto underflow; in real_from_string() 1944 goto underflow; in real_from_string() 1968 goto underflow; in real_from_string() 1986 underflow: in real_from_string() 2347 underflow: in round_for_format() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | real.c | 854 underflow: 907 goto underflow; 1298 underflow: 1311 goto underflow; 1351 underflow: 1371 goto underflow; 1882 goto underflow; 1954 goto underflow; 1972 underflow: 2304 underflow: [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | fp_trunc_impl.inc | 66 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits; 78 if (aAbs - underflow < aAbs - overflow) {
|
/openbsd-src/regress/usr.bin/sed/ |
H A D | math.sed | 213 # can we add or subtract -- note subtract hold expression for underflow 377 # get rid of a sub term until /-0*=/ or underflow
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | streambuf.tcc | 213 __c = __sbin->underflow(); in __copy_streambufs()
|