search for: prc

Displaying 20 results from an estimated 96 matches for "prc".

Did you mean: pc
2018 Dec 14
4
LLVM Backend for a platform with no (normal) stack
...e forgive someone new to LLVM? And if your forgiveness stretches that far, perhaps you could clue me on just how I was rude so that I can avoid it in the future? More thanks, JD Jones From: Bruce Hoult [mailto:brucehoult at sifive.com] Sent: Friday, December 14, 2018 1:29 PM To: jjones at prc-hsv.com Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack Having your function prologue call malloc() and epilogue call free() (or similar functions) instead of bumping a stack pointer is not a problem....
1998 Sep 18
0
Locking issue
...nd will appear to work ... but the MS-DOS file is _unchanged_. If MS-DOS deletes the file and subsequently re-isses the MS-DOS 'copy' command the OLD version of the file re-appears. IE) UNIX DOES --------- copy /u1/tmp/input.prc /tmp/input.prc cd /tmp l /tmp/input.prc -rw-rw-rw- 1 root other 4012 Sep 18 14:31 input.prc DOS DOS ------ copy d:\input.prc dir input.prc Volume in drive C is MS-DOS_6 Directory of C:\TMP INPUT PRC 4,012 09-18-98 2:41p 1 file(s) 4,012 bytes...
2018 Dec 14
2
LLVM Backend for a platform with no (normal) stack
Thanks for your response. Please see below. From: Bruce Hoult [mailto:brucehoult at sifive.com] Sent: Thursday, December 13, 2018 5:58 PM To: jjones at prc-hsv.com Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack Do you have a register that you can store a memory address >> yes in and an addressing mode that allows you to add (or subtract) a co...
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
...s PromoteMem2Reg) or that you rewrite the alloca by declaring a static local, and rewriting the code to use that instead of the alloca result. Mark Mendell From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Bruce Hoult via llvm-dev Sent: December 14, 2018 3:27 PM To: jjones at prc-hsv.com Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack You said you can allocate memory? On Fri, Dec 14, 2018 at 12:09 PM JD Jones <jjones at prc-hsv.com<mailto:jjones at prc-hsv.com>> wrot...
2007 Jun 14
2
Difference between prcomp and cmdscale
I'm looking for someone to explain the difference between these procedures. The function prcomp() does principal components anaylsis, and the function cmdscale() does classical multi-dimensional scaling (also called principal coordinates analysis). My confusion stems from the fact that they give very similar results: my.d <- matrix(rnorm(50), ncol=5) rownames(my.d) <- paste("c...
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
...provided little hope. Searching the Altera (redirected to Intel) website on "LLVM" got no hits, reducing hope. More thanks than I can type, JD -----Original Message----- From: Anton Korobeynikov [mailto:anton at korobeynikov.info] Sent: Saturday, December 15, 2018 8:33 AM To: jjones at prc-hsv.com Cc: brucehoult at sifive.com; llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack Well, since you're having memory, then things are more or less doable – all you need is to create and maintain stack by yourself. This co...
2013 Jan 28
2
Why are the number of coefficients varying? [mgcv][gam]
...the number of coefficients varies (between 263-265). What gives? Why don't all of my models have the same number of coefficients? Thanks in advance! Best, Andrew BCAR.knots = c(2,15,60,120) INAR.knots = c(50,100,200,300) bcph.knots = c(7.5,8.5,9.5,10.5) htt.knots = c(350,450,550,650) bc.prc.C.knots = c(.3,.45,.6,.8) phi.knots = c(4.5,5.5,6.5,7.5) CEC.knots = c(5,12,19,26) soc.knots = c(10,20,30,40) sand.knots = c(.2,.4,.6,.8) clay.knots = c(.15,.3,.45,.6) abslat.knots = c(10,20,30,45) lon.knots = c(-50,0,50,125) dum = as.vector(rep(1,length(trialid))) doyee = NA r.ints =...
2018 Dec 13
2
LLVM Backend for a platform with no (normal) stack
...s wanderings, I thought I ran across a phrase "platforms with no stack such as FPGAs", but I can't find that mention, now. More thanks than I can type, JD Jones Software Engineer -- This message is intended for the addressee only and may contain Paragon Research Corporation (PRC) confidential or privileged information. Use or distribution of such confidential information is strictly prohibited without the prior written permission of PRC. If you have received this message in error, please contact the sender immediately and delete the message and attachments from your...
2019 Feb 04
2
Variable names rule
...t of type Function). Again, sorry -- I don't see how prepended underscore is worse than an appended one. Could you supply some examples, please? -----Original Message----- From: Tim Northover [mailto:t.p.northover at gmail.com] Sent: Monday, February 4, 2019 1:37 PM To: JD Jones <jjones at prc-hsv.com> Cc: Robinson, Paul <paul.robinson at sony.com>; clattner at nondot.org; Michael Platings <Michael.Platings at arm.com>; llvm-dev <llvm-dev at lists.llvm.org>; nd <nd at arm.com> Subject: Re: [llvm-dev] Variable names rule On Mon, 4 Feb 2019 at 17:20, JD Jones vi...
2019 Feb 04
2
Variable names rule
...Parzyszek via llvm-dev > Sent: Monday, February 4, 2019 2:51 PM > To: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] Variable names rule > Importance: Low > > On 2/4/2019 2:29 PM, Tim Northover via llvm-dev wrote: > > On Mon, 4 Feb 2019 at 20:21, JD Jones <jjones at prc-hsv.com> wrote: > >> If _<lowerCaseLetter> violates a standard, please say which one. It > does not violate the C++11 standard: > > > > If strictly adhered to, it doesn't, and I've never claimed any > > different. But coding standards are never strictl...
2019 Feb 04
2
Variable names rule
...ifiers beginning with an underscore •Also, everything in the std namespace is reserved. (You are allowed to add template specializations, though.) -----Original Message----- From: Tim Northover [mailto:t.p.northover at gmail.com] Sent: Monday, February 4, 2019 2:17 PM To: JD Jones <jjones at prc-hsv.com> Cc: Robinson, Paul <paul.robinson at sony.com>; clattner at nondot.org; Michael Platings <Michael.Platings at arm.com>; llvm-dev <llvm-dev at lists.llvm.org>; nd <nd at arm.com> Subject: Re: [llvm-dev] Variable names rule On Mon, 4 Feb 2019 at 20:03, JD Jones &l...
2001 Aug 17
2
Principle Component Analysis
...32 20 59 72 70 66 62 21 28 50 50 42 63 22 19 46 49 40 30 23 36 56 56 54 52 24 54 57 59 62 58 25 14 35 38 29 20 > summary(testscores.prc) Importance of components: Comp.1 Comp.2 Comp.3 Comp.4 Comp.5 Standard deviation 28.4896795 9.03547104 6.60095491 6.13358179 3.72335754 Proportion of Variance 0.8212222 0.08260135 0.04408584 0.03806395 0.01402668 Cumulative Proportion 0.8212222 0.903823...
2008 Oct 21
2
NTFS to NTFS backup
Hi, I am running rsync version 2.6.9 under Ubuntu 8.04. I am trying to backup a NTFS partition to another hard drive formated as NTFS, using the --delete option, since I want a differential backup. The problem is that rsync first deletes all files on the backup disk and then copies everthing again. I am using the following command and it still doesnt work, and also tried without the
2017 Jun 18
2
Problema con Histograma con porcentajes usando ggplot
...os y que tipo de objetos se han generado, y tambíen la distribución por pais de la muestra. No he usado los weights del survey todavía, solo estoy explorando los datos. class(ess) ## [1] "lbl_df" "data.frame" frq(ess$cntry) ## # Country ## ## val label frq raw.prc valid.prc cum.prc ## 1 Austria 1795 4.47 4.47 4.47 ## 2 Belgium 1769 4.40 4.40 8.87 ## 3 Switzerland 1532 3.81 3.81 12.68 ## 4 Czech Republic 2148 5.35 5.35 18.03 ## 5 Germany 3045 7.58 7.58 25.60 ## 6...
2019 Feb 04
2
Variable names rule
On 2/4/2019 2:29 PM, Tim Northover via llvm-dev wrote: > On Mon, 4 Feb 2019 at 20:21, JD Jones <jjones at prc-hsv.com> wrote: >> If _<lowerCaseLetter> violates a standard, please say which one. It does not violate the C++11 standard: > > If strictly adhered to, it doesn't, and I've never claimed any > different. But coding standards are never strictly adhered to. > Parti...
2017 Jun 18
3
Problema con Histograma con porcentajes usando ggplot
...he usado los weights del survey todavía, solo estoy explorando >> los datos. >> >> class(ess) >> >> ## [1] "lbl_df" "data.frame" >> >> frq(ess$cntry) >> >> ## # Country >> ## >> ## val label frq raw.prc valid.prc cum.prc >> ## 1 Austria 1795 4.47 4.47 4.47 >> ## 2 Belgium 1769 4.40 4.40 8.87 >> ## 3 Switzerland 1532 3.81 3.81 12.68 >> ## 4 Czech Republic 2148 5.35 5.35 18.03 >> ## 5 Germa...
2007 Aug 29
4
How to signal the end of the table?
...e("abc.csv","r") pos=seek(fp, rw="read") for (i in 1:number.of.record){ current.row=scan(file=fp, sep=',', what=list(count=1, cusip6="", idate=1, spread=1.1, vol252=1.1, vol1000=1.1, st_debt=1.1, lt_debt=1.1 , total_liab= 1.1, cr=1.1, shrout=1.1, prc=1.1, mkt_cap=1.1, rtng=1.1, sec=1.1, cr3m=1.1, cr5y=1.1, ust3m=1.1, ust5y=1.1), flush=TRUE, nlines=1,quiet=T) ... } I need to know the number of records in the table and put it in the variable named "number.of.records". When I have a new table that I do not know how many records it...
2017 Jun 18
2
Problema con Histograma con porcentajes usando ggplot
...s. >>>> >>>> class(ess) >>>> >>>> ## [1] "lbl_df" "data.frame" >>>> >>>> frq(ess$cntry) >>>> >>>> ## # Country >>>> ## >>>> ## val label frq raw.prc valid.prc cum.prc >>>> ## 1 Austria 1795 4.47 4.47 4.47 >>>> ## 2 Belgium 1769 4.40 4.40 8.87 >>>> ## 3 Switzerland 1532 3.81 3.81 12.68 >>>> ## 4 Czech Republic 2148 5.35 5.35 18....
2019 Feb 04
2
Variable names rule
...worth noting that at the time, if I recall correctly, I argued against Nick’s proposal. I’m since come around to see the wisdom of his position and agree that we should have done it. -Chris -- This message is intended for the addressee only and may contain Paragon Research Corporation (PRC) confidential or privileged information.  Use or distribution of such confidential information is strictly prohibited without the prior written permission of PRC.  If you have received this message in error, please contact the sender immediately and delete the message and attachments from your...
2019 Mar 18
0
Two FPPassManager objects, and LocalStackSlotAllocation::runOnMachineFunction returns true but has not changed the data
...t I can see). The destructor of SelectionDAGISel deletes MF, a pointer to a member variable the class did not new. Again, I'm too new to LLVM to know whether these things are as designed or unintentional. Many Thanks, JD Jones Software Engineer Paragon Research Corporation www.prc-hsv.com Not a Contribution -- This message is intended for the addressee only and may contain Paragon Research Corporation (PRC) confidential or privileged information. Use or distribution of such confidential information is strictly prohibited without the prior written permission of...