search for: d25

Displaying 20 results from an estimated 34 matches for "d25".

Did you mean: 25
2008 May 15
2
xen smp acpi failed
In hvm enviroment, acpi failed. why? centos5.1 =================================================== [root@hvm001 ~]# xm dmesg __ __ _____ _ ____ ___ ____ _ ____ \ \/ /___ _ __ |___ / / | |___ \ / _ \___ \ ___| | ___| \ // _ \ \047_ \ |_ \ | | __) |_| (_) |__) | / _ \ |___ \ / \ __/ | | | ___) || |_ / __/|__\__, / __/ | __/ |___) | /_/\_\___|_| |_| |____(_)_(_)_____| /_/_____(_)___|_|____/
2005 Dec 02
1
covariance structures in lmer
...structures (e. g. corSymm(), corAR1()). Is there a way to use them similarly as in lme ? Is it implemented ? If somebody knows, please let me know. Thank you very much in advance, Stephan ----------------------------- Dr. Stephan Moratti (PhD) Dept. of Psychology University of Konstanz P.O Box D25 Phone: +40 (0)7531 882385 Fax: +49 (0)7531 884601 D-78457 Konstanz, Germany e-mail: Stephan.Moratti at uni-konstanz.de http://www.clinical-psychology.uni-konstanz.de/
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
...myone(prefix2, roots) d15 = myone(prefix, roots2) d16 = myone(prefix2, roots2) d17 = myone(roots, suffix) d18 = myone(roots, suffix2) d19 = myone(roots, suffix3) d20 = myone(roots2, suffix) d21 = myone(roots2, suffix2) d22 = myone(roots2, suffix3) d23 = myone(state, roots) d24 = myone(city, roots) d25 = myone(cityst, roots) d26 = myone(inscompany, roots) d27 = myone(state, roots2) d28 = myone(city, roots2) d29 = myone(cityst, roots2) d30 = myone(inscompany, roots2) d31 = mytwo(state, roots, suffix) d32 = mytwo(city, roots, suffix) d33 = mytwo(cityst, roots, suffix) d34 = mytwo(inscompany, roots,...
2013 Oct 14
1
[LLVMdev] Vectorization of pointer PHI nodes
...VECTORIZED. The result is a very concise and very dense code: vld1.8 {d28[], d29[]}, [r5] vld3.8 {d16, d18, d20}, [r9]! vld3.8 {d17, d19, d21}, [r9] vmvn q3, q8 vmvn q15, q9 vmvn q8, q10 vsub.i8 q11, q3, q14 vsub.i8 q12, q15, q14 vsub.i8 q13, q8, q14 vst3.8 {d22, d24, d26}, [r8]! vst3.8 {d23, d25, d27}, [r8] cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131014/a05ed9f0/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: test.c Typ...
2012 Sep 21
0
[LLVMdev] Question about LLVM NEON intrinsics
On 21 September 2012 09:28, Sebastien DELDON-GNB <sebastien.deldon at st.com> wrote: > declare <16 x float> @llvm.arm.neon.vmaxs.v16f32(<16 x float>, <16 x float>) nounwind readnone > > llc fails with following message: > > SplitVectorResult #0: 0x2258350: v16f32 = llvm.arm.neon.vmaxs 0x2258250, 0x2258050, 0x2258150 [ORD=3] [ID=0] > > LLVM ERROR: Do not
2008 Sep 09
1
creating table of averages
..."c23" [25] "c31" "c32" "c33" "d11" "d12" "d13" [31] "d14" "d21" "d22" "d23" "d24" "d25" [37] "d31" "d32" "d33" "e11" "e12" "e13" [43] "e21" "e22" "e23" "e31" "e32" "e33"...
2016 Jul 30
2
Cannot compile speexdsp 1.2rc3 on ARM64
...a) { > int32_t ret; > asm volatile ("vmov.s32 d24[0], %[a]\n" > "vqmovn.s32 d24, q12\n" > "vmov.s16 %[ret], d24[0]\n" > : [ret] "=&r" (ret) > : [a] "r" (a) > : "q12", "d24", "d25" ); > return ret; > } > #else > static inline int32_t saturate_32bit_to_16bit(int32_t a) { > return max(-32768, min(32767, a)); > } > #endif > > To test it I wrote a stand alone test and ran it via adb. > Anyone able to help with review/integration? > There are...
2009 Jan 22
3
Failure to boot from zfs on Sun v880
...ted as follows / d4 m 18GB d14 d14 s 35GB c1t0d0s0 d24 s 35GB c1t1d0s0 swap d3 m 16GB d13 d13 s 16GB c1t0d0s3 d13 s 16GB c1t1d0s3 /var d5 m 8.0GB d15 d15 s 16GB c1t0d0s1 d25 s 16GB c1t1d0s1 I removed c1t1d0 from the mirror: # metadetach d4 d24 # metaclear d24 # metadetach d3 d23 # metaclear d23 # metadetach d5 d25 # metaclear s25 then removed the metadb from c1d1d0s7 # metadb -d c1t1d0s7 Resized s0 on c1t1d0 to include the whole disc and relabelled with a...
2012 Sep 21
2
[LLVMdev] RE : Question about LLVM NEON intrinsics
...ng code: vaddf32: @ @vaddf32 @ BB#0: add r12, r1, #48 add r3, r2, #32 vld1.64 {d20, d21}, [r3, :128] add r3, r2, #48 vld1.64 {d16, d17}, [r2, :128] add r2, r2, #16 vld1.64 {d18, d19}, [r1, :128] vld1.64 {d26, d27}, [r12, :128] add r12, r1, #32 vld1.64 {d24, d25}, [r3, :128] add r1, r1, #16 vadd.f32 q11, q9, q8 vld1.64 {d28, d29}, [r12, :128] vadd.f32 q9, q13, q12 vadd.f32 q8, q14, q10 vld1.64 {d20, d21}, [r2, :128] vld1.64 {d24, d25}, [r1, :128] add r1, r0, #48 vadd.f32 q10, q12, q10 vst1.64 {d22, d23}, [r0, :128] vst1.64 {d18, d19}, [r1, :128]...
2003 Dec 17
1
repeated measures aov problem
...0.4436 Residuals 28 247.792 8.850 Can someone give me a hint where I migth be going wrong? However trivial this migth be I somehow got stuck. All the best, Nathan ----------------------------------------- Nathan Weisz Department of Psychology University of Konstanz P.O. Box D25 D - 78457 Konstanz GERMANY Tel: +49 (0)7531 88- 4612 E-mail: Nathan.Weisz at uni-konstanz.de http://www.clinical-psychology.uni-konstanz.de
2013 Dec 08
2
[PATCH 1/3] nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Create the ref_bo without any storage type flags set for now. The issue probably arises from our use of the additional buffer space at the end of the ref_bo. It should probably be split up in the future. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Tested-by: Martin Peres <martin.peres at labri.fr> Cc: "10.0" <mesa-stable at lists.freedesktop.org> ---
2010 Jan 18
1
[LLVMdev] JIT on ARM
...-def,dead>, %D6<imp-def,dead>, %D7<imp-def,dead>, %D16<imp-def,dead>, %D17<imp-def,dead>, %D18<imp-def,dead>, %D19<imp-def,dead>, %D20<imp-def,dead>, %D21<imp-def,dead>, %D22<imp-def,dead>, %D23<imp-def,dead>, %D24<imp-def,dead>, %D25<imp-def,dead>, %D26<imp-def,dead>, %D27<imp-def,dead>, %D28<imp-def,dead>, %D29<imp-def,dead>, %D30<imp-def,dead>, %D31<imp-def,dead>, %CPSR<imp-def,dead> 0xeb000000 JIT: 0x4512e028: %R0<def> = LDR %SP, %reg0, 4, 14, %reg0, Mem:LD(4,4) [b + 0]...
2015 Mar 28
4
Cannot compile speexdsp 1.2rc3 on ARM64
Hi all, I build successfully with speex-1.2rc2. And with speexdsp 1.2rc3, I build with i386, X86_64, armv7 and armv7s all passed. But when I build for ARM64 (for iPhone 6), it failed with: /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in libspeexdsp CC preprocess.lo CC jitter.lo CC mdf.lo CC fftwrap.lo CC
2011 Jun 09
2
Problem with a if statement inside a function
...quot;) d20 = myone("roots2", "suffix") d21 = myone("roots2", "suffix2") d22 = myone("roots2", "suffix3") d23 = myone("state", "roots") d24 = myone("city", "roots") d25 = myone("cityst", "roots") d26 = myone("inscompany", "roots") d27 = myone("state", "roots2") d28 = myone("city", "roots2") d29 = myone("cityst", "roots2") d30 = myone(&q...
2003 Feb 21
0
Linear mixed effects models
...l in a separate plot (and fitted line). However it didn't (it was just a big mess). Any hints? Thanks for your patience and all the best, Nathan --------------------------------------- Nathan Weisz Institute for Clinical Psychology and Behavioral Neuroscience University of Konstanz P.O. Box D25 D - 78467 Konstanz GERMANY Tel: +49 (0)7531 88- 4612 Fax: +49 (0)7531 88- 2891 E-mail: Nathan.Weisz at uni-konstanz.de http://www.clinical-psychology.uni-konstanz.de -----------------------------------------
2004 May 10
2
trellis plot problem with R-1.9.0-1
...ion with "layout". It was no problem to plot all subjects on one page. Further, this error did not occur using older version of R (1.8 or 1.7). Did somebody encounter similar problems ? Stephan Moratti -- Dipl. Psych. Stephan Moratti Dept. of Psychology University of Konstanz P.O. Box D25 D-78457 Konstanz, Germany Tel.: +49 (0) 7531 882385
2004 Jul 20
1
Performance problem
Dear all, I have a performance problem in terms of computing time. I estimate mixed models on a fairly large number of subgroups (10000) using lme(.) within the by(.) function and it takes hours to do the calculation on a fast notebook under Windows. I suspect by(.) to be a poor implementation for doing individual analysis on subgroups. Is there an alternative and more efficient way for doing
2004 Jul 23
0
problem lme using corSymm()
...Is it because of the similar values ? Does it fail to estimate a general variance structure ? Is there a better way than skipping row 15 ? Thanks for some suggestions, Stephan Moratti ----------------------------- Dipl. Psych. Stephan Moratti Dept. of Psychology University of Konstanz P.O Box D25 Phone: +40 (0)7531 882385 Fax: +49 (0)7531 884601 D-78457 Konstanz, Germany e-mail: Stephan.Moratti at uni-konstanz.de http://www.clinical-psychology.uni-konstanz.de/
2004 Jul 30
1
lme: problems with corARMA
...;coef<-.corARMA"(`*tmp*`, value = c(62.3428455941166, 62.3428517930051 : Coefficient matrix not invertible Does somebody know why it doesn't work ? Stephan Moratti ----------------------------- Dipl. Psych. Stephan Moratti Dept. of Psychology University of Konstanz P.O Box D25 Phone: +40 (0)7531 882385 Fax: +49 (0)7531 884601 D-78457 Konstanz, Germany e-mail: Stephan.Moratti at uni-konstanz.de http://www.clinical-psychology.uni-konstanz.de/
2010 Jan 28
0
using function boot
Dear R Users, I am trying to use the function boot of the boot package to sample from a dataframe of two character variables (N=1127). Each character variable can take five different values. Here is an example of the data: 1 b95-99.9 d25% 2 b95-99.9 a1% 3 b95-99.9 a1% 4 b95-99.9 a1% 5 b95-99.9 a1% 6 a>99.9 a1% 7 b95-99.9 a1% 8 b95-99.9 a1% 9 b95-99.9 a1% 10 b95-99.9 a1% The statistic I want to use is the median polish (I created my own fu...