search for: procedur

Displaying 20 results from an estimated 9038 matches for "procedur".

Did you mean: procedure
2007 Nov 01
5
monster method (too hard for my skill level)
I need to write a method for calculating the fee for medical procedures with respect to area. I have all the tables and data but its hard to give that here. Can someone take a look at this ''stub'' method and help me out? def calculate_fee # strip out the first 3 numbers of the user entered zip code # use those 3 numbers to identify row in [zipco...
2016 May 10
3
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
Hello LLVM Community, Sorry for delay as I was busy in final exams. I am Vivek from India. Thanks for choosing my proposal for Interprocedural Register Allocation (IPRA) in LLVM. Mehdi Amini and Hal Finkel will be mentoring me for this project. IPRA can reduce code size and runtime of programs by allocating register across the module and procedure boundaries. I have identified some old but effective research work on this area. I wa...
2016 May 11
4
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...quot; <llvm-dev at lists.llvm.org>, "Tim Amini Golling" <mehdi.amini at apple.com>, "Hal Finkel" <hfinkel at anl.gov> > Cc: "Quentin Colombet" <qcolombet at apple.com> > Sent: Tuesday, May 10, 2016 2:59:16 PM > Subject: [GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback > > Hello LLVM Community, > > Sorry for delay as I was busy in final exams. > > I am Vivek from India. Thanks for choosing my proposal for Interprocedural Register Allocation (IPRA) in LLVM. Mehdi Amini and Hal Finkel will be me...
2004 Apr 05
3
Selecting Best Regression Equation
Dear all, Does R or S-plus or any of their packages provide any command to form any of the following procedures to find Best Regression Equation - 1. 'All Possible Regressions Procedures' (is there any automated command to perform 2^p regressions and ordering according to criteria R2(adj), mallows Cp, s2- by not setting all the regression models manually), 2. 'Backward Elimination Procedu...
2004 Aug 22
2
[LLVMdev] How to handle nested procedures?
How would following Pascal code be translated to LLVM? procedure outer(a: integer): integer; procedure inner(b: integer): integer; begin return a + b end; begin return inner(a) end; If outer(10) is called, it returns 20. The problem here is that inner has access to the locals and formal arguments of outer. I do not see any direct su...
2006 Mar 28
2
Mysql stored procedures from Rails
Hi all, I know stored procedures are considered evil around, but there are times when you just have to use them. In the project I''m working on, I needed to call a mysql5 stored procedure, but I only got an error message saying "ActiveRecord::StatementInvalid: Mysql::Error: PROCEDURE vc.testsp can''t return...
2016 May 15
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...at apple.com>>, "Hal Finkel" <hfinkel at anl.gov <mailto:hfinkel at anl.gov>> >> Cc: "Quentin Colombet" <qcolombet at apple.com <mailto:qcolombet at apple.com>> >> Sent: Tuesday, May 10, 2016 2:59:16 PM >> Subject: [GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback >> >> Hello LLVM Community, >> >> Sorry for delay as I was busy in final exams. >> >> I am Vivek from India. Thanks for choosing my proposal for Interprocedural Register Allocation (IPRA) in LLVM. Mehdi Amini a...
2004 Aug 22
0
[LLVMdev] How to handle nested procedures?
----- Original Message ----- From: "Jeff Cohen" <jeffc at jolt-lang.org> To: <LLVMdev at cs.uiuc.edu> Sent: Saturday, August 21, 2004 7:35 PM Subject: [LLVMdev] How to handle nested procedures? > How would following Pascal code be translated to LLVM? > > procedure outer(a: integer): integer; > procedure inner(b: integer): integer; > begin > return a + b > end; > begin > return inner(a) > end; > > If outer(10) is called,...
2012 Oct 02
4
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...hree ways to make this work correctly: 1) Ignore OpenMP-related intrinsics and associated metadata. Least effort, least benefit (no OpenMP support). Yet, OpenMP programs compiled correctly, as if no pragmas are present -- including *exactly the same* number of routines and call graph (thanks to no procedurization in front-end). OpenMP specification allow such compilation. This might be the choice for targets that don't support OpenMP runtime library. 2) Make procedurization (including all runtime calls -- no intrinsics left after this step) at the very start of LLVM optimizer. No changes to opti...
2009 Apr 12
3
Quantative procedure assessing if data is normal
Hi, As part of an R code assingment I have been asked to find a quantitative procedure for assessing whether or not the data are normal? I have previously used the graphical procedure using the qqnorm command. Any help/tips would be greatly appreciated as to how I should start going about this! Henry ________________________________________________________________...
1999 Jun 27
2
paste and path ?
Dear friends. I have trobpe with path. Below I have tried to paste a path and file name but it will not work > path <- "D:/rw0641/own/own/procedures/GFR_TIME" > path [1] "D:/rw0641/own/own/procedures/GFR_TIME" > path1 <- paste(path,"gfr.txt",sep="/") > path1 [1] "D:/rw0641/own/own/procedures/GFR_TIME/gfr.txt" -- this is good enough > data <- read.table("D:/rw0641/own/own/pro...
2012 Oct 03
0
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...gt; There are three ways to make this work correctly: > > 1) Ignore OpenMP-related intrinsics and associated metadata. Least > effort, least benefit (no OpenMP support). This is trivially true, but the entire point of supporting OpenMP in the IR would be to have some sort of late "procedurization" pass that actually exposes the parallelism through some runtime. Saying that we could just ignore this is silly: if we wanted to ignore OpenMP, we can do that in the frontend with far less complexity. In fact, we're already done! ;-) > 2) Make procedurization (including all r...
2016 May 11
3
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...llvm.org>, "Tim Amini Golling" < >> mehdi.amini at apple.com>, "Hal Finkel" <hfinkel at anl.gov> >> *Cc: *"Quentin Colombet" <qcolombet at apple.com> >> *Sent: *Tuesday, May 10, 2016 2:59:16 PM >> *Subject: *[GSoC 2016] Interprocedural Register Allocation - >> Introduction and Feedback >> >> Hello LLVM Community, >> >> Sorry for delay as I was busy in final exams. >> >> I am Vivek from India. Thanks for choosing my proposal for >> Interprocedural Register Allocation (IPRA) in LLVM...
2009 Jan 28
1
Faced Problems with RODBC package 1.2-5 and 1.2-4 for windows
Hi, I am facing problems with RODBC package 1.2-5 and 1.2-4 built for windows. I am using R 2.8.1 version. I faced some problems when I was trying to execute sql procedure from R with exec/execute statement . Stored procedure contains code/statements : 1) Call to another procedure (R calls one procedure which itself calls another procedure) 2) Iteration (while loop) I created stored procedure in which I used while lo...
2005 Dec 20
8
Using rails with stored procedures
Hi all! I am quite new to rails, and I would like to know if there is a tutorial, or if someone can tell me how to use rails with stored procedures and views. Any help would be appreciated. Thanks to all -- ------------------------------------------- Gioachino Bartolotta
2003 Dec 23
3
question: DLL or EXE from R procedures
Hi, I wonder if it is possible to create an DLL or EXE file performing R procedures. Instead of running R, reading data and calling some procedures, I would like to use R functions in the following way: "C:\linearRegression.exe data.txt" which would produce let's say file "output.txt" with the results. Is there some way how to do it? Thanks a lot. Pavel V...
2016 May 11
3
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...atze at braunis.de> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "vivek pandya" <vivekvpandya at gmail.com>, "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Wednesday, May 11, 2016 12:46:25 PM > Subject: Re: [llvm-dev] [GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback > > > On May 11, 2016, at 3:31 AM, Hal Finkel via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > From: "vivek pandya" <vivekvpandya at gmail.com <mailto:vivekv...
2016 May 11
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...andya at gmail.com> > To: "Matthias Braun" <matze at braunis.de> > Cc: "Hal Finkel" <hfinkel at anl.gov>, "llvm-dev" > <llvm-dev at lists.llvm.org> > Sent: Wednesday, May 11, 2016 1:14:07 PM > Subject: Re: [llvm-dev] [GSoC 2016] Interprocedural Register > Allocation - Introduction and Feedback > Vivek Pandya > On Wed, May 11, 2016 at 11:19 PM, Matthias Braun < matze at braunis.de > > wrote: > > Yes there is also MachineRegisterInfo::UsedPhysRegMask which should > > be the union of all regmasks in the fun...
2016 May 11
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...;Hal Finkel" <hfinkel at anl.gov>, "Quentin Colombet" <qcolombet at apple.com>, "llvm-dev" <llvm-dev at lists.llvm.org>, "Matthias Braun" <matze at braunis.de> > Sent: Wednesday, May 11, 2016 3:15:03 AM > Subject: Re: [GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback > > > > Vivek Pandya > > > On Wed, May 11, 2016 at 10:02 AM, vivek pandya <vivekvpandya at gmail.com <mailto:vivekvpandya at gmail.com>> wrote: > > > Vivek Pandya > > > On Wed, May 11, 2016...
2012 Apr 09
1
Stepwise procedure with force.in command
Dear R-helpers, I am trying to do a stepwise procedure in which I want to force some variables in the model. I have searched around and it seems that only leaps package allows to force the variable in the stepwise procedure. I use the leaps package and use the regsubsets(lm1, force.in = 1, data) to force 1 variable in the model. However, the force...