search for: d12

Displaying 20 results from an estimated 60 matches for "d12".

Did you mean: 12
2013 May 21
0
[PATCH] 02-
...ples vector for MAC in q5, q6 lanes */ + "vext.16 q5, q5, q0, #7;\n" + "vext.16 q6, q0, q1, #7;\n" + + /* Doing 16 samples filtering at a time */ + "vmlal.s16 q7, d8, d10;\n" + "vmlal.s16 q8, d8, d11;\n" + "vmlal.s16 q9, d8, d12;\n" + "vmlal.s16 q10, d8, d13;\n" + + /* Reduce filter sum to 16 bits for y output */ + "vrshrn.s32 d4, q7, %[SIGSHIFT];\n" + "vrshrn.s32 d5, q8, %[SIGSHIFT];\n" + "vrshrn.s32 d6, q9, %[SIGSHIFT];\n" + "vrshrn.s32...
2010 Jul 05
2
nested for loops
...ing expand.grid function because it results with memory allocation problems. Thanks for your time and consideration. for(d1 in 0:n){ for(d2 in 0:n){ for(d3 in 0:n){ for(d4 in 0:n){ for(d5 in 0:n){ for(d6 in 0:n){ for(d7 in 0:n){ for(d8 in 0:n){ for(d9 in 0:n){ for(d10 in 0:n){ for(d11 in 0:n){ for(d12 in 0:n){ for(d13 in 0:n){ for(d14 in 0:n){ for(d15 in 0:n){ for(d16 in 0:n){ for(d17 in 0:n){ for(d18 in 0:n){ for(d19 in 0:n){ for(d20 in 0:n){ list=c(d1,d2,d3,d4,d5,d6,d7,d8,d9,d10,d11,d12,d13,d14,d15,d16,d17,d18,d19,d20) }}}}}}}}}}}}}}}}}}}} [[alternative HTML version deleted]]
2013 May 21
2
[PATCH] 02-Add CELT filter optimizations
...ples vector for MAC in q5, q6 lanes */ + "vext.16 q5, q5, q0, #7;\n" + "vext.16 q6, q0, q1, #7;\n" + + /* Doing 16 samples filtering at a time */ + "vmlal.s16 q7, d8, d10;\n" + "vmlal.s16 q8, d8, d11;\n" + "vmlal.s16 q9, d8, d12;\n" + "vmlal.s16 q10, d8, d13;\n" + + /* Reduce filter sum to 16 bits for y output */ + "vrshrn.s32 d4, q7, %[SIGSHIFT];\n" + "vrshrn.s32 d5, q8, %[SIGSHIFT];\n" + "vrshrn.s32 d6, q9, %[SIGSHIFT];\n" + "vrshrn.s32...
2010 May 30
0
How to interpret a result based on wmtsa
...################################################################### $EDOF1 d1 d2 d3 d4 d5 d6 272462.52504 189076.44195 95736.37691 47830.40918 23593.41513 12409.42279 d7 d8 d9 d10 d11 d12 5977.28418 2887.81182 1408.06198 629.46550 368.87030 197.00823 d13 d14 d15 106.22607 29.75633 14.29115 $EDOF2 [1] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA $EDOF3 d1 d2 d3 d4 d5 d6 2.0793...
2020 Mar 31
2
[ARM] Register pressure with -mthumb forces register reload before each call
...64B ADJCALLSTACKDOWN 0, 0, 14, $noreg, implicit-def dead $sp, implicit $sp 80B %3:tgpr = tLDRpci %const.0, 14, $noreg :: (load 4 from constant-pool) 96B $r0 = COPY %0:tgpr 112B $r1 = COPY %1:tgpr 128B $r2 = COPY %2:tgpr 144B tBLXr 14, $noreg, %3:tgpr, <regmask $lr $d8 $d9 $d10 $d11 $d12 $d13 $d14 $d15 $q4 $q5 $q6 $q7 $r4 $r5 $r6 $r7 $r8 $r9 $r10 $r11 $s16 $s17 $s18 $s19 $s20 $s21 $s22 $s23 $s24 $s25 $s26 $s27 and 35 more...>, implicit-def dead $lr, implicit $sp, implicit $r0, implicit $r1, implicit $r2, implicit-def $sp 160B ADJCALLSTACKUP 0, 0, 14, $noreg, implicit-def dead...
2020 Apr 07
2
[ARM] Register pressure with -mthumb forces register reload before each call
If I'm understanding what's going on in this test correctly, what's happening is: * ARMTargetLowering::LowerCall prefers indirect calls when a function is called at least 3 times in minsize * In thumb 1 (without -fno-omit-frame-pointer) we have effectively only 3 callee-saved registers (r4-r6) * The function has three arguments, so those three plus the register we need to hold the
2001 Nov 05
1
Problem to transfer Splus functions
...prealable: impression des contributions (si contav=T) if(contav) { conta(x, d, wt) cat("\n") tex <- c("On continue ?", "Arret") ski <- menu(tex) switch(ski, , stop()) } y <- wt * x v <- t(x) %*% y # Calcul de la matrice a diagonaliser d12 <- sqrt(d) v <- d12 * v v <- t(d12 * t(v)) res <- eigen(v, symmetric = T) # Recherche des elements propres de v #------------------------------------------------------------------------ # Factors associated with very small eigenvalues removed #-------------------------------------...
2020 Apr 15
4
[ARM] Register pressure with -mthumb forces register reload before each call
...64B ADJCALLSTACKDOWN 0, 0, 14, $noreg, implicit-def dead $sp, implicit $sp 80B %3:tgpr = tLDRpci %const.0, 14, $noreg :: (load 4 from constant-pool) 96B $r0 = COPY %0:tgpr 112B $r1 = COPY %1:tgpr 128B $r2 = COPY %2:tgpr 144B tBLXr 14, $noreg, %3:tgpr, <regmask $lr $d8 $d9 $d10 $d11 $d12 $d13 $d14 $d15 $q4 $q5 $q6 $q7 $r4 $r5 $r6 $r7 $r8 $r9 $r10 $r11 $s16 $s17 $s18 $s19 $s20 $s21 $s22 $s23 $s24 $s25 $s26 $s27 and 35 more...>, implicit-def dead $lr, implicit $sp, implicit $r0, implicit $r1, implicit $r2, implicit-def $sp 160B ADJCALLSTACKUP 0, 0, 14, $noreg, implicit-def dead...
2006 Mar 09
1
HCLUST subroutine question -- FORTRAN DO loops
...(N,I2,K) ELSE IND1=IOFFST(N,K,I2) ENDIF IF (J2.LT.K) THEN IND2=IOFFST(N,J2,K) ELSE IND2=IOFFST(N,K,J2) ENDIF IND3=IOFFST(N,I2,J2) D12=DISS(IND3) C C WARD'S MINIMUM VARIANCE METHOD - IOPT=1. C IF (IOPT.EQ.1) THEN DISS(IND1)=(MEMBR(I2)+MEMBR(K))*DISS(IND1)+ X (MEMBR(J2)+MEMBR(K))*DISS(IND2) - MEMBR(K)*D12 DISS(IND1)=DISS(IND1) / (MEMBR(I2)+MEMBR(J2)+MEMBR(K)) ENDIF...
2012 Aug 31
3
fitting lognormal censored data
...og(tcen)-mu)*((1/sqrt(2*pi))* exp(-((log(tcen)-mu)^2)/2*s^2))/(s^2*(1-plnorm(tcen,mu,s))))} ############### Total Function ######################## F=function(par){ F=matrix(0,nrow=2) F[1]=F1(par) F[2]=F2(par) F } ################ the Jacobian matrix, a 2 x 2 matrix ############### d11=d12=d21=d22=array() J=function(par){ j=matrix(0,ncol=2,nrow=2) # The format of J is 2 by 2# d11=0; d12=0; d21=0;d22=0 ######################## second Derivative for mu ########## d11 = function(par){ mu=par[1] s=par[2] sum(-1/s^2)-sum((1/s^2)* (((1/sqrt(2*pi))*exp(-((log(tcen)-mu)^2)/2*s^2))/s*((1-plno...
2015 Jul 30
0
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
...64:%vreg260 GPR32:%vreg253 4496B %vreg261<def> = FMUL_D32 %vreg247, %vreg248; AFGR64:%vreg261,%vreg247,%vreg248 4512B ADJCALLSTACKDOWN 16, %SP<imp-def>, %SP<imp-use> 4528B %D6<def> = COPY %vreg243; AFGR64:%vreg243 4544B JAL <ga:@sin>, <regmask %FP %RA %D10 %D11 %D12 %D13 %D14 %D15 %F20 %F21 %F22 %F23 %F24 %F25 %F26 %F27 %F28 %F29 %F30 %F31 %S0 %S1 %S2 %S3 %S4 %S5 %S6 %S7 >, %RA<imp-def,dead>, %D6<imp-use,kill>, %SP<imp-def>, %D0<imp-def> 4560B ADJCALLSTACKUP 16, 0, %SP<imp-def>, %SP<imp-use> 4576B %vreg262<def> =...
2004 Jun 10
1
X-12-ARIMA
...es{ # title="building consents" # start=1973.01 # span=(1973.01, 2000.12) # period=12 # file="blp.dat" # format="datevalue" # } # x11{ # mode=mult # sigmalim=(1.8 2.8) # seasonalma=x11default # trendma=13 # appendfcst=no # save=(b1 c17 d10 d11 d12 d13) # savelog=(m1 m2 m3 m4 m5 m6 m7 m8 m9 m10 m11 q q2 msr icr fb1 fd8 msf ids) # } # execute the x12 fortran pgm. executable x12a stored in /home/fred/x12a system("/home/fred/x12a/x12a blp") # read x12 fortran pgm output tables back into R blp.x12 <- readx12out("blp&qu...
2012 Aug 29
2
Estimation parameters of lognormal censored data
Hi, I am trying to get the maximum likelihood estimator for lognormal distribution with censored data;when we have left, interval and right censord. I built my code in R, by writing the deriving of log likelihood function and using newton raphson method but my estimators were too high " overestimation", where the values exceed the 1000 in some runing of my code. is there any one can
2013 Sep 10
6
[Bug 2150] New: Recursive upload expects target directory to already exist
https://bugzilla.mindrot.org/show_bug.cgi?id=2150 Bug ID: 2150 Summary: Recursive upload expects target directory to already exist Product: Portable OpenSSH Version: -current Hardware: Other OS: All Status: NEW Severity: normal Priority: P5 Component: sftp
2012 Apr 13
5
Merging two data frames with different columns names
...")) d2 <- conf.design(c(1,1,1), p=2, block.name="blk", treatment.names = c("A","B","C")) rep1 <- c(550,669,633,642,1037,749,1075,729) rep2 <- c(604,650,601,635,1052,868,1063,860) part1 <- data.frame(d1,rep1) part2 <- data.frame(d2,rep2) d12 <- rbind(part1,part2) [[alternative HTML version deleted]]
2015 Jul 30
2
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
To reduce memory consumption clobbered registers are handled with RegisterMask machine operands which contain a bitset of all registers clobbered. - Matthias > On Jul 29, 2015, at 3:00 PM, Daniel Sanders <daniel.sanders at imgtec.com> wrote: > > I believe I've identified the problem with almabench but I haven't found the root cause in the compiler yet. > > The
2011 Dec 01
1
Rise of Legends video problems
...ource_check_usage Unhandled usage flags 0x8. > > Terminated > The first 3 shots are from the virtual desktop emulation mode... Shot of the initial title screen flashing for a second with the "AGP Texture Acceleration" warning dialog: [Image: http://i32.photobucket.com/albums/d12/phreadom/rol1crop.png ] The miniature game screen now looks like it's running inside a little icon version of the game... and you can click and drag the title around... [Image: http://i32.photobucket.com/albums/d12/phreadom/rol2crop.png ] [Image: http://i32.photobucket.com/albums/d12/phreadom/...
2007 Aug 07
5
Extending RAIDZ.
...adding ''NewDisk'' to RAIDZ vdev, we have something like this: Disk0 Disk1 Disk2 Disk3 NewDisk <<P00 D00 D01 D02 U P01 D03 D04 D05 U P02 D06>> <<P03 D07>> U <<P04 D08>> <<P05 D09 U P06 D10 D11 D12>> U <<P07 D13 D14 D15>> U Then we start moving data, but we need to beging from the start: Disk0 Disk1 Disk2 Disk3 NewDisk <<N00 D00 D01 D02 D03 N01 D04 D05 D06>> <<P03 D07>> * U U U U <<P04 D08>> &l...
2012 Aug 21
2
[LLVMdev] Passing return values on the stack & storing arbitrary sized integers
Fabian, > here are the definitions of these register classes: > > // Data register class > def DR : RegisterClass<"TriCore", [i32], 32, > (add D0, D1, D2, D3, D4, D5, D6, D7, > D8, D9, D10, D11, D12, D13, D14, D15)>; > > // Extended-size data register class > def ER : RegisterClass<"TriCore", [i64], 32, > (add E0, E2, E4, E6, E8, E10, E12, E14)> { > let SubRegClasses = [(DR sub_even, sub_odd)]; > } > > And the DX and EX regist...
2012 Aug 21
2
[LLVMdev] Passing return values on the stack & storing arbitrary sized integers
> This isn't really my area of expertise, but I think you're messing up > your RegisterClass definition. Look at how ARM defines DTriple. DTriple is untyped :) , because we do not have any valut type which defines 3xi64. However, the paired register needs to have type. Fabian, what are the definitions of ER and DR register classes? -- With best regards, Anton Korobeynikov Faculty