search for: otm

Displaying 9 results from an estimated 9 matches for "otm".

Did you mean: atm
2002 Sep 02
1
formula for a mixed model ANOVA
...e" is a 5-level fixed factor; "Sex" is of course a 2-levels fixed factor, as is "Age". "Individual" is a nested random factor: we sampled 4 to 10 individuals for each combinations Site*Sex*Age. 150 replicate measurements were made on each sampled individual ("OTM", toxicity test; % of broken DNA for randomly selected cells). if the formula "OTM ~ (Site*Sex*Age)/Individual" correct? The purpose of this study is to choose a statistic that best summarizes the 150 measurements (mean, median, quantile, % of counts above a certain level,...) in o...
2005 Nov 17
1
Problem with fitdistr for gamma in R 2.2.0
...or gamma in recent R build i.e. 2.2.0. I have attached the code for data at the end of this mail so you can reproduce the problem. In short, I am able to run fitdistr under 2.1.0 without problems, while I get the following error under 2.2.0 (Version 2.2.0 Patched (2005-11-15 r36348)) > fitdistr(otm, "gamma") Error in densfun(x, parm[1], parm[2], ...) : 'shape' must be strictly positive The results on 2.1.1 (Version 2.1.1 (2005-06-20)) are > fitdistr(otm, "gamma") shape rate 1.030667 0.189177 (0.090537) (0.021166) Platform: Windows X...
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
...files (using shell script): llvm-gcc -emit-llvm basicmath_small.c -c -o basicmath_small.bc llvm-gcc -emit-llvm cubic.c -c -o cubic.bc llvm-gcc -emit-llvm isqrt.c -c -o isqrt.bc llvm-gcc -emit-llvm rad2deg.c -c -o rad2deg.bc llvm-link basicmath_small.bc cubic.bc isqrt.bc rad2deg.bc -o basicmath.bc otms="disable-opt#adce#always-inline#argpromotion#block-placement#....." IFS=# for i in $otms do printf "\n$i ::::::: " opt -$i basicmath.bc -o basicmath.$i.bc llc -march=mipsel basicmath.$i.bc -o basicmath.$i.s done On Tue, Mar 6, 2012 at 10:11 AM, Anton Korobeynikov <ant...
2012 Mar 06
0
[LLVMdev] Assembly Mips from bitecode llvm
...llvm-gcc -emit-llvm basicmath_small.c -c -o basicmath_small.bc > llvm-gcc -emit-llvm cubic.c -c -o cubic.bc > llvm-gcc -emit-llvm isqrt.c -c -o isqrt.bc > llvm-gcc -emit-llvm rad2deg.c -c -o rad2deg.bc > llvm-link basicmath_small.bc cubic.bc isqrt.bc rad2deg.bc -o basicmath.bc > > otms="disable-opt#adce#always-inline#argpromotion#block-placement#....." > IFS=# > for i in $otms > do > printf "\n$i ::::::: " > opt -$i basicmath.bc -o basicmath.$i.bc > llc -march=mipsel basicmath.$i.bc -o basicmath.$i.s > done > > On Tue, Mar 6,...
2008 Aug 26
2
String search: Return "closest" match
...r a string search function which returns always the "closest" match. E.g. searching for "Washington" it should return only Washington but not Washington, D.C. But it also could be that the list contains only "Hamburg" but the record I am searching for is "Hamburg OTM" and then we still want to find "Hamburg". Or maybe the list contains "Hamburg" and "Hamberg" but we are searching for "Hamburg" and thus only this should this one should be returned. agrep() returns all "close" matches but unfortunately does...
2012 Mar 06
0
[LLVMdev] Assembly Mips from bitecode llvm
Hello > For this, for example, initially I compile the sources How have you made this step? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
Hi, I'm trying to compile the benchmarks from Mibench suite with the application of the all LLVM's tranformation passes. Moreover, I'm trying to generate assembly code for Mips architecture for extraction of energy and performance metrics. For this, for example, initially I compile the sources and link them generating a bitecode file. After, I apply each optimization using opt tool:
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
....c -c -o basicmath_small.bc > > llvm-gcc -emit-llvm cubic.c -c -o cubic.bc > > llvm-gcc -emit-llvm isqrt.c -c -o isqrt.bc > > llvm-gcc -emit-llvm rad2deg.c -c -o rad2deg.bc > > llvm-link basicmath_small.bc cubic.bc isqrt.bc rad2deg.bc -o > basicmath.bc > > > > otms="disable-opt#adce#always-inline#argpromotion#block-placement#....." > > IFS=# > > for i in $otms > > do > > printf "\n$i ::::::: " > > opt -$i basicmath.bc -o basicmath.$i.bc > > llc -march=mipsel basicmath.$i.bc -o basicmath.$i.s >...
2012 Jun 24
0
nouveau _BIOS method
...\ECON.\._SB_ 0120: 53 45 43 53 0a b1 a1 1a 70 00 5c 2f 05 5f 53 42 SECS....p.\/._SB 0130: 5f 50 43 49 30 4c 50 43 42 48 5f 45 43 4f 50 53 _PCI0LPCBH_ECOPS 0140: 54 14 09 5f 53 54 41 00 a4 0a 0f 10 2e 5c 2e 5f T.._STA......\._ 0150: 53 42 5f 50 43 49 30 08 4f 54 4d 5f 0d 4f 54 4d SB_PCI0.OTM_.OTM 0160: 41 43 50 49 20 32 30 31 30 2d 4d 61 72 2d 30 39 ACPI 2010-Mar-09 0170: 20 31 32 3a 30 38 3a 32 36 00 10 49 04 5c 2f 04 12:08:26..I.\/. 0180: 5f 53 42 5f 50 43 49 30 50 45 47 30 50 45 47 50 _SB_PCI0PEG0PEGP 0190: 5b 80 4e 56 48 4d 00 4e 56 48 41 0c 00 04 01 00 [.NVHM.NVHA.......