Searched refs:fop (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmodf.c25 /* Set iop to the integral part of op and fop to its fractional part */
27 mpfr_modf (mpfr_ptr iop, mpfr_ptr fop, mpfr_srcptr op, mpfr_rnd_t rnd_mode) argument
36 ("iop[%Pu]=%.*Rg fop[%Pu]=%.*Rg",
38 mpfr_get_prec (fop), mpfr_log_prec, fop));
40 MPFR_ASSERTN (iop != fop);
47 MPFR_SET_NAN (fop);
51 MPFR_SET_SAME_SIGN (fop, op);
55 MPFR_SET_ZERO (fop);
62 MPFR_SET_ZERO (fop);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pru/
H A Dillegal.l3 .*illegal.s:8: Error: unrecognised instruction fop
H A Dillegal.s8 fop r3,r4,r5
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nios2/
H A Dillegal.s14 fop r3,r4,r5
H A Dillegal.l11 .*illegal.s:14: Error: unrecognised instruction fop
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcrtfastmath.c51 unsigned short fop; member in struct:__anon1192
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcrtfastmath.c51 unsigned short fop; member in struct:__anon1455
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c251 FuncDeclaration *fop = new FuncDeclaration(declLoc, Loc(), Id::assign, stc, tf); local
252 fop->storage_class |= STCinference;
253 fop->generated = true;
317 fop->fbody = new CompoundStatement(loc, s1, s2);
321 sd->members->push(fop);
322 fop->addMember(sc, sd);
330 fop->semantic(sc2);
331 fop->semantic2(sc2);
332 // Bugzilla 15044: fop->semantic3 isn't run here for lazy forward reference resolution.
338 fop
540 FuncDeclaration *fop = new FuncDeclaration(declLoc, Loc(), id, STCstatic, tf); local
625 FuncDeclaration *fop = new FuncDeclaration(declLoc, Loc(), id, STCstatic, tf); local
746 FuncDeclaration *fop = new FuncDeclaration(declLoc, Loc(), id, STCstatic, tf); local
[all...]
/netbsd-current/usr.sbin/bad144/
H A Dbad144.c601 struct format_op fop; local
627 memset((char *)&fop, 0, sizeof(fop));
628 fop.df_buf = buf;
629 fop.df_count = fp->f_bufsize;
630 fop.df_startblk = blk;
632 if (ioctl(fd, DIOCRFORMAT, &fop) < 0)
635 (*fp->f_routine)(fp, dp, blk, buf, fop.df_count) != 0)
644 memset((char *)&fop, 0, sizeof(fop));
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c503 Operation fop; local
510 fop = *fc->fss->s_op;
512 fop.o_bd = fop.o_bd->bd_self;
513 fop.o_hdr = op->o_hdr;
514 fop.o_time = op->o_time;
515 fop.o_tincr = op->o_tincr;
516 fop.o_extra = op->o_extra;
521 fop.o_sync_mode = 0; /* turn off sync mode */
522 fop
680 Operation fop; local
1768 Operation fop = *op; local
2225 Operation fop; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d302 auto fop = new FuncDeclaration(declLoc, Loc.initial, Id.assign, stc, tf);
303 fop.storage_class |= STC.inference;
304 fop.flags |= FUNCFLAG.generated;
370 fop.fbody = new CompoundStatement(loc, s1, s2);
373 sd.members.push(fop);
374 fop.addMember(sc, sd);
380 fop.dsymbolSemantic(sc2);
381 fop.semantic2(sc2);
383 //semantic3(fop, sc2); // isn't run here for lazy forward reference resolution.
389 fop
[all...]
/netbsd-current/sys/dev/mca/
H A Ded_mca.c544 register struct format_op *fop;
548 fop = (struct format_op *)addr;
549 aiov.iov_base = fop->df_buf;
550 aiov.iov_len = fop->df_count;
553 auio.uio_resid = fop->df_count;
556 fop->df_startblk * wd->sc_dk.dk_label->d_secsize;
560 fop->df_count -= auio.uio_resid;
561 fop->df_reg[0] = wdc->sc_status;
562 fop->df_reg[1] = wdc->sc_error;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Di387-fp.cc39 /* All these are only sixteen bits, plus padding, except for fop (which
49 unsigned short fop; member in struct:i387_fsave
59 /* All these are only sixteen bits, plus padding, except for fop (which
64 unsigned short fop; member in struct:i387_fxsave
83 /* All these are only sixteen bits, plus padding, except for fop (which
88 unsigned short fop; member in struct:i387_xsave
162 val2 = regcache_raw_get_unsigned_by_name (regcache, "fop");
163 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
204 /* fop ha
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Di387-fp.cc35 /* All these are only sixteen bits, plus padding, except for fop (which
45 unsigned short fop; member in struct:i387_fsave
55 /* All these are only sixteen bits, plus padding, except for fop (which
60 unsigned short fop; member in struct:i387_fxsave
79 /* All these are only sixteen bits, plus padding, except for fop (which
84 unsigned short fop; member in struct:i387_xsave
158 val2 = regcache_raw_get_unsigned_by_name (regcache, "fop");
159 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
200 /* fop ha
[all...]
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.h49 u_int16_t fop; member in struct:linux__fpstate
/netbsd-current/external/bsd/ipf/dist/
H A Dip_htable.c215 iplookupflush_t fop; local
217 fop.iplf_type = IPLT_HASH;
218 fop.iplf_unit = IPL_LOGALL;
219 fop.iplf_arg = 0;
220 fop.iplf_count = 0;
221 *fop.iplf_name = '\0';
222 ipf_htable_flush(softc, arg, &fop);
H A Dip_dstlist.c271 /* fop(I) - pointer to lookup flush operation data */
278 ipf_dstlist_flush(softc, arg, fop)
281 iplookupflush_t *fop;
288 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
293 if ((*fop->iplf_name != '\0') &&
294 strncmp(fop->iplf_name, node->ipld_name,
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_htable.c224 iplookupflush_t fop; local
226 fop.iplf_type = IPLT_HASH;
227 fop.iplf_unit = IPL_LOGALL;
228 fop.iplf_arg = 0;
229 fop.iplf_count = 0;
230 *fop.iplf_name = '\0';
231 ipf_htable_flush(softc, arg, &fop);
H A Dip_dstlist.c259 /* fop(I) - pointer to lookup flush operation data */
266 ipf_dstlist_flush(ipf_main_softc_t *softc, void *arg, iplookupflush_t *fop) argument
273 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
278 if ((*fop->iplf_name != '\0') &&
279 strncmp(fop->iplf_name, node->ipld_name,
/netbsd-current/external/mit/lua/dist/src/
H A Dlvm.c946 ** operation, 'fop' is the float operation.
949 #define op_arithI(L,iop,fop) { \
960 pc++; setfltvalue(s2v(ra), fop(L, nb, fimm)); \
963 #define op_arithI(L,iop,fop) { \
979 #define op_arithf_aux(L,v1,v2,fop) { \
982 pc++; setfltvalue(s2v(ra), fop(L, n1, n2)); \
989 #define op_arithf(L,fop) { \
993 op_arithf_aux(L, v1, v2, fop); }
999 #define op_arithfK(L,fop) { \
1003 op_arithf_aux(L, v1, v2, fop); }
[all...]
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_frame.c921 Dwarf_Unsigned len, Dwarf_Unsigned *count, Dwarf_Frame_Op *fop,
930 if (fop != NULL) \
931 fop[*count].fp_base_op = (x) >> 6; \
938 if (fop != NULL) \
939 fop[*count].fp_extended_op = (x); \
946 if (fop != NULL) \
947 fop[*count].fp_register = (x); \
954 if (fop != NULL) \
955 fop[*count].fp_offset = (x); \
963 if (fop !
920 _dwarf_frame_convert_inst(Dwarf_Debug dbg, uint8_t addr_size, uint8_t *insts, Dwarf_Unsigned len, Dwarf_Unsigned *count, Dwarf_Frame_Op *fop, Dwarf_Frame_Op3 *fop3, Dwarf_Error *error) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c431 struct crypt_find_op fop; local
506 fop.crid = sess.crid;
507 if (ioctl(cfd, CIOCFINDDEV, &fop) == 0) {
509 OPENSSL_strndup(fop.name, sizeof(fop.name));
/netbsd-current/sys/dev/ata/
H A Dwd.c1406 register struct format_op *fop; local
1411 fop = (struct format_op *)addr;
1412 aiov.iov_base = fop->df_buf;
1413 aiov.iov_len = fop->df_count;
1416 auio.uio_resid = fop->df_count;
1418 fop->df_startblk * wd->sc_dk.dk_label->d_secsize;
1422 fop->df_count -= auio.uio_resid;
1423 fop->df_reg[0] = wdc->sc_status;
1424 fop->df_reg[1] = wdc->sc_error;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.c222 ULONGEST fop; local
244 I387_FOP_REGNUM (tdep), &fop);
318 ? (hex_string_custom (fop ? (fop | 0xd800) : 0, 4))
428 18 /* `fop' (bottom 11 bits). */
553 6, /* `fop' (bottom 11 bits). */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.c222 ULONGEST fop; local
244 I387_FOP_REGNUM (tdep), &fop);
318 ? (hex_string_custom (fop ? (fop | 0xd800) : 0, 4))
430 18 /* `fop' (bottom 11 bits). */
556 6, /* `fop' (bottom 11 bits). */

Completed in 190 milliseconds

12