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

12345

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-tic6x/
H A Dreloc-overflow-abs-s16-2.d1 #name: C6X relocation underflow, ABS_S16
H A Dreloc-overflow-abs16-2.d1 #name: C6X relocation underflow, ABS16
H A Dreloc-overflow-abs8-2.d1 #name: C6X relocation underflow, ABS8
H A Dreloc-overflow-pcr-s10-2.d1 #name: C6X relocation underflow, PCR_S10
H A Dreloc-overflow-pcr-s12-2.d1 #name: C6X relocation underflow, PCR_S12
H A Dreloc-overflow-pcr-s21-2.d1 #name: C6X relocation underflow, PCR_S21
H A Dreloc-overflow-pcr-s7-2.d1 #name: C6X relocation underflow, PCR_S7
H A Dreloc-overflow-sbr-s16-2.d1 #name: C6X relocation underflow, SBR_S16
H A Dreloc-overflow-sbr-u15-b-2.d1 #name: C6X relocation underflow, SBR_U15_B
H A Dreloc-overflow-sbr-u15-h-2.d1 #name: C6X relocation underflow, SBR_U15_H
H A Dreloc-overflow-sbr-u15-w-2.d1 #name: C6X relocation underflow, SBR_U15_W
/netbsd-current/external/bsd/kyua-cli/dist/utils/process/
H A Dsystembuf.hpp56 int_type underflow(void);
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_ldexp_ieee754.c48 underflow(double val) function
95 return underflow(val);
100 return underflow(val);
126 * Check for underflow and overflow, and if none, calculate the
148 return underflow(val);
/netbsd-current/lib/libm/src/
H A Ds_scalbnl.c86 goto underflow;
105 goto underflow;
109 underflow:
H A Ds_exp2f.c50 * underflow or overflow trap as well as generating infinity or zero.
64 static volatile double underflow = 0x1p-1000; variable
69 #define underflow (tiny * tiny) macro
138 return underflow; /* zero with underflow */
/netbsd-current/lib/libm/arch/vax/
H A Dn_scalbn.S59 jleq underflow
69 jleq underflow /* <= 0? */
75 underflow: label
/netbsd-current/lib/libc/gen/
H A Dgetbsize.c68 goto underflow;
105 underflow: warnx("%s: minimum blocksize is 512", p);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-bpf/
H A Dcall-3.d5 #name: CALL check unsigned underflow
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-stack-boundary.exp41 gdb_test "file $binfile" {Reading symbols from .*\.\.\.\r\nDuring symbol reading: location description stack underflow\r\nDuring symbol reading: location description stack overflow} "check partial symtab errors"
43 gdb_test "p underflow" {Asked for position 0 of stack, stack only has 0 elements on it\.}
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstreambuf.cc57 __c = __sbin->underflow();
97 __c = __sbin->underflow();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstreambuf.cc57 __c = __sbin->underflow();
97 __c = __sbin->underflow();
/netbsd-current/sys/arch/hppa/spmath/
H A Ddfsub.c340 goto underflow;
352 result_exponent==0) goto underflow;
367 goto underflow;
375 goto underflow;
382 if(result_exponent <= 0) goto underflow;
421 underflow:
456 * exact. Otherwise round in the correct direction. No underflow is
H A Ddfadd.c339 goto underflow;
353 result_exponent==0) goto underflow;
368 goto underflow;
376 goto underflow;
383 if(result_exponent <= 0) goto underflow;
422 underflow:
457 * exact. Otherwise round in the correct direction. No underflow is
H A Dsfsub.c337 goto underflow;
351 result_exponent==0) goto underflow;
366 goto underflow;
374 goto underflow;
381 if(result_exponent <= 0) goto underflow;
420 underflow:
455 * exact. Otherwise round in the correct direction. No underflow is
H A Dsfadd.c334 goto underflow;
348 result_exponent==0) goto underflow;
363 goto underflow;
371 goto underflow;
378 if(result_exponent <= 0) goto underflow;
417 underflow:
452 * exact. Otherwise round in the correct direction. No underflow is

Completed in 388 milliseconds

12345