Displaying 5 results from an estimated 5 matches for "279872".
Did you mean:
259872
2011 Dec 07
2
[LLVMdev] Executable file size comparison
...d standard library using clang/LLVM and found the
results interesting:
text data bss dec hex filename
141312 4076 16668 162056 27908 bzip2.arm
131764 4076 16668 152508 253bc bzip2.armv7
134748 4048 16624 155420 25f1c bzip2.i386
259112 4028 16732 279872 44540 bzip2.microblaze
168044 4040 16816 188900 2e1e4 bzip2.mips
167860 4040 16816 188716 2e12c bzip2.mips32r2
179032 4040 16816 199888 30cd0 bzip2.mips32r2elsf
179008 4040 16816 199864 30cb8 bzip2.mips32r2sf
168060 4040 16816 188916 2e1f4 bzip2.mipsel...
2011 Dec 08
2
[LLVMdev] Executable file size comparison
...interesting:
> >
> > text data bss dec hex filename
> > 141312 4076 16668 162056 27908 bzip2.arm
> > 131764 4076 16668 152508 253bc bzip2.armv7
> > 134748 4048 16624 155420 25f1c bzip2.i386
> > 259112 4028 16732 279872 44540 bzip2.microblaze
> > 168044 4040 16816 188900 2e1e4 bzip2.mips
> > 167860 4040 16816 188716 2e12c bzip2.mips32r2
> > 179032 4040 16816 199888 30cd0 bzip2.mips32r2elsf
> > 179008 4040 16816 199864 30cb8 bzip2.mips32r2sf
> > 1...
2011 Dec 08
0
[LLVMdev] Executable file size comparison
...LVM and found the
> results interesting:
>
> text data bss dec hex filename
> 141312 4076 16668 162056 27908 bzip2.arm
> 131764 4076 16668 152508 253bc bzip2.armv7
> 134748 4048 16624 155420 25f1c bzip2.i386
> 259112 4028 16732 279872 44540 bzip2.microblaze
> 168044 4040 16816 188900 2e1e4 bzip2.mips
> 167860 4040 16816 188716 2e12c bzip2.mips32r2
> 179032 4040 16816 199888 30cd0 bzip2.mips32r2elsf
> 179008 4040 16816 199864 30cb8 bzip2.mips32r2sf
> 168060 4040 16816 18...
2011 Dec 09
0
[LLVMdev] Executable file size comparison
...gt;
>> > text data bss dec hex filename
>> > 141312 4076 16668 162056 27908 bzip2.arm
>> > 131764 4076 16668 152508 253bc bzip2.armv7
>> > 134748 4048 16624 155420 25f1c bzip2.i386
>> > 259112 4028 16732 279872 44540 bzip2.microblaze
>> > 168044 4040 16816 188900 2e1e4 bzip2.mips
>> > 167860 4040 16816 188716 2e12c bzip2.mips32r2
>> > 179032 4040 16816 199888 30cd0 bzip2.mips32r2elsf
>> > 179008 4040 16816 199864 30cb8 bzip2.mips32r...
2003 Dec 02
1
lme: reproducing example
Dear R-community!
I still have the problem reproducing the following
example using lme.
id<-factor(rep(rep(1:5,rep(3,5)),3))
factA <- factor(rep(c("a1","a2","a3"),rep(15,3)))
factB <- factor(rep(c("B1","B2","B3"),15))
Y<-numeric(length=45)
Y[ 1: 9]<-c(56,52,48,57,54,46,55,51,51)
Y[10:18]<-c(58,51,50,54,53,46,54,50,49)