Home
last modified time | relevance | path

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

123456789

/third_party/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 assert(!underflow); in pb_debug_buffer_check()
217 if(underflow) in pb_debug_buffer_check()
/third_party/pulseaudio/src/pulse/
Dtimeval.c163 goto underflow; in pa_timeval_sub()
173 goto underflow; in pa_timeval_sub()
181 underflow: in pa_timeval_sub()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl88 if(t==x) return t; else return x; // raise underflow flag
105 if(hy<0x00800000) { // underflow
107 if(t!=x) { // raise underflow flag
134 if(t==x) return t; else return x; // raise underflow flag
155 if(hy<0x00100000) { // underflow
157 if(t!=x) { // raise underflow flag
/third_party/musl/src/math/i386/
Dexp_ld.s16 # x*log2e < -65, return -1 without underflow
66 fstps (%esp) # raise underflow
Datan2.s13 # subnormal x, return x with underflow
Datan.s14 # subnormal x, return x with underflow
Datan2f.s13 # subnormal x, return x with underflow
Datanf.s14 # subnormal x, return x with underflow
Dasin.s19 # subnormal x, return x with underflow
Dlog1p.s22 # subnormal x, return x with underflow
Dlog1pf.s22 # subnormal x, return x with underflow
Dasinf.s19 # subnormal x, return x with underflow
/third_party/musl/src/math/x86_64/
Dexp2l.s12 # x*log2e <= -65, return -1 without underflow
56 fstps (%rsp) # raise underflow
/third_party/musl/src/math/x32/
Dexp2l.s12 # x*log2e <= -65, return -1 without underflow
56 fstps (%esp) # raise underflow
/third_party/optimized-routines/math/test/testcases/directed/
Dsincosf.tst46 ; no underflow
49 ; underflow
/third_party/zlib/contrib/iostream/
Dzfstream.h30 virtual int underflow();
Dzfstream.cpp135 int gzfilebuf::underflow() { in underflow() function in gzfilebuf
/third_party/zlib/contrib/iostream3/
Dzfstream.h113 underflow();
/third_party/python/Lib/test/decimaltestdata/
DdqAbs.decTest76 -- subnormals and underflow
DddAbs.decTest76 -- subnormals and underflow
Dminmag.decTest232 -- overflow and underflow tests .. subnormal results [inputs] now allowed
359 -- subnormals and underflow
Ddivide.decTest746 -- overflow and underflow tests
760 -- overflow and underflow (additional edge tests in multiply.decTest)
761 -- 'subnormal' results now possible (all hard underflow or overflow in
785 -- Sign after overflow and underflow
DdqDivideInt.decTest242 -- overflow and underflow tests [from divide]
252 -- 'subnormal' boundary (all hard underflow or overflow in base arithmetic)
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dnumber_unsigned_t.md43 …r number that can be stored is `0`. Integer numbers that are out of range will yield over/underflow
Dnumber_integer_t.md44 range will yield over/underflow when used in a constructor. During deserialization, too large or sm…

123456789