Home
last modified time | relevance | path

Searched refs:pg (Results 1 – 25 of 40) sorted by relevance

12

/toolchain/benchmark/
Dpanorama.diff10768 + unsigned char *pf,*pg;
10776 + pf=f_img[y_f-3]+xm_f; pg=g_img[y_g-3]+xm_g;
10777 + f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g;
10778 + f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g;
10779 + f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g;
10780 + f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g;
10781 + f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g;
10782 + f= *pf++; g= *pg++; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g;
10783 + f= *pf; g= *pg; fgsum+=f*g; f2sum+=f*f; g2sum+=g*g; fsum+=f; gsum+=g;
10785 + pf=f_img[y_f-2]+xm_f; pg=g_img[y_g-2]+xm_g;
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
Dpr18841b.c8 void (*pg)(void) = foo; in test() local
9 if (pg != foo_impl) in test()
11 pg(); in test()
Dpr18841c.c9 void (*pg)(void) = foo; in test() local
10 pg(); in test()
/toolchain/binutils/binutils-2.27/gprof/
DTODO10 + ensure "cc -pg" produces good files under OSF/1 v3.0
44 + "-pg -a" doesn't work as expected because mcleanup() will overwrite
63 + "gcc -pg -O2" doesn't work on tecc.c unless -fno-omit-frame-pointer is
Dgprof.texi139 that are compiled with the @samp{-pg} option of
141 The @samp{-pg} option also links in versions of the library routines
270 To compile a source file for profiling, specify the @samp{-pg} option when
275 to do the linking, simply specify @samp{-pg} in addition to your usual
276 options. The same option, @samp{-pg}, alters either compilation or linking
280 cc -g -c myprog.c utils.c -pg
281 cc -o myprog myprog.o utils.o -pg
284 The @samp{-pg} option also works with a command that both compiles and links:
287 cc -o myprog myprog.c utils.c -g -pg
290 Note: The @samp{-pg} option must be part of your compilation options
[all …]
DMakefile.in664 gprof.log gprof.pg gprof.pgs gprof.tmp gprof.toc gprof.tp \
DChangeLog-92038 files are not compiled with -pg. Mention other profiling options
10 (How do I?): Mention the function call overhead introduced by -pg.
15 (Compiling): Mention that -pg must be passed to both the compiler
/toolchain/binutils/binutils-2.27/libiberty/
Dlibiberty.texi9 @syncodeindex pg cp
DMakefile.in448 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20042431 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2549 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2555 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2643 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2648 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2660 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
DChangeLog-0203466 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
472 2003-11-15 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4880 2002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4978 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4984 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5210 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5215 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5341 2002-06-13 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5496 2002-06-04 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/toolchain/binutils/binutils-2.27/gas/doc/
DMakefile.in550 -rm -rf as.aux as.cp as.cps as.fn as.fns as.ky as.log as.pg as.pgs as.tmp \
/toolchain/binutils/binutils-2.27/binutils/doc/
DMakefile.in523 binutils.ky binutils.log binutils.pg binutils.pgs \
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-20041031 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1091 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/toolchain/binutils/binutils-2.27/bfd/doc/
DMakefile.in593 -rm -rf bfd.aux bfd.cp bfd.cps bfd.fn bfd.ky bfd.kys bfd.log bfd.pg bfd.pgs \
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2004728 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
DChangeLog-98991238 W. Rozycki <macro@ds2.pg.gda.pl>.
/toolchain/binutils/binutils-2.27/include/opcode/
DChangeLog-91033 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
870 2000-05-23 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
874 2000-05-17 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-020380 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1410 2002-08-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
DChangeLog-9899434 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/toolchain/binutils/binutils-2.27/texinfo/
Dtexinfo.tex1241 \newcodeindex{pg}%
7162 % 3) NAME-pg - the page number.
7180 \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, during \shipout
7286 % printing, back off for the \refx-pg.
7300 \turnoffactive \putwordpage\tie\refx{#1-pg}{}%
7976 % pass the control sequence. On the other hand, XR#1-pg is just the
7982 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20042998 2004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4711 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5019 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/toolchain/binutils/binutils-2.27/config/
DChangeLog1208 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
/toolchain/binutils/binutils-2.27/
Dltmain.sh4983 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-98991417 W. Rozycki <macro@ds2.pg.gda.pl>.

12