Searched refs:im (Results 1 - 25 of 198) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcomplex_t.h21 real_t im; member in struct:complex_t
23 complex_t(real_t re) : re(re), im(ldouble(0)) {}
24 complex_t(real_t re, real_t im) : re(re), im(im) {} argument
26 complex_t operator + (complex_t y) { return complex_t(re + y.re, im + y.im); }
27 complex_t operator - (complex_t y) { return complex_t(re - y.re, im - y.im); }
28 complex_t operator - () { return complex_t(-re, -im); }
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dcomplex_t.h21 real_t im; member in struct:complex_t
23 complex_t(real_t re) : re(re), im(CTFloat::zero) {}
24 complex_t(real_t re, real_t im) : re(re), im(im) {} argument
26 complex_t operator + (complex_t y) { return complex_t(re + y.re, im + y.im); }
27 complex_t operator - (complex_t y) { return complex_t(re - y.re, im - y.im); }
28 complex_t operator - () { return complex_t(-re, -im); }
[all...]
H A Dcomplex.d21 real_t im;
32 this(real_t re, real_t im)
35 this.im = im;
41 return complex_t(re + y.re, im + y.im);
47 return complex_t(re - y.re, im - y.im);
53 return complex_t(-re, -im);
59 return complex_t(re * y.re - im *
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dimage.c30 image_free(struct image *im) argument
32 struct screen *s = im->s;
34 TAILQ_REMOVE(&all_images, im, all_entry);
37 TAILQ_REMOVE(&s->images, im, entry);
38 sixel_free(im->data);
39 free(im->fallback);
40 free(im);
46 struct image *im, *im1; local
49 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1)
50 image_free(im);
99 struct image *im; local
123 struct image *im, *im1; local
138 struct image *im, *im1; local
155 struct image *im, *im1; local
[all...]
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dd_c99_complex_split.c36 set_complex_complete(double re, double im) argument
41 __imag__ c = im;
70 set_complex_only_imag(double im) argument
75 __imag__ c = im;
/netbsd-current/external/bsd/ipf/dist/perl/
H A DIsbgraph91 $im=new GD::Image($XGIF,$YGIF);
93 $white=$im->colorAllocate(255,255,255);
94 $black=$im->colorAllocate(0,0,0);
95 $pink=$im->colorAllocate(255,153,153);
96 $red=$im->colorAllocate(255,0,0);
97 $blue=$im->colorAllocate(0,0,255);
98 $green=$im->colorAllocate(0,192,51);
99 $orange=$im->colorAllocate(255,102,0);
100 $pink=$im->colorAllocate(255,153,153);
101 $teal=$im
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Ddbm.c89 int32_t im; local
110 for (im = 0; im < MACRO_MAX; im++) {
113 fname, im);
116 nvals[im] = be32toh(*ep);
117 macros[im] = (struct macro *)__UNCONST(++ep);
201 dbm_page_bymacro(int32_t im, const struct dbm_match *match) argument
203 assert(im >= 0);
204 assert(im < MACRO_MA
354 static int32_t im, iv; local
397 dbm_macro_count(int32_t im) argument
405 dbm_macro_get(int32_t im, int32_t iv) argument
422 dbm_macro_bypage(int32_t im, int32_t ip) argument
440 static int32_t im, ip, iv; local
[all...]
H A Ddba_read.c43 int32_t im, ip, iv, npages; local
64 for (im = 0; im < MACRO_MAX; im++) {
65 for (iv = 0; iv < dbm_macro_count(im); iv++) {
66 mdata = dbm_macro_get(im, iv);
67 dba_macro_new(dba, im, mdata->value, mdata->pp);
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dui_ui_sub.c25 mpc_ui_ui_sub (mpc_ptr rop, unsigned long int re, unsigned long int im, argument
31 inex_im = mpfr_ui_sub (mpc_imagref (rop), im, mpc_imagref (op), MPC_RND_IM (rnd));
/netbsd-current/external/bsd/blocklist/port/
H A D_strtoi.h52 __TYPE im; local
67 im = __WRAPPED(nptr, endptr, base);
81 if (im < lo) {
86 if (im > hi) {
92 return im;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcomplex.d28 im = (optional) imaginary part of complex number, 0 if omitted.
33 $(D im) are floating-point numbers, the return type will
47 auto complex(R, I)(R re, I im) @safe pure nothrow @nogc
51 return Complex!(CommonType!(R, I))(re, im);
53 return Complex!double(re, im);
62 assert(a.im == 0.0);
67 assert(b.im == 0.0L);
72 assert(c.im == 2.0);
77 assert(d.im == 4.0L);
82 assert(e.im
[all...]
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtpl_mpc.c26 mpfr_rnd_t re, im; local
28 tpl_read_mpfr_rnd (datafile_context, &im);
29 *rnd = MPC_RND (re, im);
H A Dtset.c250 intmax_t im = (intmax_t) prec; local
257 mpc_set_sj (z, im, MPC_RNDNN);
267 mpc_set_sj_sj (z, im, im, MPC_RNDNN);
272 im = LONG_MAX;
274 im = 2 * im * im + 4 * im + 1; /* gives 2^(2n-1)-1 from 2^(n-1)-1 */
276 mpc_set_sj (z, im, MPC_RNDN
[all...]
H A Dcomparisons.c44 && same_mpfr_value (mpc_imagref (got), mpc_imagref (ref), known_signs.im);
H A Dteta.c70 long int re, im; local
104 im = mpfr_get_si (mpc_imagref (z), MPFR_RNDN);
105 ok &= (!mpz_cmp (re_z, tmp) && im == 1);
127 im = mpfr_get_si (mpc_imagref (z), MPFR_RNDN);
128 ok &= (re == 1728 && im == 1);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcomplex.d37 im = (optional) imaginary part of complex number, 0 if omitted.
42 `im` are floating-point numbers, the return type will
56 auto complex(R, I)(const R re, const I im) @safe pure nothrow @nogc
60 return Complex!(CommonType!(R, I))(re, im);
62 return Complex!double(re, im);
71 assert(a.im == 0.0);
76 assert(b.im == 0.0L);
81 assert(c.im == 2.0);
86 assert(d.im == 4.0L);
91 assert(e.im
[all...]
/netbsd-current/sys/dev/i2o/
H A Diop.c286 struct iop_msg *im; local
395 im = malloc(sizeof(*im) * sc->sc_maxib, M_DEVBUF, M_WAITOK|M_ZERO);
397 sc->sc_ims = im;
400 for (i = 0; i < sc->sc_maxib; i++, im++) {
404 &im->im_xfer[0].ix_map);
410 im->im_tctx = i;
411 SLIST_INSERT_HEAD(&sc->sc_im_freelist, im, im_chain);
412 cv_init(&im->im_cv, "iopmsg");
647 struct iop_msg *im; local
1070 struct iop_msg *im; local
1129 struct iop_msg *im; local
1201 struct iop_msg *im; local
1238 struct iop_msg *im; local
1295 struct iop_msg *im; local
1338 struct iop_msg *im; local
1379 struct iop_msg *im; local
1425 struct iop_msg *im; local
1449 struct iop_msg *im; local
1612 struct iop_msg *im; local
1780 iop_intr_event(device_t dv, struct iop_msg *im, void *reply) argument
1800 struct iop_msg *im; local
1834 iop_msg_free(struct iop_softc *sc, struct iop_msg *im) argument
1852 iop_msg_map(struct iop_softc *sc, struct iop_msg *im, u_int32_t *mb, void *xferaddr, int xfersize, int out, struct proc *up) argument
1955 iop_msg_map_bio(struct iop_softc *sc, struct iop_msg *im, u_int32_t *mb, void *xferaddr, int xfersize, int out) argument
2050 iop_msg_unmap(struct iop_softc *sc, struct iop_msg *im) argument
2122 iop_msg_post(struct iop_softc *sc, struct iop_msg *im, void *xmb, int timo) argument
2165 iop_msg_poll(struct iop_softc *sc, struct iop_msg *im, int timo) argument
2212 iop_msg_wait(struct iop_softc *sc, struct iop_msg *im, int timo) argument
2377 struct iop_msg *im; local
2402 struct iop_msg *im; local
2557 struct iop_msg *im; local
[all...]
H A Dld_iop.c346 struct iop_msg *im; local
357 im = iop_msg_alloc(iop, 0);
358 im->im_dvcontext = bp;
386 mf->msgtctx = im->im_tctx;
393 rv = iop_msg_map_bio(iop, im, mb, bp->b_data, bp->b_bcount, write);
396 iop_msg_unmap(iop, im);
397 iop_msg_free(iop, im);
406 struct iop_msg *im; local
418 im = iop_msg_alloc(iop, IM_POLL);
424 mf->msgtctx = im
444 struct iop_msg *im; local
485 ld_iop_intr(device_t dv, struct iop_msg *im, void *reply) argument
523 ld_iop_intr_event(device_t dv, struct iop_msg *im, void *reply) argument
[all...]
H A Diopsp.c351 struct iop_msg *im; local
358 im = iop_msg_alloc(iop, IM_WAIT);
363 mf.msgtctx = im->im_tctx;
365 rv = iop_msg_post(iop, im, &mf, 5*60*1000);
366 iop_msg_free(iop, im);
388 struct iop_msg *im; local
431 im = iop_msg_alloc(iop, IM_POLL_INTR |
433 im->im_dvcontext = xs;
439 mf->msgtctx = im->im_tctx;
460 error = iop_msg_map_bio(iop, im, m
505 struct iop_msg *im; local
531 iopsp_intr(device_t dv, struct iop_msg *im, void *reply) argument
[all...]
/netbsd-current/common/lib/libc/stdlib/
H A D_strtoi.h71 __TYPE im; local
93 im = __WRAPPED(nptr, endptr, base);
95 im = __WRAPPED_L(nptr, endptr, base, loc);
107 if (im < lo) {
113 if (im > hi) {
123 return im;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp251 #define im(i) MI.getOperand(i).getImm() macro
323 return rr0(eIMM(im(1), W0), Outputs);
379 return rr0(eADD(rc(1), eIMM(im(2), W0)), Outputs);
381 RegisterCell RC = eADD(eIMM(im(1), W0), eASL(rc(2), im(3)));
385 RegisterCell RC = eADD(eIMM(im(1), W0), eLSR(rc(2), im(3)));
389 RegisterCell RC = eADD(rc(1), eADD(rc(2), eIMM(im(3), W0)));
393 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0));
394 RegisterCell RC = eADD(eIMM(im(
974 #undef im macro
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A DSampleLDAP.pm85 if ( $this->{$dn} =~ /$avaStr/im ) {
107 $this->{$dn} =~ s/^$key:\s*$value\n//im;
111 $this->{$dn} =~ s/$key: .*$/$key: $value/im;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDerivedMetrics.cc145 int im; local
146 for (im = 0; im < nmetrics; im++)
148 Metric *m = mitems->fetch (im);
156 if (im >= nmetrics)
159 map[idm] = +1 + im; // encode as a positive index
162 map[idm] = -1 - im; // encode as a negative index
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dcomment-3.d9 0000000000000000 l \.MMIX\.reg_contents 0000000000000000 im
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dutility.d33 private struct _Complex(T) { T re; T im; }

Completed in 386 milliseconds

12345678