/third_party/pulseaudio/src/pulse/ |
H A D | timeval.c | 163 goto underflow; in pa_timeval_sub() 173 goto underflow; in pa_timeval_sub() 181 underflow: in pa_timeval_sub()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_debug.c | 187 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() 193 debug_printf("buffer underflow (offset -%"PRIu64"%s to -%"PRIu64" bytes) detected\n", in pb_debug_buffer_check() 210 if(underflow || overflow) in pb_debug_buffer_check() 213 assert(!underflow); in pb_debug_buffer_check() 217 if(underflow) in pb_debug_buffer_check()
|
/third_party/musl/src/math/x32/ |
H A D | exp2l.s | 12 # x*log2e <= -65, return -1 without underflow 56 fstps (%esp) # raise underflow
|
/third_party/musl/src/math/i386/ |
H A D | exp_ld.s | 16 # x*log2e < -65, return -1 without underflow 66 fstps (%esp) # raise underflow
|
H A D | atan2f.s | 13 # subnormal x, return x with underflow
|
H A D | atanf.s | 14 # subnormal x, return x with underflow
|
H A D | atan2.s | 13 # subnormal x, return x with underflow
|
H A D | atan.s | 14 # subnormal x, return x with underflow
|
H A D | asinf.s | 19 # subnormal x, return x with underflow
|
H A D | asin.s | 19 # subnormal x, return x with underflow
|
H A D | log1pf.s | 22 # subnormal x, return x with underflow
|
H A D | log1p.s | 22 # subnormal x, return x with underflow
|
/third_party/musl/src/math/x86_64/ |
H A D | exp2l.s | 12 # x*log2e <= -65, return -1 without underflow 56 fstps (%rsp) # raise underflow
|
/third_party/zlib/contrib/iostream/ |
H A D | zfstream.h | 30 virtual int underflow();
|
H A D | zfstream.cpp | 135 int gzfilebuf::underflow() { in underflow() function in gzfilebuf
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.h | 113 underflow(); 143 * This calls underflow(EOF) to do the job.
|
H A D | zfstream.cc | 171 // Calls to underflow will fail if file not opened for reading in showmanyc() 183 gzfilebuf::underflow() in underflow() function in gzfilebuf 186 // (this shouldn't normally happen, as underflow is only supposed in underflow() 318 // Get area starts empty and will be expanded by underflow as need arises in enable_buffer()
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAdapter.cpp | 137 const auto underflow = std::min(0.0f, distance), in getMatrix() local 139 pos += tan*(underflow + overflow); in getMatrix()
|
/third_party/python/Lib/test/ |
H A D | test_long.py | 767 for underflow in ["1 / huge", "2 / huge", "-1 / huge", "-2 / huge", 769 result = eval(underflow, namespace) 771 "expected underflow to 0 from %r" % underflow) 838 # ... overflow or underflow by large margin
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 736 goto underflow; in _Py_Uid_Converter() 741 goto underflow; in _Py_Uid_Converter() 746 goto underflow; in _Py_Uid_Converter() 783 underflow: in _Py_Uid_Converter() 842 goto underflow; in _Py_Gid_Converter() 848 goto underflow; in _Py_Gid_Converter() 853 goto underflow; in _Py_Gid_Converter() 890 underflow: in _Py_Gid_Converter()
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 662 @ makes underflow impossible
|
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 662 @ makes underflow impossible
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/ |
H A D | ecp_nistz256-armv4.S | 2891 @ makes underflow impossible 2944 @ makes underflow impossible 2997 @ makes underflow impossible 3050 @ makes underflow impossible 3103 @ makes underflow impossible 3156 @ makes underflow impossible 3209 @ makes underflow impossible
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/ |
H A D | ecp_nistz256-armv4.S | 2891 @ makes underflow impossible 2944 @ makes underflow impossible 2997 @ makes underflow impossible 3050 @ makes underflow impossible 3103 @ makes underflow impossible 3156 @ makes underflow impossible 3209 @ makes underflow impossible
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 26885 __ret = this->underflow(); 27017 underflow() 27024 const bool __testeof = traits_type::eq_int_type(this->underflow(), 27866 __c = __sb->underflow(); [all...] |