Searched refs:exp (Results 151 - 175 of 3491) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dget_d.c37 long exp; local
44 exp = (EXP (src) - abs_size) * GMP_NUMB_BITS;
45 return mpn_get_d (PTR (src), abs_size, size, exp);
H A Dfits_s.h41 mp_exp_t exp; variable
44 exp = EXP(f);
45 if (exp < 1)
52 if (exp == 1)
57 else if (exp == 2 && MAXIMUM > GMP_NUMB_MAX)
H A Dfits_u.h41 mp_exp_t exp; variable
44 exp = EXP(f);
45 if (exp < 1)
49 if (fn < 0) /* zero catched by exp == 0 */
54 if (exp == 1)
59 else if (exp == 2 && MAXIMUM > GMP_NUMB_MAX)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d122 // char literals exp `.toStringExp` return `null` but we cant override it
142 * Resolve `exp` as a compile-time known string.
145 * exp = Expression which expected as a string
150 StringExp semanticString(Scope *sc, Expression exp, const char* s)
153 exp = exp.expressionSemantic(sc);
154 exp = resolveProperties(sc, exp);
157 if (exp.op == EXP.error)
160 auto e = exp;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dassert_.d39 void _assert(const(void)* exp, const(void)* file, uint line);
47 void _wassert(const(wchar)* exp, const(wchar)* file, uint line);
49 void _assert(const(char)* exp, const(char)* file, uint line);
56 void __assert_rtn(const(char)* func, const(char)* file, uint line, const(char)* exp);
63 void __assert(const(char)* exp, const(char)* file, uint line);
70 void __assert(const(char)* file, int line, const(char)* exp);
77 void __assert(const(char)* file, int line, const(char)* exp);
79 void __assert2(const(char)* file, int line, const(char)* func, const(char)* exp);
86 void __assert(const(char)* exp, const(char)* file, uint line);
93 void __assert(const(char)* exp, cons
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-pow.c28 check_one (mpz_srcptr want, mpz_srcptr base, unsigned long exp) argument
36 mpz_pow_ui (got, base, exp);
41 printf (" exp = %lu (0x%lX)\n", exp, exp);
48 mpz_pow_ui (got, got, exp);
53 printf (" exp = %lu (0x%lX)\n", exp, exp);
62 mpz_ui_pow_ui (got, base_u, exp);
80 unsigned long exp; local
165 unsigned long size_range, exp; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_d64.c122 int exp; /* exponent */ local
154 MPFR_LOG_MSG (("x = { .sig = %u, .exp = %u, "
156 (unsigned int) x.s.sig, (unsigned int) x.s.exp,
159 Gh = x.s.exp >> 6;
187 exp = (x.s.exp >> 1) & 768;
192 exp = (x.s.exp & 384) << 1;
195 exp |= (x.s.exp
288 int exp = 0; local
[all...]
H A Dset_d128.c132 int exp; /* exponent */ local
172 exp = Gh >> 3;
177 exp = (Gh >> 1) & 3; /* 2G2+G3 */
180 exp = (exp << 12) | (x.s.comb & 0xfff); /* add last 12 bits of biased exp. */
209 exp = x.s.comb >> 3; /* upper 14 bits, exp <= 12287 */
246 exp -= 6176; /* unbiased exponent: emin - (p-1) where
248 sprintf (t, "E%d", exp);
261 int exp = 0; local
[all...]
/netbsd-current/tests/crypto/libcrypto/bn/
H A DMakefile5 SUBDIR=bn div exp
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-sizeinbase.c66 mp_limb_t exp; local
69 exp = gmp_urandomm_ui (rands, MAX_N);
71 pn = mpn_pow_1 (pp, &a, 1, exp, scratch);
75 if ((res < exp) || (res > exp + 1))
77 printf ("ERROR in test %d, base = %d, exp = %d, res = %d\n",
78 test, (int) a, (int) exp, (int) res);
87 if ((res < exp) || (res - 1 > exp))
89 printf ("ERROR in -1 test %d, base = %d, exp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pe/
H A Dpe.exp22 load_lib gas-dg.exp
23 load_lib gas-defs.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwrite_mem.exp24 if {[build_executable $testfile.exp $testfile \
26 untested $testfile.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dtrace-crash.exp16 load_lib dwarf.exp
17 load_lib trace-support.exp
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds-high.exp23 load_lib fortran.exp
25 if {[prepare_for_testing $testfile.exp $testfile $srcfile {f90 debug}]} {
H A Dclass-allocatable-array.exp22 load_lib fortran.exp
24 if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
H A Dpointer-to-pointer.exp21 load_lib fortran.exp
23 if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
H A Dprinting-types.exp19 load_lib fortran.exp
21 if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug f90}]} {
H A Dptr-indentation.exp19 load_lib fortran.exp
21 if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug f90}]} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-detach.exp18 load_lib mi-support.exp
28 if {[build_executable $testfile.exp $testfile $srcfile {debug}] == -1} {
H A Dmi-stepn.exp19 load_lib mi-support.exp
30 if [build_executable ${testfile}.exp ${testfile} ${srcfile} $opts] {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm2-exp.h26 struct expression *exp,
30 struct expression *exp,
47 struct expression *exp,
50 value *arg1 = std::get<0> (m_storage)->evaluate_with_coercion (exp,
52 return eval_op_m2_high (expect_type, exp, noside, arg1);
68 struct expression *exp,
71 value *arg1 = std::get<0> (m_storage)->evaluate_with_coercion (exp,
73 value *arg2 = std::get<1> (m_storage)->evaluate_with_coercion (exp,
75 return eval_op_m2_subscript (expect_type, exp, noside, arg1, arg2);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds-high.exp23 load_lib fortran.exp
25 if {[prepare_for_testing $testfile.exp $testfile $srcfile {f90 debug}]} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-stepn.exp19 load_lib mi-support.exp
25 if [build_executable ${testfile}.exp ${testfile} ${srcfile} $opts] {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwrite_mem.exp24 if {[build_executable $testfile.exp $testfile \
26 untested $testfile.exp
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dtrace-crash.exp16 load_lib dwarf.exp
17 load_lib trace-support.exp

Completed in 401 milliseconds

1234567891011>>