Searched refs:exp (Results 201 - 225 of 3491) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds.exp23 load_lib fortran.exp
25 if {[prepare_for_testing $testfile.exp $testfile $srcfile {f90 debug}]} {
35 proc kfail_if {exp bugid triplet} {
36 if {$exp} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-arch.exp16 load_lib gdb-guile.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcp-completion-aliases.exp19 load_lib completion-support.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-editing.exp23 load_lib mi-support.exp
H A Dmi-language.exp16 load_lib mi-support.exp
H A Dmi-i-cmd.exp16 load_lib mi-support.exp
H A Dmi-hack-cli.exp19 load_lib mi-support.exp
H A Dmi2-prompt.exp16 load_lib mi-support.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dmi-trace-save.exp17 # mi-trace-frame-collected.exp), so this file currently only tests the error
20 load_lib mi-support.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/config/
H A Dgdbserver.exp68 # The guts live in gdbserver-support.exp now.
70 load_lib gdbserver-support.exp
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/32/
H A D_fixdfdi.c68 register int exp; local
79 exp = EXPD (dl1) - EXPONENT_BIAS - MANTISSA_BITS;
82 if (exp <= -PRECISION)
95 if (exp >= 11) {
97 if (!SIGN (dl1) || exp > 11 || FRACD_LL (dl1) != 0)
105 /* shift down until exp < 12 or l = 0 */
106 if (exp > 0)
107 l <<= exp; local
109 l >>= -exp;
H A D_fixsfdi.c65 register int exp; local
74 exp = EXP (fl1) - EXPONENT_BIAS - MANTISSA_BITS;
77 if (exp <= -PRECISION)
90 if (exp >= 40) {
92 if (!SIGN (fl1) || exp > 40 || FRAC (fl1) != 0)
100 if (exp > 0)
101 l <<= exp; local
103 l >>= -exp;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dmi-trace-save.exp17 # mi-trace-frame-collected.exp), so this file currently only tests the error
20 load_lib mi-support.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfcall-nested-structs-c++.exp24 source $srcdir/$subdir/infcall-nested-structs.exp.tcl
H A Dbreak-include.exp20 if { [prepare_for_testing ${testfile}.exp $testfile] } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/config/
H A Dgdbserver.exp68 # The guts live in gdbserver-support.exp now.
70 load_lib gdbserver-support.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds.exp23 load_lib fortran.exp
25 if {[prepare_for_testing $testfile.exp $testfile $srcfile {f90 debug}]} {
35 proc kfail_if {exp bugid triplet} {
36 if {$exp} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-modula2-self-type.exp15 load_lib dwarf.exp
H A Ddw2-inheritance.exp15 load_lib dwarf.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-arch.exp16 load_lib gdb-guile.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-hack-cli.exp19 load_lib mi-support.exp
H A Dmi-language.exp16 load_lib mi-support.exp
H A Dmi-i-cmd.exp16 load_lib mi-support.exp
H A Dmi-editing.exp23 load_lib mi-support.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcp-completion-aliases.exp19 load_lib completion-support.exp

Completed in 265 milliseconds

1234567891011>>