Searched refs:exp (Results 76 - 100 of 3491) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Ddump.c43 mp_exp_t exp; local
46 str = mpf_get_str (0, &exp, 10, 0, u);
48 printf ("-0.%se%ld\n", str + 1, exp);
50 printf ("0.%se%ld\n", str, exp);
H A Dint_p.c39 mp_exp_t exp; variable
43 exp = EXP (f);
44 if (exp <= 0)
54 return size <= exp;
H A Drandom2.c37 mpf_random2 (mpf_ptr x, mp_size_t xs, mp_exp_t exp) argument
61 exp = ABS (exp);
62 exp = elimb % (2 * exp + 1) - exp;
64 EXP(x) = exp;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_q.c31 mpfr_exp_t exp; local
50 exp = mpfr_get_z_2exp (u, f);
51 if (exp >= 0)
53 MPFR_ASSERTN (exp <= (mp_bitcnt_t) -1);
54 mpz_mul_2exp (u, u, exp);
56 else /* exp < 0 */
58 MPFR_ASSERTN (-exp <= (mp_bitcnt_t) -1);
59 mpq_div_2exp (q, q, -exp);
H A Dget_z.c31 mpfr_exp_t exp; local
47 exp = MPFR_GET_EXP (f);
48 /* if exp <= 0, then |f|<1, thus |o(f)|<=1 */
49 MPFR_ASSERTN (exp < 0 || exp <= MPFR_PREC_MAX);
50 mpfr_init2 (r, (exp < (mpfr_exp_t) MPFR_PREC_MIN ?
51 MPFR_PREC_MIN : (mpfr_prec_t) exp));
61 exp = mpfr_get_z_2exp (z, r);
62 if (exp >= 0)
63 mpz_mul_2exp (z, z, exp);
[all...]
H A Dget_d64.c123 x.s.exp = 1984; /* G[0]..G[4] = 11111: quiet NaN */
143 x.s.exp = 1920; /* G[0]..G[4] = 11110: Inf */
189 long int exp; local
210 exp = n;
214 /* we have exp digits before decimal point, and a total of n digits */
215 exp -= n; /* we will consider an integer mantissa */
219 exp += strtol (s + 1, endptr, 10);
221 MPFR_ASSERTN(-398 <= exp && exp <= (long) (385 - n));
225 exp
325 long int exp = 0; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c74 Expression *semanticY(DotIdExp *exp, Scope *sc, int flag);
75 Expression *semanticY(DotTemplateInstanceExp *exp, Scope *sc, int flag);
76 StringExp *semanticString(Scope *sc, Expression *exp, const char *s);
196 * Determine if `exp`, which takes the address of `v`, can do so safely.
199 * exp = expression that takes the address of `v`
284 void visit(IdentifierExp *exp) argument
286 if (exp->type) // This is used as the dummy expression
288 result = exp;
293 Dsymbol *s = sc->search(exp->loc, exp
802 visit(TypeExp *exp) argument
848 visit(ScopeExp *exp) argument
991 visit(NewExp *exp) argument
1507 visit(TupleExp *exp) argument
1544 visit(FuncExp *exp) argument
1650 callExpSemantic(FuncExp *exp, Scope *sc, Expressions *arguments) argument
1824 visit(TypeidExp *exp) argument
2221 visit(BinAssignExp *exp) argument
2332 visit(CompileExp *exp) argument
2421 visit(AssertExp *exp) argument
2480 visit(DotIdExp *exp) argument
2524 visit(DotVarExp *exp) argument
2669 visit(DotTemplateInstanceExp *exp) argument
2715 visit(DotTypeExp *exp) argument
2733 visit(CallExp *exp) argument
3607 visit(AddrExp *exp) argument
3871 visit(PtrExp *exp) argument
3913 visit(NegExp *exp) argument
3954 visit(UAddExp *exp) argument
3978 visit(ComExp *exp) argument
4061 visit(DeleteExp *exp) argument
4197 visit(CastExp *exp) argument
4335 visit(VectorExp *exp) argument
4395 visit(SliceExp *exp) argument
4776 visit(ArrayExp *exp) argument
4794 visit(DotExp *exp) argument
4854 visit(IndexExp *exp) argument
5059 visit(PostExp *exp) argument
5153 visit(PreExp *exp) argument
5172 visit(AssignExp *exp) argument
6187 visit(CatAssignExp *exp) argument
6279 visit(PowAssignExp *exp) argument
6366 visit(AddExp *exp) argument
6467 visit(MinExp *exp) argument
6600 visit(CatExp *exp) argument
6796 visit(MulExp *exp) argument
6897 visit(DivExp *exp) argument
6998 visit(ModExp *exp) argument
7075 visit(PowExp *exp) argument
7194 visit(ShlExp *exp) argument
7230 visit(ShrExp *exp) argument
7265 visit(UshrExp *exp) argument
7300 visit(AndExp *exp) argument
7357 visit(OrExp *exp) argument
7414 visit(XorExp *exp) argument
7471 visit(OrOrExp *exp) argument
7549 visit(AndAndExp *exp) argument
7627 visit(InExp *exp) argument
7688 visit(CmpExp *exp) argument
7844 visit(EqualExp *exp) argument
7940 visit(IdentityExp *exp) argument
7993 visit(CondExp *exp) argument
8164 trySemantic(Expression *exp, Scope* sc) argument
8237 semanticX(DotIdExp *exp, Scope *sc) argument
8344 semanticY(DotIdExp *exp, Scope *sc, int flag) argument
8634 semanticY(DotTemplateInstanceExp *exp, Scope *sc, int flag) argument
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A DMakefile.am6 aead_aes256gcm.exp \
7 aead_chacha20poly1305.exp \
8 aead_xchacha20poly1305.exp \
9 auth.exp \
10 auth2.exp \
11 auth3.exp \
12 auth5.exp \
13 auth6.exp \
14 auth7.exp \
15 box.exp \
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dplural.y35 #include "plural-exp.h"
52 struct expression *exp;
170 %type <exp> exp
174 start: exp
182 exp: exp '?' exp ':' exp label
186 | exp '|' ex
[all...]
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dplural.y37 #include "plural-exp.h"
54 struct expression *exp;
172 %type <exp> exp
176 start: exp
184 exp: exp '?' exp ':' exp label
188 | exp '|' ex
[all...]
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dplural.y35 #include "plural-exp.h"
57 struct expression *exp;
180 %type <exp> exp
184 start: exp
192 exp: exp '?' exp ':' exp label
196 | exp '|' ex
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dplural.y35 #include "plural-exp.h"
57 struct expression *exp;
180 %type <exp> exp
184 start: exp
192 exp: exp '?' exp ':' exp label
196 | exp '|' ex
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dpretty-array.exp20 if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
21 untested $testfile.exp
26 untested $testfile.exp
H A Dpretty-print.exp20 if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
21 untested $testfile.exp
26 untested $testfile.exp
H A Dalign-c++.exp27 source $srcdir/$subdir/align.exp.tcl
H A Dall-architectures-0.exp17 source $srcdir/$subdir/all-architectures.exp.tcl
H A Dall-architectures-1.exp17 source $srcdir/$subdir/all-architectures.exp.tcl
H A Dall-architectures-2.exp17 source $srcdir/$subdir/all-architectures.exp.tcl
H A Dall-architectures-4.exp17 source $srcdir/$subdir/all-architectures.exp.tcl
H A Dall-architectures-5.exp17 source $srcdir/$subdir/all-architectures.exp.tcl
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dcompletion.exp21 load_lib fortran.exp
22 load_lib completion-support.exp
24 if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dplural.y35 #include "plural-exp.h"
57 struct expression *exp;
180 %type <exp> exp
184 start: exp
192 exp: exp '?' exp ':' exp label
196 | exp '|' ex
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dplural.y35 #include "plural-exp.h"
57 struct expression *exp;
180 %type <exp> exp
184 start: exp
192 exp: exp '?' exp ':' exp label
196 | exp '|' ex
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.y37 #include "plural-exp.h"
54 struct expression *exp;
148 %type <exp> exp
152 start: exp
160 exp: exp '?' exp ':' exp label
164 | exp '|' ex
[all...]
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dplural.y37 #include "plural-exp.h"
54 struct expression *exp;
148 %type <exp> exp
152 start: exp
160 exp: exp '?' exp ':' exp label
164 | exp '|' ex
[all...]

Completed in 321 milliseconds

1234567891011>>