Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
H A Dtimeval.c163 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 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()
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 Dexp2l.s12 # x*log2e <= -65, return -1 without underflow
56 fstps (%esp) # raise underflow
/third_party/musl/src/math/i386/
H A Dexp_ld.s16 # x*log2e < -65, return -1 without underflow
66 fstps (%esp) # raise underflow
H A Datan2f.s13 # subnormal x, return x with underflow
H A Datanf.s14 # subnormal x, return x with underflow
H A Datan2.s13 # subnormal x, return x with underflow
H A Datan.s14 # subnormal x, return x with underflow
H A Dasinf.s19 # subnormal x, return x with underflow
H A Dasin.s19 # subnormal x, return x with underflow
H A Dlog1pf.s22 # subnormal x, return x with underflow
H A Dlog1p.s22 # subnormal x, return x with underflow
/third_party/musl/src/math/x86_64/
H A Dexp2l.s12 # x*log2e <= -65, return -1 without underflow
56 fstps (%rsp) # raise underflow
/third_party/zlib/contrib/iostream/
H A Dzfstream.h30 virtual int underflow();
H A Dzfstream.cpp135 int gzfilebuf::underflow() { in underflow() function in gzfilebuf
/third_party/zlib/contrib/iostream3/
H A Dzfstream.h113 underflow();
143 * This calls underflow(EOF) to do the job.
H A Dzfstream.cc171 // 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 DTextAdapter.cpp137 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 Dtest_long.py767 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 Dposixmodule.c736 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 Decp_nistz256-armv4.pl662 @ makes underflow impossible
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl662 @ makes underflow impossible
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S2891 @ 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 Decp_nistz256-armv4.S2891 @ 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 Dstylo.hpp26885 __ret = this->underflow();
27017 underflow()
27024 const bool __testeof = traits_type::eq_int_type(this->underflow(),
27866 __c = __sb->underflow();
[all...]

Completed in 109 milliseconds