Home
last modified time | relevance | path

Searched refs:fp3 (Results 1 – 13 of 13) sorted by relevance

/openbsd/usr.bin/yacc/
H A Dlalr.c505 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 Dcast6.C46 foofPtr fp3 = bp; // ERROR - cannot convert in main() local
47 fp3 = (foofPtr)bp; // WARNING - via virtual base in main()
H A Dptrmem2.C13 int (cow::*fp3)(char*, void*) = fp2; // ERROR - conversion in f()
/openbsd/gnu/usr.bin/cvs/os2/
H A Dpopen.c355 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 Dreg-m68k.dat25 96:fp3
/openbsd/gnu/usr.bin/cvs/src/
H A Dpatch.c380 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 Dxmmintrin.h48 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument
49 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
/openbsd/gnu/gcc/gcc/config/i386/
H A Dxmmintrin.h52 #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 DX86RegisterInfo.td200 def FP3 : X86Reg<"fp3", 0>;
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dextend.texi1240 @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 Dmd.texi1609 Floating point register (@code{fp0} to @code{fp3})
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi876 @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 Dgcc.info14786 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'