search for: viv

Displaying 17 results from an estimated 17 matches for "viv".

Did you mean: via
2012 Mar 15
1
eigenvalues of matrices of partial derivatives with ryacas
...sed of partial derivatives and then find the eigenvalues of F*Inverse(V). I have the following equations in ryacas notation: > library(Ryacas) > FIh <- Expr("betah*Sh*Iv") > FIv <- Expr("betav*Sv*Ih") > VIh <- Expr("(muh + gamma)*Ih") > VIv <- Expr("muv*Iv") I successfully found the partial derivatives: > f11 <- deriv(FIh, "Ih") > f12 <- deriv(FIh, "Iv") > f21 <- deriv(FIv, "Ih") > f22 <- deriv(FIv, "Iv") > v11 <- deriv(VIh, "Ih") >...
2020 May 21
2
LV: predication
> The compare of interest is clear, I think. It compares a Vector Induction Variable with a broadcasted loop invariant value, aka the BTC. Obtaining the latter operand is the goal, clearly, but to do so, the former operand needs to be recognized as a VIV. Yep, exactly that. > What if this compare is not generated by LV’s fold-tail-by-masking transformation? Not sure I completely follow this, because the whole point is that @llvm.get.active.lane.mask() will be generated by the LV and its tail-folding and masking. If a programmer is interfering...
2003 Oct 17
5
Beta testers for visual configuration tool for asterisk
Hi All, We've been developing for a while an IDE for Asterisk, and the time has come to open it for beta testers. You can check at www.instant.com.br/viv.html for a snapshot of the application. Current modules are Dialplan and VoiceMail configuration. As you may see, it is all-visual, with drag and drop support and integrated sound recording, saving and cross-checking, so you dialpland doesn't crash because of a missing sound file. Beta users...
2020 May 20
2
LV: predication
...n matching and matching up with SCEV info is becoming a bit horrible for doubly nested loops or reductions. This icmp materliased as @llvm.get.active.lanes.mask(%IV, %BTC) avoids all of this, as we can just pick up %BTC in the backend. As we are looking for the scalar loop iteration count, not the VIV, I don't think SCEV for vector loops is going to be helpful. Please let me know if I can elaborate further, or if things are not clear. Cheers, Sjoerd. ________________________________ From: Zaks, Ayal (Mobileye) <ayal.zaks at intel.com> Sent: 20 May 2020 20:39 To: Sjoerd Meijer &lt...
2003 Oct 17
2
Beta testers for visual configuration tool f or asterisk
...iday, October 17, 2003 12:23 PM Subject: [Asterisk-Users] Beta testers for visual configuration tool for asterisk > Hi All, > > We've been developing for a while an IDE for Asterisk, and the time has > come to open it for beta testers. > > You can check at www.instant.com.br/viv.html for a snapshot of the > application. > > Current modules are Dialplan and VoiceMail configuration. As you may > see, it is all-visual, with drag and drop support and integrated sound > recording, saving and cross-checking, so you dialpland doesn't crash > because of a mis...
2012 Mar 10
1
Generating abnormal returns in R
..., "SGO.PA" , "RNO.PA" , "VIE.PA" , "BAYN.DE" , "SAN.PA" , "DG.PA" , "SSE.L" , "GSK.L" , "EN.PA" , "LYB" , "MLSNP.PA" , "IBE.MC" , "EURS.PA" , "AH.AS" , "VIV.PA" , "TIT.MI" , "VOLV-B.ST" , "ABI.BR" , "LHA.DE" , "OML.L" , "CNA.L" , "CON.DE" , "PHG" , "AZN.L" , "SBRY.L" , "BA.L" , "BT-A.L" , "AF.PA" , "430021.VI"...
2011 Dec 08
2
Relationship between covariance and inverse covariance matrices
...ebraic system of linear equations for a and a-inverse but couldn't come up with anything. Let me know if I'm not clear on anything. Basically I'd just like to see what type of covariance matrices will produce an inverse covariance matrix with some zero elements. Thanks, Vivian
2009 Feb 12
2
Macintosh rsync: Inconsistent Behaviour: Hints Appreciated
.../200805-FriendsMisc080502 rim$ ls -l total 12472 -rwxr-xr-x 1 root admin 1827015 Apr 14 2008 HannahP1060453.jpg -rwxr-xr-x 1 root admin 2219607 Apr 14 2008 HannahP1060578.jpg -rwxr-xr-x 1 root admin 192966 Jan 7 2008 VikyP1030042.jpg -rwxr-xr-x 1 root admin 206962 Jan 7 2008 VivP1030020.jpg -rwxr-xr-x 1 root admin 1900455 Nov 15 2007 WOOK-DSCN3830.jpg bobsmac:/Volumes/Pix/PIXBACKUP/PIXREADONLY/200805-FriendsMisc080502 rim$ ls -l total 12472 -rwxr-xr-x 1 rim rim 1827015 Apr 14 2008 HannahP1060453.jpg -rwxr-xr-x 1 rim rim 2219607 Apr 14 2008 HannahP1060578.jp...
2020 May 01
5
LV: predication
Hi Eli, > The problem with your proposal, as written, is that the vectorizer is producing the intrinsic. Because we don’t impose any ordering on optimizations before codegen, every optimization pass in LLVM would have to be taught to preserve any @llvm.set.loop.elements.i32 whenever it makes any change. This is completely impractical because the intrinsic isn’t related to anything
2011 Apr 04
1
Ordering every row of a matrix while ignoring off diagonal elements
Sorry if this is a stupid question but I've been stuck on how to code so that I can order rows of a matrix without paying attention to the diagonal elements. Say, for example, I have a matrix d: > d [,1] [,2] [,3] [,4] [1,] 0.000000 2.384158 2.0065682 2.2998856 [2,] 2.384158 0.000000 1.4599928 2.4333213 [3,] 2.006568 1.459993 0.0000000 0.9733285 [4,] 2.299886
2007 Nov 08
3
'a' extension
Is there any way to see the called number when a call gets redirected to the 'a' extension from voicemail? Say x123 calls x456 and it rolls to voicemail. x123 hits * and gets dumped into the 'a' extension in the original context. I need some logic in 'a' to do a database lookup based on the original called number (x456). Any ideas? When I do a test, it appears
2011 Oct 19
1
Sparse covariance estimation (via glasso) shrinking to a "nonzero" constant
...return(val) } crit = critfun(xx, s, rho, penalize.diagonal) return(list(w = ww, wi = xx, loglik = -(n/2) * crit, errflag = junk$ierr, approx = approx, del = junk$del, niter = junk$niter)) } If anyone can give any suggestions, I'd greatly appreciate it. Thanks! Vivian
2010 Aug 24
3
is there a mplayer yum website?
I want to install mplayer but my GCC is 4.0. can not compile the mplayer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100824/86c613fd/attachment-0002.html>
1997 Feb 05
0
bliss version 0.4.0
...oes nothing intentionally destructive. Bliss may well do accidentally destructive things. I have tried to be careful about errors and unlikely conditions causing problems, but this is a virus. And one that undergone some changes since it was last given any real testing. Bliss is not expected to survive in the wild. I have written this as proof that a unix virus is possible, and because it is a fun program. 9ae9f7da327953f9aa838b8bfc4ca855 Appended is a gzipped i386-linux-elf binary that has had each pair of bits swapped. Trivial to decode by anyone with programming knowledge, difficult otherwi...
2007 Aug 15
0
Branch 'vivi' - 13 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h vivified/core vivified/ui
doc/swfdec-sections.txt | 1 libswfdec/swfdec_as_debugger.h | 12 +++- libswfdec/swfdec_as_frame.c | 36 +++++++++++- libswfdec/swfdec_as_frame.h | 1 libswfdec/swfdec_as_types.h | 2 vivified/core/.gitignore | 2 vivified/core/Makefile.am | 25 +++++++- vivified/core/vivi_application.c | 12 +--- vivified/core/vivi_application.h | 13 +++- vivified/core/vivi_breakpoint.c | 39 ++++++++++++- vivified/core/vivi_breakpoint.h | 2 vivified/core/vivi_deb...
2007 Aug 09
0
Branch 'vivi' - 12 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/Makefile.am libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_debugger.c
...| 2 test/image/image.c | 2 test/sound/sound.c | 2 test/swfedit_tag.c | 4 - test/swfedit_token.c | 7 -- test/swfscript.c | 7 -- test/trace/trace.c | 2 vivified/core/Makefile.am | 8 +- vivified/core/vivi_application.c | 56 ++++++++++++++++++-- vivified/core/vivi_application.h | 19 ++++++ vivified/core/vivi_ming.c | 98 +++++++++++++++++++++++++++++++++++ vivified/core/vivi_ming.h | 34 ++++++++++++...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...|binary test/trace/remove-depths-7.swf.trace | 3 test/trace/remove-depths-8.swf |binary test/trace/remove-depths-8.swf.trace | 3 test/trace/remove-depths.as | 15 test/trace/trace.c | 4 vivified/.gitignore | 2 vivified/Makefile.am | 1 vivified/core/.gitignore | 16 vivified/core/Makefile.am | 60 +++ vivified/core/vivi_application.c | 415 ++++++++++++...