search for: misprint

Displaying 20 results from an estimated 39 matches for "misprint".

Did you mean: isprint
2015 Jul 14
2
[LLVMdev] [llvm] [libunwind] r207467 misprint
...structions.hpp): assert(lastReg <= (int)cieInfo.returnAddressRegister && "register range does not contain return address register"); for (int i = 0; i <= lastReg; ++i) { ..... else if (i == (int)cieInfo.returnAddressRegister) There is misprint here: lastReg should be >= (int)cieInfo.returnAddressRegister in assert. So patch is: Index: DwarfInstructions.hpp =================================================================== --- DwarfInstructions.hpp (revision 242137) +++ DwarfInstructions.hpp (working copy) @@ -170,7 +170,7 @@...
2014 Nov 12
2
[LLVMdev] [llvm][SelectionDAG] trivial patch: fix misprint in SelectionDAGLegalize::ExpandInsertToVectorThroughStack
Hi Owen! The "First store the whole vector" is without uses and will be deleted later. I've attached trivial patch to fix it. I have no commit access so if patch is OK, please, commit it . Danil. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141112/52592eeb/attachment.html>
2014 Nov 12
2
[LLVMdev] [llvm][SelectionDAG] trivial patch: fix misprint in SelectionDAGLegalize::ExpandInsertToVectorThroughStack
I detected this bug using test case from platform which is not currently supported on llvm targets. (Our team is porting llvm on new target). Creating the test case will take some extra time. I'll try to do it ASAP. Have you any ideas about the test case? (targets using ExpandInsertToVectorThroughStack, etc...) On Wed, Nov 12, 2014 at 8:29 PM, Owen Anderson <resistor at mac.com> wrote:
2014 Nov 17
2
[LLVMdev] [llvm][SelectionDAG] trivial patch: fix misprint in SelectionDAGLegalize::ExpandInsertToVectorThroughStack
Alright, go ahead with it. —Owen > On Nov 17, 2014, at 4:58 AM, Daniil Troshkov <troshkovdanil at gmail.com> wrote: > > Hi! > > I have not found test case. (It is because we have no target using "ExpandInsertToVectorThroughStack"). > But I tested it for target currently not included in llvm trunk. > > This fix correct and trivial, so I'm offering
2019 Jun 17
0
[ANNOUNCE] libX11 1.6.8
...tomName Fix implicit conversion warnings in _XlcCreateDefaultCharSet Avoid use-after-free in _XimProtoSetIMValues() Fix man page typo: XkbAllBellNotifyMask -> XkbAllBellEventsMask XkbAllocGeomOverlayKey man page should be named XkbAllocGeomOverlayKeys specs/XKB: Fix misprint in documentation of XkbGetNamedGeometry() specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayRows() specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayKeys() specs/XKB: Fix misprint in documentation of XkbFreeGeomOverlayKeys() XlibInt.c: include heade...
2016 Sep 05
2
How to print UTF-8 encoded strings from a C routine to R's output?
...d to print from a C routine to guarantee to write to R?s output according to https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Printing. However if a string is UTF-8 encoded, non-ASCII characters (e.g., the infinity symbol http://www.fileformat.info/info/unicode/char/221e/index.htm) are misprinted. Is this an unsupported feature or is there a workaround for this limitation? Thanks! Michael [[alternative HTML version deleted]]
2015 Apr 08
4
[LLVMdev] [RFC] OpenMP offload infrastructure (iteration 2)
Hello everybody! To continue the original (http://article.gmane.org/gmane.comp.compilers.llvm.devel/75674) discussion of offload infrastructure I have an updated document with more details for your attention. The document is a consensus of the contributors representing a number of institutions: ANL, AMD, IBM, Intel and Texas Instruments. Our intent is to have a discussion and an approval from
2006 Apr 23
0
(no subject)
...you. I am pleased to announce, that a web page is established at http://www.causation.de/ where you can get some more information (Erratum etc.) The mathematics of the first Edition of my book above is perfect and proved. In so far no changes are needed. But besides of all, their are to many misprints in the first Edition. If you should be dissatisfied with the misprints, please feel free to contact me without any obligation for you. I will make sure, that you can get a copy of the sec. Edition of my book above without any costs for you. You must not pay anything, I will pay the shipping co...
2011 Jun 13
1
Somers Dyx
...m trying to compute Somers Dyx as some suggest this is the preferred method to Somers Dxy (Demaris, 1992). I have searchered the [R] archieves to no avail for a function or code to compute Dyx (not Dxy). The overview of Hmisc has mention of Dyx for the rcorr.cens function but this appears to be a misprint because the manual states the function finds Dxy. Peng and So (1998) state that the Dyx is easily calculated in SAS (which tells me the same is possible for [R]). Yang, K., Miller, G. J., & Miller, G. state that: (Tau-b)^2=Somers Dxy * Somers Dyx …so maybe an approach would be to writ...
2010 Mar 29
2
Samba SMB throughput
Hello everyone, Quoting from Samba Team Blog #2 (25 Sept 2009): "Volker showed how to get more than 700MB/sec from Samba using smbclient and a modern Samba server, which shows what you can really do when you understand the protocol thoroughly and don't feel you have to invent a new one (SMB2 :-)." Would it be possible to get a complete accounting of how this was achieved? Thanks,
2003 May 08
3
FreeBSD5 make world fails
Hi! I've installed FreeBSD5 (i386). I've synced src tree via cvsup (RELENG_5) and tried to build world. But in the process I got the following error: /usr/src/secure/lib/libcrypto/i386/des-586.s:2363:33: warning: null character(s) ignored {standard input}:2367: Error: invalid character '=' in operand 1 *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. *** Error code 1
2015 Apr 29
2
[LLVMdev] [Openmp-dev] [RFC] OpenMP offload infrastructure (iteration 2)
...et OpenMP offloading support in clang. I plan to start actively contributing code for this component of the OpenMP implementation soon. Thanks again, Samuel 2015-04-29 11:47 GMT-04:00 Sergey Ostanevich <sergos.gnu at gmail.com>: > Hi! > > Here's an updated version - couple of misprints are fixed. Thank you > to Roel Jordans and Kelvin Li for pointing this out. > I put this on Google drive to avoid the mailing list restrictions, > feel free to complain on the accessibility issues. > > http://goo.gl/L1rnKJ > > Oh, and please - provide your positive feedback, i...
2010 Jul 06
3
Help With ANOVA (corrected please ignore last email)
Sorry i had a misprint in the appendix code in the last email Hi I needed some help with ANOVA I have a problem with My ANOVA analysis. I have a dataset with a known ANOVA p-value, however I can not seem to re-create it in R. I have created a list (zzzanova) which contains 1)Intensity Values 2)Group Number (6 Differe...
2010 Mar 23
3
Optim() Help, Unusual Error
Hello all, any help with the following would be appreciated. I am attempting to maximize 28 parameters similtaneously in Optim(). The follwoing is my code: Y<-comp[,9] n<-length(Y) e.1<-.5 e.2<-.5 e.3<-.5 e.4<-.5 e.5<-.5 e.6<-.5 e.7<-.5 e.8<-.5 e.9<-.5 e.10<-.5 e.11<-.5 e.12<-.5 e.13<-.5 e.14<-.5 e.15<-.5 e.16<-.5 e.17<-.5 e.18<-.5
2011 Oct 10
6
Ruby on Rails sqlite3 ranking
I am making a browser-based game using ruby on rails and I am having trouble implementing a ranking system for my game. Each player has five skills: intelligence, creativity, strength, charisma and technological. I want the player to have a rank for each skill. The ranking I have in place right now gives the same rank if two players have the same amount of skill. SELECT COUNT(*) AS [rank] FROM
2015 Jun 11
0
Odd behavior of plot function
Sorry, that's a cut and paste error. It should be either tempx or xtemp throughout. Terry T On 06/11/2015 12:59 PM, John Nolan wrote: > Is there a misprint in your example? The first line of code uses tempx, but the rest uses a different variable xtemp? > > John > > -----"R-devel" <r-devel-bounces at r-project.org> wrote: ----- > To: "r-devel at r-project.org" <r-devel at r-project.org> > From: "...
2009 Mar 26
1
winegcc and 'undefined reference's for names from gdi32
Hello! Problem with winegcc. Could you please write me where is my mistake? t:~$ LANG=C make pc winegcc -o inkdemo.pc src/*.c -linkview -lfreetype -ljpeg -lz /usr/local/lib/libinkview.a(hw_emulator.o): In function `eink_waveform': hw_emulator.c:(.text+0xa22): undefined reference to `SetBitmapBits' hw_emulator.c:(.text+0xa73): undefined reference to `BitBlt'
2006 Jan 12
1
t-test for standard deviations
Dear R-users, I am new to the list and I would like to submit (probably!!!!) a stupid question: I found in a paper a reference to a t-test for the evaluationg the difference between the standard deviations of 2 samples. This test is performed in the paper but the methodology is not explained and any reference is reported. Does anyone know where I can find references to this test and if it is
2000 Jun 25
0
help screens: typos, suggestions (PR#581)
...I may offer some suggestions for specific help screens: 1. help(plot.default): shouldn't `type = "n"' be listed as a possible value? also, would it be better to say, e.g., "the following values (rather than 'possibilities') are possible" ? 2. help(glm) data: misprint (ffrom) data: an optional data frame containing the variables in the model. By default the variables are taken from the environment ffrom which `glm' is called. ^^^ 3. help(all): might it be helpful to add: "see also `any'" and, help(any)...
2005 Jan 08
0
cmdscale problem
...s, using option add=FALSE (the default), cmdscale misses the smallest eigenvalue. This affects GOF statistic g.1 (See Mardia, Kent + Bibby (1979): Multivariate Analysis, eq. (14.4.7). The corresponding formula in Cox + Cox (2001): Multidimensional Scaling, 2nd ed., p 38, would seem to contain a misprint, it should be n instead of n-1.) Example: R> cmdscale(eurodist, eig=TRUE)$GOF [1] 0.7968344 0.8679134 The full set of eigenvalues can be obtained via R> H <- function(n) { diag(n) - matrix(1, n, n)/n } R> eigen( -.5 * H(21) %*% (as.matrix(eurodist))^2 %*% H(21) , + only.values=TRUE...