Searched refs:iptr (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.0-release/lib/msun/src/
H A Ds_modf.c18 * modf(double x, double *iptr)
19 * return fraction part of x, and return x's integral part in *iptr.
33 modf(double x, double *iptr) argument
41 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */
47 *iptr = x;
52 INSERT_WORDS(*iptr,i0&(~i),0);
53 return x - *iptr;
59 *iptr = x;
62 *iptr
[all...]
H A Ds_modff.c25 modff(float x, float *iptr) argument
33 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */
39 *iptr = x;
44 SET_FLOAT_WORD(*iptr,i0&(~i));
45 return x - *iptr;
50 *iptr = x*one;
H A Ds_modfl.c58 modfl(long double x, long double *iptr) argument
67 *iptr = zero[ux.bits.sign];
72 *iptr = x;
79 *iptr = ux.e;
84 *iptr = x;
91 *iptr = x;
97 *iptr = ux.e;
/freebsd-10.0-release/lib/libc/gen/
H A Dmodf.c17 * modf(double x, double *iptr)
18 * return fraction part of x, and return x's integral part in *iptr.
92 modf(double x, double *iptr) argument
100 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */
106 *iptr = x;
111 INSERT_WORDS(*iptr,i0&(~i),0);
112 return x - *iptr;
118 *iptr = x;
121 *iptr
[all...]
/freebsd-10.0-release/contrib/amd/fsinfo/
H A Dfsinfo.c90 char *iptr = idvbuf; local
159 /* sizeof(iptr) is actually that of idvbuf. See declaration above */
160 xsnprintf(iptr, sizeof(idvbuf), "-%c%s ", ch, optarg);
161 iptr += strlen(iptr);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c350 modff(float x, float *iptr) argument
355 *iptr = (float) temp;
362 modfl(long double x, long double *iptr) argument
367 *iptr = temp;
/freebsd-10.0-release/sys/dev/dcons/
H A Ddcons.c147 dc->i.ptr = &buf->iptr[port];
154 buf->iptr[port] = DCONS_MAKE_PTR(&dc->i);
176 dc->i.gen = ntohl(buf->iptr[port]) >> DCONS_GEN_SHIFT;
178 dc->i.pos = ntohl(buf->iptr[port]) & DCONS_POS_MASK;
180 dc->i.ptr = &buf->iptr[port];
H A Ddcons.h61 V u_int32_t iptr[DCONS_NPORT]; member in struct:dcons_buf
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c367 const char *iptr, *_ptr; local
372 for (iptr = 0, _ptr = fldefs; _ptr && (*_ptr != '\0'); _ptr++) {
374 iptr = _ptr + 1;
376 if (iptr == 0)
377 iptr = fldefs;
380 for (*optr++ = '_'; iptr && (*iptr != '\0'); iptr++, optr++) {
381 if (*iptr == '.') {
388 *optr = toupper(*iptr);
[all...]
/freebsd-10.0-release/sys/dev/ed/
H A Dif_ed_wd80x3.c99 u_char iptr, isa16bit, sum, totalsum; local
295 iptr = (ed_asic_inb(sc, ED_WD_ICR) & ED_WD_ICR_IR2) |
305 intr_vals[0][iptr], 1);
318 iptr = (((ed_asic_inb(sc, ED_WD790_GCR) & ED_WD790_GCR_IR2) >> 4) |
330 intr_vals[1][iptr], 1);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d88 new_intptr iptr;
/freebsd-10.0-release/sys/dev/cy/
H A Dcy.c193 u_char *iptr; /* next free spot in input buffer */ member in struct:com_s
562 cy_events -= (com->iptr - com->ibuf);
563 com->iptr = com->ibuf;
583 incc = com->iptr - buf;
605 } while (buf < com->iptr);
631 } while (buf < com->iptr);
633 cy_events -= (com->iptr - com->ibuf);
634 com->iptr = com->ibuf;
749 ioptr = com->iptr;
758 com->iptr
[all...]
/freebsd-10.0-release/contrib/dtc/
H A Dfdtput.c113 int *iptr = (int *)ptr; local
116 *iptr = cpu_to_fdt32(ival);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c635 static double my_modf(double x0, double *iptr) argument
654 (*iptr) = 0;
663 (*iptr) = l*f + i2;
667 (*iptr) = l;
668 return x - (*iptr);
/freebsd-10.0-release/sys/dev/sio/
H A Dsio.c206 u_char *iptr; /* next free spot in input buffer */ member in struct:com_s
1320 com_events -= (com->iptr - com->ibuf);
1321 com->iptr = com->ibuf;
1339 incc = com->iptr - buf;
1360 } while (buf < com->iptr);
1384 } while (buf < com->iptr);
1386 com_events -= (com->iptr - com->ibuf);
1387 com->iptr = com->ibuf;
1563 ioptr = com->iptr;
1572 if (com->iptr
[all...]
/freebsd-10.0-release/usr.sbin/dconschat/
H A Ddconschat.c114 u_int32_t iptr; member in struct:dcons_state::dcons_port
414 i->gen = ntohl(dbuf.iptr[j]) >> DCONS_GEN_SHIFT;
415 i->pos = ntohl(dbuf.iptr[j]) & DCONS_POS_MASK;
471 dc->port[i].iptr = ntohl(ptr[DCONS_NPORT + i + 1]);
564 ptr = dc->port[port].iptr;
594 dc->port[port].iptr = ptr;
597 printf("(iptr: 0x%x)", ptr);
600 dc->paddr + __offsetof(struct dcons_buf, iptr[port]));
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1.h381 * ASN1_ITEM_EXP *iptr;
391 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
405 #define ASN1_ITEM_ptr(iptr) (iptr)
408 #define ASN1_ITEM_ref(iptr) (&(iptr##_it))
425 #define ASN1_ITEM_ptr(iptr) (iptr())
428 #define ASN1_ITEM_ref(iptr) (iptr##_i
[all...]
H A Dasn1t.h80 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
94 #define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
/freebsd-10.0-release/sys/pc98/cbus/
H A Dsio.c270 u_char *iptr; /* next free spot in input buffer */ member in struct:com_s
2063 com_events -= (com->iptr - com->ibuf);
2064 com->iptr = com->ibuf;
2082 incc = com->iptr - buf;
2103 } while (buf < com->iptr);
2127 } while (buf < com->iptr);
2129 com_events -= (com->iptr - com->ibuf);
2130 com->iptr = com->ibuf;
2413 ioptr = com->iptr;
2422 if (com->iptr
[all...]
/freebsd-10.0-release/contrib/top/
H A Dtop.c185 char *iptr; local
815 if ((iptr = strchr(command_chars, ch)) == NULL)
827 change = iptr - command_chars;
/freebsd-10.0-release/sys/i386/xbox/
H A Dxboxfb.c217 int* iptr; local
249 iptr = (uint32_t*)sc->sc_framebuffer;
251 *iptr++ = cmap[0];
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_chu.c295 int iptr; /* integrator pointer */ member in struct:xmtr
1541 sp->metric -= sp->integ[sp->iptr];
1542 sp->integ[sp->iptr] = met;
1543 sp->metric += sp->integ[sp->iptr];
1544 sp->iptr = (sp->iptr + 1) % ISTAGE;
H A Drefclock_wwv.c943 static int iptr; /* data channel pointer */ local
1041 up->irig -= ibuf[iptr];
1042 ibuf[iptr] = dtemp;
1047 up->qrig -= qbuf[iptr];
1048 qbuf[iptr] = dtemp;
1050 iptr = (iptr + 1) % DATSIZ;
/freebsd-10.0-release/contrib/libreadline/
H A Dhistexpand.c423 get_subst_pattern (str, iptr, delimiter, is_rhs, lenptr)
425 int *iptr, delimiter, is_rhs, *lenptr;
434 i = *iptr;
474 *iptr = i;
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lstdc111 double (modf)(double value, double *iptr);

Completed in 312 milliseconds

12