Searched refs:exp (Results 176 - 200 of 3491) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dptr-indentation.exp19 load_lib fortran.exp
21 if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug f90}]} {
H A Dprinting-types.exp19 load_lib fortran.exp
21 if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug f90}]} {
H A Dclass-allocatable-array.exp22 load_lib fortran.exp
24 if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-detach.exp18 load_lib mi-support.exp
23 if {[build_executable $testfile.exp $testfile $srcfile {debug}] == -1} {
H A Dmi-var-create-rtti.exp16 load_lib mi-support.exp
22 if [build_executable $testfile.exp $testfile $srcfile $opts] {
/netbsd-current/external/mit/isl/dist/
H A Disl_power_templ.c28 * If the exponent "exp" is negative, then the -exp th power of the inverse
31 __isl_give TYPE *FN(TYPE,fixed_power)(__isl_take TYPE *map, isl_int exp)
41 if (isl_int_is_zero(exp))
45 if (isl_int_is_neg(exp)) {
46 isl_int_neg(exp, exp);
48 return FN(TYPE,fixed_power)(map, exp);
53 isl_int_fdiv_r(r, exp, ctx->two);
64 isl_int_fdiv_q(exp, ex
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsframe-opt.c32 expressionS *exp; local
42 exp = symbol_get_value_expression (frag->fr_symbol);
43 gas_assert ((exp->X_op == O_modulus) || (exp->X_op == O_absent));
46 if (exp->X_op == O_modulus)
53 widthS = exp->X_op_symbol;
100 expressionS *exp; local
110 exp = symbol_get_value_expression (frag->fr_symbol);
111 gas_assert ((exp->X_op == O_modulus) || (exp
[all...]
/netbsd-current/tests/lib/libc/net/
H A Dt_nsdispatch.sh36 cat >exp <<EOF
45 atf_check -o file:exp "$(atf_get_srcdir)/h_nsd_recurse"
H A Dt_servent.sh85 ' | sort >exp
90 diff -u exp out || atf_fail "Observed output does not match reference output"
H A Dt_protoent.sh80 ' | sort >exp
85 diff -u exp out || \
/netbsd-current/tests/lib/libc/stdlib/
H A Dt_atexit.sh38 cat >exp <<EOF
47 diff -Nru exp out \
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dldexpq.c20 ldexpq (__float128 value, int exp) argument
23 value = scalbnq(value,exp);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dldexpq.c20 ldexpq (__float128 value, int exp) argument
23 value = scalbnq(value,exp);
/netbsd-current/external/gpl3/gcc.old/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/lgpl3/mpfr/dist/src/
H A Dget_si.c66 mpfr_exp_t exp; local
68 exp = MPFR_GET_EXP (x);
69 MPFR_ASSERTD (exp >= 1); /* since |x| >= 1 */
72 MPFR_ASSERTD (exp <= GMP_NUMB_BITS);
74 while (exp > GMP_NUMB_BITS)
77 u += (unsigned long) MPFR_MANT(x)[n - 1] << (exp - GMP_NUMB_BITS);
79 exp -= GMP_NUMB_BITS;
83 u += MPFR_MANT(x)[n - 1] >> (GMP_NUMB_BITS - exp);
H A Dget_ui.c32 mpfr_exp_t exp; local
61 exp = MPFR_GET_EXP (x);
62 MPFR_ASSERTD (exp >= 1); /* since |x| >= 1 */
65 MPFR_ASSERTD (exp <= GMP_NUMB_BITS);
67 while (exp > GMP_NUMB_BITS)
70 s += (unsigned long) MPFR_MANT(x)[n - 1] << (exp - GMP_NUMB_BITS);
72 exp -= GMP_NUMB_BITS;
76 s += MPFR_MANT(x)[n - 1] >> (GMP_NUMB_BITS - exp);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Derror.exp19 load_lib gas-dg.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbreak-include.exp20 if { [prepare_for_testing ${testfile}.exp $testfile] } {
H A Dinfcall-nested-structs-c++.exp24 source $srcdir/$subdir/infcall-nested-structs.exp.tcl
H A Dmax-depth-c++.exp22 source $srcdir/$subdir/max-depth.exp.tcl
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dinfcall-nodebug-c++-d0.exp25 source $srcdir/$subdir/infcall-nodebug.exp.tcl
H A Dinfcall-nodebug-c++-d1.exp25 source $srcdir/$subdir/infcall-nodebug.exp.tcl
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-inheritance.exp15 load_lib dwarf.exp
H A Ddw2-modula2-self-type.exp15 load_lib dwarf.exp

Completed in 388 milliseconds

1234567891011>>