search for: procedure

Displaying 20 results from an estimated 9033 matches for "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 [zipcod...
2016 May 10
3
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...as 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 want community's feedback for feasibility of these approach and I am targeting to implement two of them during this project. Here is list of the papers, I have read first two papers and I would like to discu...
2016 May 11
4
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...xams. > > 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 want community's feedback for feasibility of these approach and I am targeting to implement two of them during this project. > > Here is list of the papers, I have read first two papers and...
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 Procedur...
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 sup...
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 a...
2016 May 15
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...>> 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 want community's feedback for feasibility of these approach and I am targeting to implement two of them during this project. >> >> Here is list of the papers, I have read...
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, i...
2012 Oct 02
4
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
Chris, > My comment was mostly in response to the Intel proposal, which effectively translates OpenMP pragmas directly into llvm intrinsics + metadata. I can't imagine a way to make this work *correctly* without massive changes to the optimizer. There are three ways to make this work correctly: 1) Ignore OpenMP-related intrinsics and associated metadata. Least effort, least benefit (no
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/proc...
2012 Oct 03
0
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
On Oct 2, 2012, at 3:09 AM, Andrey Bokhanko <andreybokhanko at gmail.com> wrote: > Chris, > >> My comment was mostly in response to the Intel proposal, which effectively translates OpenMP pragmas directly into llvm intrinsics + metadata. I can't imagine a way to make this work *correctly* without massive changes to the optimizer. > > There are three ways to make this
2016 May 11
3
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...ndia. 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 want community's feedback for feasibility of these approach and I am >> targeting to implement two of them during this project. >> >> Here is list of the papers, I hav...
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 loo...
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 Va...
2016 May 11
3
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...xams. > > 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 want community's feedback for feasibility of these approach and I am targeting to implement two of them during this project. > > Here is list of the papers, I have read first two papers and...
2016 May 11
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...mation ? And also only codegen order > needs to be changed to DFS on call graph. And currently no > intra-procedural register is using UsedPhysRegMask to avoid > load/store. Does it mean we need to change that ? Or I am getting it > wrong. No, it just means that the "scanning" procedure is simple, it does not actually need to visit each instruction. -Hal > - Vivek > > > On May 11, 2016, at 10:47 AM, Hal Finkel via llvm-dev < > > > llvm-dev at lists.llvm.org > wrote: > > > > > > > From: "Matthias Braun" < matze at...
2016 May 11
2
[GSoC 2016] Interprocedural Register Allocation - Introduction and Feedback
...xams. > > 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 want community's feedback for feasibility of these approach and I am targeting to implement two of them during this project. > > Here is list of the papers, I have read first two papers and...
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....