search for: c24

Displaying 18 results from an estimated 18 matches for "c24".

Did you mean: 24
2007 Mar 10
3
long character string problem
...)A110*(X110*x1+X210*x2)+1*sqrt(B110*(X110*x1+X210*x2)^2+C110)" > cum2 [1] "A21*(X11*x1+X21*x2)+1*sqrt(B21*(X11*x1+X21*x2)^2+C21)A22*(X12*x1+X22*x2)+1*sqrt(B22*(X12*x1+X22*x2)^2+C22)A23*(X13*x1+X23*x2)+-1*sqrt(B23*(X13*x1+X23*x2)^2+C23)A24*(X14*x1+X24*x2)+-1*sqrt(B24*(X14*x1+X24*x2)^2+C24)A25*(X15*x1+X25*x2)+1*sqrt(B25*(X15*x1+X25*x2)^2+C25)A26*(X16*x1+X26*x2)+1*sqrt(B26*(X16*x1+X26*x2)^2+C26)A27*(X17*x1+X27*x2)+1*sqrt(B27*(X17*x1+X27*x2)^2+C27)A28*(X18*x1+X28*x2)+1*sqrt(B28*(X18*x1+X28*x2)^2+C28)A29*(X19*x1+X29*x2)+-1*sqrt(B29*(X19*x1+X29*x2)^2+C29)A210*(X110*x1+X210*x2)+1*sqrt(B21...
2019 Jul 02
3
RFC: Complex in LLVM
...bit complex types, and I think that we can > have a generic facility. Troy already addressed this but I'm very happy to re-add c128. I think complex <floating-point-type> would be fine. Of course some floating-point-types only make sense on certain targets. How would we legalize a c24 on a target that doesn't support it natively? Calls into compiler-rt? We had quite a bit of discussion around naming here. If we're expanding this to allow general floating point types, is c<bit-width> still a good name? -David
2009 Aug 23
3
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
....long 1). There are really two questions here: 1) Do we want to be able to generate this kind of output at all (I do!) 2) If we do, do we want to use the global alias initialised with a constant GEP to do it, or provide some other mechanism? David [1] http://llvm.org/bugs/show_bug.cgi?id=4739#c24 [2] I know it's not possible on Mach-O (well, it is for internal symbols, just not for ones exported via the symbol table) - does anyone know if PE allows it? -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm.diff Type: application/octet-stream Size: 1...
1999 Aug 05
1
pairwise scatterplot matrix
...|X4 vs X1|X4 vs X2|X4 vs X3| X4 | It is possible with this command (> pairs(X)) to draw a figure which both indicates the values of correlation coefficients and give the linear regressions of variables? Like this: | X1 | C12 | C13 | C14 | |X2 vs X1| X2 | C23 | C24 | |X3 vs X1|X3 vs X2| X3 | C34 | |X4 vs X1|X4 vs X2|X4 vs X3| X4 | Cij indicate the value of the correlation coefficient for the linear regression of the variable i with the variable j. i=1...4, j=1...4 Xi vs Xj indicate a plot(Xi,Xj). Have a nice day Jorge. -- +-----------...
2009 Jul 15
1
Help with averaging
...ot;, "G2-C9","G2-C10","G2-C11","G2-C12","G2-C13","G2-C14","G2-C15","G2-C16", "G3-C17","G3-C18","G3-C19","G3-C20","G3-C21","G3-C22","G3-C23", "G4-C24","G4-C25","G4-C26","G4-C27","G4-C28","G4-C29","G4-C30","G4-C31") write.csv(averagedResults, file = "Pr9549_averagedreplicates.csv", row.names = FALSE) #SCRIPT ENDS
2008 Sep 01
3
bin/121684: : dump(8) frequently hangs
Any progress here? Does anyone know if this will be fixed in 7.1 latest, or should we start looking for different backup solution (in this case I would suggest to remove dump from the source tree - having a backup tool that doesn't work is worse than having none). After upgrading we basically cannot backup our servers. Shouldn't this issue be on
2009 Aug 25
0
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
...re: > > 1) Do we want to be able to generate this kind of output at all (I > do!) > 2) If we do, do we want to use the global alias initialised with a > constant GEP to do it, or provide some other mechanism? > > David > > [1] http://llvm.org/bugs/show_bug.cgi?id=4739#c24 > [2] I know it's not possible on Mach-O (well, it is for internal > symbols, just not for ones exported via the symbol table) - does > anyone know if PE allows it? > <llvm.diff> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm.diff...
2019 Jul 02
2
RFC: Complex in LLVM
> Why? I'd prefer we avoid introducing even more special cases. Is there > any reason why we should not define "complex <scalar type>", or to be > more restrictive, "complex <floating-point type>"? I really don't like > the idea of excluding 128-bit complex types, and I think that we can > have a generic facility. Hal, we had 128-bit
2009 Aug 25
1
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
...) Do we want to be able to generate this kind of output at all (I do!) >> 2) If we do, do we want to use the global alias initialised with a >> constant GEP to do it, or provide some other mechanism? >> >> David >> >> [1] http://llvm.org/bugs/show_bug.cgi?id=4739#c24 >> [2] I know it's not possible on Mach-O (well, it is for internal symbols, >> just not for ones exported via the symbol table) - does anyone know if PE >> allows it? >> <llvm.diff> > > > _______________________________________________ > LLVM Developer...
2012 May 30
4
Reproducing fragmentation and out of space error
Recently I ran into a situation where an ocfs2 (1.4) volume was reporting it was out of space when it was not. Deleting some files helped short term but the problem quickly comes back. I believe this is due to the fragmentation bug that I have seen references to in the mailing list archive. I am trying to reproduce the problem on a test system so that I can validate that upgrading to 1.6
2005 Dec 03
1
Correlation matrix from a vector of pairwise correlations
I've a vector of pairwise correlations in the order low-index element precedes the high-index element, say: corr(1,2)=0.1, corr(1,3)=0.2, corr(2,3)=0.3, corr(3,4)=0.4 How can I construct the corresponding correlation matrix? I tried using the "combn"-function in "combinat" package: library(combinat) combn(c(0.1,0.2,0.3,0.4),2) , but to no avail... Thank you for your
2019 Jul 23
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...ource busy" crash/lock cited here and in https://bugs.freedesktop.org/show_bug.cgi?id=100567 I'm posting here as I don't see SCHED_ERROR in my systemd journal, and I can reliably trigger it by running qemu android emulator like kong in https://bugs.freedesktop.org/show_bug.cgi?id=99900#c24 (so as far as I can tell, unless resolved android development is dead for me) Fedora 30 Linux noir 5.1.18-300.fc30.x86_64 #1 SMP Mon Jul 15 15:42:34 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux lsmod | grep nouveau nouveau 2248704 10 mxm_wmi 16384 1 nouveau i2c_algo_bit...
2007 Aug 16
2
Newbie
...06/2007 Caledon 1 C18 FALSE 1 A 1 0 0 0 0 0 2 2 17.47 15 25/06/2007 Caledon 1 C20 FALSE 1 A 1 0 8 0 0 0 0 3 19.97 16 25/06/2007 Caledon 1 C21 FALSE 1 A 1 0 3 0 2 0 0 20 20.58 17 25/06/2007 Caledon 1 C24 FALSE 1 A 1 0 0 4 2 0 0 7 17.37 18 25/06/2007 Caledon 1 C27 FALSE 1 A 1 0 0 0 3 0 0 6 24.14 19 25/06/2007 Caledon 1 C28 FALSE 1 A 1 0 0 5 1 0 0 6 21.58 20 25/06/2007 Caledon 1 C33 FALSE 1 A 0 0...
2017 Dec 09
9
[Bug 104181] New: [NV50/G94] system freeze on youtube with epiphany 3.26
https://bugs.freedesktop.org/show_bug.cgi?id=104181 Bug ID: 104181 Summary: [NV50/G94] system freeze on youtube with epiphany 3.26 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2015 May 25
57
[Bug 90626] New: HP ZBook 15 nouveau driver hangup for kernel >= 3.19
https://bugs.freedesktop.org/show_bug.cgi?id=90626 Bug ID: 90626 Summary: HP ZBook 15 nouveau driver hangup for kernel >= 3.19 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee:
2009 Sep 26
10
Adding handling for Multipath storage devices
The following patches introduce support for multipath and cciss devices to the ovirt-node and node-image. Comments are appreciated. These patches assume that the 3 patches (2 node, 1 node-image) from Joey are all incorporated. Mike
2019 Jul 01
14
RFC: Complex in LLVM
Hey all, I volunteered to put together a proposal regard complex in LLVM. Consider the following to be a strawman meant to spark discussion. It's based on real-world experience with complex but is not expected to cover all use-cases. Proposal to Support Complex Operations in LLVM ---------------------------------------------- Abstract Several vendors and individuals have proposed
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.