Displaying 3 results from an estimated 3 matches for "predtest".
2011 Apr 12
1
How to set the dimension of a matrix correctly?
...on2 <- which((plon> -106)&(plon< -93))
newpptpred <- tpptpred[lat2,pon2]
nLevel <- 60
quartz()filled.contour(plon,plat,t(newpredppt),col=rainbow(nLevel),plot.axes={axis(1);axis(2)})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: predtest.pdf
Type: application/pdf
Size: 969114 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110412/a6d1b775/attachment-0001.pdf>
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...r/prep/prepqual.o optimizer/prep/prepsecurity.o
> optimizer/prep/preptlist.o optimizer/prep/prepunion.o
> optimizer/util/clauses.o optimizer/util/joininfo.o
> optimizer/util/orclauses.o optimizer/util/pathnode.o
> optimizer/util/placeholder.o optimizer/util/plancat.o
> optimizer/util/predtest.o optimizer/util/relnode.o
> optimizer/util/restrictinfo.o optimizer/util/tlist.o
> optimizer/util/var.o port/atomics.o port/dynloader.o port/pg_sema.o
> port/pg_shmem.o port/pg_latch.o postmaster/autovacuum.o
> postmaster/bgworker.o postmaster/bgwriter.o postmaster/checkpointer.o
>...