Searched refs:underflow (Results 1 – 25 of 213) sorted by relevance
123456789
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
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() 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/ |
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/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | ulp.inl | 88 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/ |
D | exp_ld.s | 16 # x*log2e < -65, return -1 without underflow 66 fstps (%esp) # raise underflow
|
D | atan2.s | 13 # subnormal x, return x with underflow
|
D | atan.s | 14 # subnormal x, return x with underflow
|
D | atan2f.s | 13 # subnormal x, return x with underflow
|
D | atanf.s | 14 # subnormal x, return x with underflow
|
D | asin.s | 19 # subnormal x, return x with underflow
|
D | log1p.s | 22 # subnormal x, return x with underflow
|
D | log1pf.s | 22 # subnormal x, return x with underflow
|
D | asinf.s | 19 # subnormal x, return x with underflow
|
/third_party/musl/src/math/x86_64/ |
D | exp2l.s | 12 # x*log2e <= -65, return -1 without underflow 56 fstps (%rsp) # raise underflow
|
/third_party/musl/src/math/x32/ |
D | exp2l.s | 12 # x*log2e <= -65, return -1 without underflow 56 fstps (%esp) # raise underflow
|
/third_party/optimized-routines/math/test/testcases/directed/ |
D | sincosf.tst | 46 ; no underflow 49 ; underflow
|
/third_party/zlib/contrib/iostream/ |
D | zfstream.h | 30 virtual int underflow();
|
D | zfstream.cpp | 135 int gzfilebuf::underflow() { in underflow() function in gzfilebuf
|
/third_party/zlib/contrib/iostream3/ |
D | zfstream.h | 113 underflow();
|
/third_party/python/Lib/test/decimaltestdata/ |
D | dqAbs.decTest | 76 -- subnormals and underflow
|
D | ddAbs.decTest | 76 -- subnormals and underflow
|
D | minmag.decTest | 232 -- overflow and underflow tests .. subnormal results [inputs] now allowed 359 -- subnormals and underflow
|
D | divide.decTest | 746 -- 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
|
D | dqDivideInt.decTest | 242 -- 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/ |
D | number_unsigned_t.md | 43 …r number that can be stored is `0`. Integer numbers that are out of range will yield over/underflow
|
D | number_integer_t.md | 44 range will yield over/underflow when used in a constructor. During deserialization, too large or sm…
|
123456789