Searched refs:fp1 (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900212_01.C20 int (struct0::*fp1) (); variable
31 fp0 = fp1 + 3; // { dg-error "" }
32 fp0 = fp1 - 3; // { dg-error "" }
33 fp1++; /* { dg-error "" } */
34 ++fp1; /* { dg-error "" } */
35 fp1--; /* { dg-error "" } */
36 --fp1; /* { dg-error "" } */
H A D900212_02.C18 int (struct0::*fp1) (); variable
25 result = (fp0 - fp1); // { dg-error "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900212_01.C20 int (struct0::*fp1) (); variable
31 fp0 = fp1 + 3; // { dg-error "" }
32 fp0 = fp1 - 3; // { dg-error "" }
33 fp1++; /* { dg-error "" } */
34 ++fp1; /* { dg-error "" } */
35 fp1--; /* { dg-error "" } */
36 --fp1; /* { dg-error "" } */
H A D900212_02.C18 int (struct0::*fp1) (); variable
25 result = (fp0 - fp1); // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D991030-1.c1 double x = 0x1.fp1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D991030-1.c1 double x = 0x1.fp1;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/test/
H A Dtest_windows.c44 char *fp1 = NULL, *fp2 = NULL, *p1 = NULL, *p2 = NULL; local
52 fp1 = malloc(l);
53 assert(NULL != fp1);
56 l = GetFullPathNameA(tpath, l, fp1, NULL);
58 for (p1 = fp1; *p1 != '\0'; p1++)
67 memmove(fp1, fp1 + 2, l - 2);
68 fp1[l -2] = '\0';
69 p1 = fp1 + 1;
73 p1 = fp1
132 char *fp1, *fp2; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/gen/
H A Dmodf.S53 fintrzx %fp0,%fp1
54 fmoved %fp1,%a0@
55 fsubx %fp1,%fp0
/netbsd-6-1-5-RELEASE/usr.bin/cmp/
H A Dspecial.c54 FILE *fp1, *fp2; local
58 if ((fp1 = fdopen(fd1, "r")) == NULL)
64 ch1 = getc(fp1);
79 ch1 = getc(fp1);
97 if (ferror(fp1))
101 if (feof(fp1)) {
107 (void)fclose(fp1);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dcms-test.pl420 my $fp1 = FileHandle->new();
425 if ( !open( $fp1, "<$f1" ) ) {
435 binmode $fp1;
441 $n1 = sysread $fp1, $rd1, 4096;
453 close $fp1;
H A Dcms-examples.pl371 my ( $fp1, $fp2 );
375 if ( !open( $fp1, "<$f1" ) ) {
385 binmode $fp1;
391 $n1 = sysread $fp1, $rd1, 4096;
403 close $fp1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem2.C12 void (cow::*fp1)(int) = &cow::moo; // { dg-error "" } conversion
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem2.C12 void (cow::*fp1)(int) = &cow::moo; // { dg-error "" } conversion
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-value.c78 void (*fp1) (void) = &func1;
90 (*fp1) ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate15.C23 X<int (*)(int, char, double)> fp1(i);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate15.C23 X<int (*)(int, char, double)> fp1(i);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dfmoveml.s35 fmovemx %fp1,%a0@
38 fmovemx %fp1/%fp3,%a0@
39 fmovemx %fp1-%fp4,%a0@
43 fmovemx %a0@,%fp1
48 fmovemx %a0@,%fp1-%fp7
H A Dfmoveml.d38 0+090 <foo\+(0x|)90> fmovemx %fp1,%a0@
41 0+09c <foo\+(0x|)9c> fmovemx %fp1/%fp3,%a0@
42 0+0a0 <foo\+(0x|)a0> fmovemx %fp1-%fp4,%a0@
46 0+0b0 <foo\+(0x|)b0> fmovemx %a0@,%fp1
51 0+0c4 <foo\+(0x|)c4> fmovemx %a0@,%fp1-%fp7
60 0+0e8 <foo\+(0x|)e8> fmovemx %fp1/%fp5,%a0@-
/netbsd-6-1-5-RELEASE/usr.bin/comm/
H A Dcomm.c70 FILE *fp1, *fp2; local
104 fp1 = file(argv[0]);
120 file1done = !getnextln(line1, fp1);
132 show(fp1, col1, line1);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Dfplsp.s317 set EXC_FP1, EXC_FPREGS+(1*12) # offset of saved fp1
576 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1
623 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
633 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1
681 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
691 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1
739 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
753 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1
800 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
810 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1
[all...]
H A Dfpsp.s337 set EXC_FP1, EXC_FPREGS+(1*12) # offset of saved fp1
656 fmovm.x &0xc0,EXC_FPREGS(%a6) # save fp0-fp1 on stack
725 # the EXOP, if an exception occurred, is in fp1.
740 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
749 # in fp1. now, simply jump to _real_ovfl()!
751 fmovm.x &0x40,FP_SRC(%a6) # save EXOP (fp1) to stack
755 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
769 fmovm.x &0x40,FP_SRC(%a6) # save EXOP (fp1) to stack
774 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
813 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dlalr.c533 unsigned *fp1, *fp2, *fp3; local
544 fp1 = rowp;
546 while (fp1 < fp3)
547 *fp1++ |= *fp2++;
591 unsigned *fp1; local
617 fp1 = base;
620 while (fp1 < fp3)
621 *fp1++ |= *fp2++;
635 fp1 = base;
638 while (fp1 < fp
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_file.c261 file_t *fp1 = NULL; local
281 if (((fp1 = fd_getfile(fd)) == NULL))
283 if (((fp1->f_type == DTYPE_SOCKET) && fp1->f_data
284 && ((struct socket *)fp1->f_data)->so_state & SS_ISAPIPE)
285 || (fp1->f_type == DTYPE_PIPE))
290 fp1 = NULL;
301 if (fp1) {
303 mutex_enter(&fp1->f_lock);
304 fp1
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmpt.c1467 mpt2host_config_page_fc_port_1(fCONFIG_PAGE_FC_PORT_1 *fp1) argument
1470 MPT_2_HOST32(fp1, Flags);
1471 MPT_2_HOST32(fp1, NoSEEPROMWWNN.Low);
1472 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High);
1473 MPT_2_HOST32(fp1, NoSEEPROMWWPN.Low);
1474 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High);
1478 host2mpt_config_page_fc_port_1(fCONFIG_PAGE_FC_PORT_1 *fp1) argument
1481 HOST_2_MPT32(fp1, Flags);
1482 HOST_2_MPT32(fp1, NoSEEPROMWWNN.Low);
1483 HOST_2_MPT32(fp1, NoSEEPROMWWN
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dmisc.c623 FILE *fp1; local
629 if ( (fp1 = fopen (file1, "r")) == NULL )
633 fclose (fp1);
638 c1 = getc (fp1);
642 fclose (fp1);

Completed in 217 milliseconds

12