Searched refs:underflow (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan.s12 # subnormal x, return x with underflow
H A Datan2.s12 # subnormal x, return x with underflow
H A Dasin.s9 # subnormal x, return x with underflow
29 # subnormal x, return x with underflow
H A Datan2f.s12 # subnormal x, return x with underflow
H A Datanf.s12 # subnormal x, return x with underflow
H A Dlog1p.s18 # subnormal x, return x with underflow
H A Dlog1pf.s18 # subnormal x, return x with underflow
H A Dexp.s9 # subnormal x, return x with underflow
29 # subnormal x, return x with underflow
43 # x*log2e < -65, return -1 without underflow
119 fstps (%esp) # raise underflow
/haiku/headers/cpp/
H A Dparsestream.h87 virtual int underflow();
120 int underflow();
134 int underflow();
H A Dbuiltinbuf.h42 virtual int underflow();
H A Dindstream.h67 virtual int underflow();
H A Deditbuf.h85 virtual int underflow();
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexp2l.s12 # x*log2e <= -65, return -1 without underflow
56 fstps (%rsp) # raise underflow
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.h17 virtual int underflow();
H A DSocketStream.cpp35 int socketstreambuf::underflow() function in class:socketstreambuf
37 // cout << "***** underflow" << endl;
/haiku/src/libs/stdc++/legacy/
H A Dbuiltinbuf.cc34 int builtinbuf::underflow() { return _IO_UNDERFLOW (this); } function in class:builtinbuf
H A Dparsestream.cc91 int string_parsebuf::underflow() function in class:string_parsebuf
151 int general_parsebuf::underflow() function in class:general_parsebuf
202 (void)general_parsebuf::underflow();
262 int func_parsebuf::underflow()
H A Dstrstream.cc69 int strstreambuf::underflow() function in class:strstreambuf
H A Dstreambuf.cc59 int streambuf::underflow() function in class:streambuf
141 { return ((streambuf*)fp)->underflow(); }
190 JUMP_INIT(underflow, _IO_sb_underflow),
H A Dindstream.cc65 int indirectbuf::underflow() function in class:indirectbuf
/haiku/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c85 JUMP_INIT(underflow, INTUSE(_IO_str_underflow)),
H A Dvswprintf.c83 JUMP_INIT(underflow, (_IO_underflow_t) _IO_wstr_underflow),
H A Diofopncook.c101 JUMP_INIT(underflow, INTUSE(_IO_file_underflow)),
220 JUMP_INIT(underflow, INTUSE(_IO_file_underflow)),
H A Diopopen.c249 JUMP_INIT(underflow, _IO_new_file_underflow),
272 JUMP_INIT(underflow, _IO_new_file_underflow),
H A Dmemstream.c44 JUMP_INIT (underflow, INTUSE(_IO_str_underflow)),
68 JUMP_INIT (underflow, (_IO_underflow_t) _IO_wstr_underflow),

Completed in 187 milliseconds

12