Displaying 3 results from an estimated 3 matches for "tmpres".
Did you mean:
tmpreg
2010 Sep 24
0
kernlab:ksvm:eps-svr: bug?
...tlabl.
716 as.double(0),
717 as.integer(0),
718 as.double(cache),
719 as.double(tol),
720 as.integer(shrinking),
721 PACKAGE="kernlab")
722 tmpres <- resv[c(-(m+1),-(m+2))]
723 alpha(ret) <- coef(ret) <- tmpres[tmpres != 0]
724 svindex <- alphaindex(ret) <- which(tmpres != 0)
725 xmatrix(ret) <- x[svindex, ,drop=FALSE]
726 b(ret) <- resv[(m+1)]
727 obj(ret) <- resv[(m+2)]...
2009 Jan 14
15
Backport patches to ocfs2 1.4 tree from mainline
Found 15 patches (out of 162) that appeared relevant to ocfs2 1.4.
Please review.
Sunil
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...xmm[0-9]+]]
>> ; Swap Imm and Real.
>> ; REGULAR-NEXT: vinsertps $16, [[RES_Imm]], [[RES_Real]], [[RES_Vec:%xmm[0-9]+]]
>> ; Put the results back into out[out_start].
>> @@ -137,4 +137,3 @@ define i32 @t3(%class.Complex* nocapture
>> %res = add i32 %slice32_lowhigh, %tmpres
>> ret i32 %res
>> }
>> -
>>
>> Modified: llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll?rev=192750&r1=192749&r2=192750&view=diff
>> ============...