Displaying 20 results from an estimated 39 matches for "misprints".
Did you mean:
misprint
2015 Jul 14
2
[LLVMdev] [llvm] [libunwind] r207467 misprint
Hi Nick!
In r207467 you added code(libunwind: DwarfInstructions.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 >=
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
Adam Jackson (2):
_XDefaultIOError: Reformat to be less ugly
_XDefaultIOError: Do better at detecting explicit shutdown
Alan Coopersmith (23):
Remove documentation of obsolete B16 & B32 tags in specs/libX11
Update README for gitlab migration
Import reallocarray() from OpenBSD
Convert main src directory to use reallocarray()
Convert src/XKB to use
2016 Sep 05
2
How to print UTF-8 encoded strings from a C routine to R's output?
Dear R experts,
It seems that Rprintf has to be used 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
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 cos...
2011 Jun 13
1
Somers Dyx
Hello R Community,
I'm continuing to work through logistic regression (thanks for all the help on score test) and have come up against a new opposition.
I'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
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, if...
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 Different Groups)
3)Sample Number (54 different samples)
this is created by the
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
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)
Dear R team,
If 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
2005 Jan 08
0
cmdscale problem
Dear R developers,
there appears to be a small problem with function cmdscale: for
non-Euclidean distance matrices, 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