Searched refs:fp3 (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.bin/yacc/ |
H A D | lalr.c | 505 unsigned int *fp1, *fp2, *fp3; in compute_lookaheads() local 512 fp3 = rowp + tokensetsize; in compute_lookaheads() 516 while (fp1 < fp3) in compute_lookaheads() 519 rowp = fp3; in compute_lookaheads() 556 unsigned int *base, *fp1, *fp2, *fp3; in traverse() local 564 fp3 = base + tokensetsize; in traverse() 578 while (fp1 < fp3) in traverse() 594 while (fp1 < fp3) in traverse()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | cast6.C | 46 foofPtr fp3 = bp; // ERROR - cannot convert in main() local 47 fp3 = (foofPtr)bp; // WARNING - via virtual base in main()
|
H A D | ptrmem2.C | 13 int (cow::*fp3)(char*, void*) = fp2; // ERROR - conversion in f()
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | popen.c | 355 FILE *fp1, *fp2, *fp3; in main() local 363 fp3 = popen ("dir", "r"); in main() 372 while ((c = getc (fp3)) != EOF) in main() 379 pclose (fp3); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/regformats/ |
H A D | reg-m68k.dat | 25 96:fp3
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | patch.c | 380 FILE *fp1, *fp2, *fp3; local 533 if ((fp3 = cvs_temp_file (&tmpfile3)) == NULL) 540 if (fclose (fp3) < 0)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | xmmintrin.h | 48 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument 49 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | xmmintrin.h | 52 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument 53 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.td | 200 def FP3 : X86Reg<"fp3", 0>;
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | extend.texi | 1240 @code{0x1.fp3} written in hexadecimal format. As a GNU extension, GCC 1252 @samp{p3} multiplies it by 8, and the value of @code{0x1.fp3}
|
H A D | md.texi | 1609 Floating point register (@code{fp0} to @code{fp3})
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 876 @code{0x1.fp3} written in hexadecimal format. As a GNU extension, GCC 888 @samp{p3} multiplies it by 8, and the value of @code{0x1.fp3}
|
H A D | gcc.info | 14786 decimal notation, such as `1.55e1', but also numbers such as `0x1.fp3' 14792 `0x1.f' is 1 15/16, `p3' multiplies it by 8, and the value of `0x1.fp3'
|