similar to: [LLVMdev] creating function pointers

Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] creating function pointers"

2004 Dec 12
3
[LLVMdev] redefenition of variables in LLVM
Hi, %_t4 = add int 23 , 0 %_t5 = add int %_t4 , 1 %_t4 = add int %_t5 , 0 the above line of code give an error when i try to convert to bytecode. The error is that I am trying to redefine %_t4. Is there a way to reassign a variable with another value. Also is there a way to assign a value to a variable. I couldnt do that so I added 0 to it ! :) Thanks Jai
2004 Dec 11
2
[LLVMdev] calling the printf funtion
The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the last 18 hrs. I was finding that tool very useful to get the syntactic constructs, could someone fix it ? Thanks Jai On Sat, 11 Dec 2004 11:10:00 -0600, Vikram S. Adve <vadve at cs.uiuc.edu> wrote: > Just compile a trivial C program containing printf through llvm-gcc and > you will see how to call printf from within
2004 Dec 11
0
[LLVMdev] calling the printf funtion
On Sat, 11 Dec 2004, Jai Vasanth wrote: > The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the > last 18 hrs. I was finding that tool very useful to get the syntactic > constructs, could someone fix it ? Fixed, sorry. -Chris > On Sat, 11 Dec 2004 11:10:00 -0600, Vikram S. Adve <vadve at cs.uiuc.edu> wrote: >> Just compile a trivial C program containing
2004 Dec 11
1
[LLVMdev] calling the printf funtion
What was the issue? On Sat, 2004-12-11 at 14:59, Chris Lattner wrote: > On Sat, 11 Dec 2004, Jai Vasanth wrote: > > The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the > > last 18 hrs. I was finding that tool very useful to get the syntactic > > constructs, could someone fix it ? > > Fixed, sorry. > > -Chris > > > On Sat, 11 Dec 2004
2008 Dec 05
9
Bar Chart in Rails
Hi Everyone, Can anyone tell me how to draw a bar chart in Rails? Is there any in-built method in Ruby on Rails (or) should i go for 3rd party plugins? I searched and came across this "open flash chart" - i don''t know how to customize it according to my requirement. PS: I have attached my requirement sample for you reference. Thanks, Vasanth Attachments:
2011 Sep 03
3
question with uniroot function
Dear all, I have the following problem with the uniroot function. I want to find roots for the fucntion "Fp2" which is defined as below. Fz <- function(z){0.8*pnorm(z)+p1*pnorm(z-u1)+(0.2-p1)*pnorm(z-u2)} Fp <- function(t){(1-Fz(abs(qnorm(1-(t/2)))))+(Fz(-abs(qnorm(1-(t/2)))))} Fp2 <- function(t) {Fp(t)-0.8*t/alpha} th <- uniroot(Fp2, lower =0, upper =1,
2012 Oct 25
2
How to extract auc, specificity and sensitivity
I am running my code in a loop and it does not work but when I run it outside the loop I get the values I want. n <- 1000; # Sample size fitglm <- function(sigma,tau){ x <- rnorm(n,0,sigma) intercept <- 0 beta <- 0 ystar <- intercept+beta*x z <- rbinom(n,1,plogis(ystar)) xerr <- x + rnorm(n,0,tau) model<-glm(z ~ xerr, family=binomial(logit))
2012 Aug 10
4
subsetting levels of a vector
Hi, I need to subset different levels of vector in a dataset to create a new dataframe that contains only these. These observations are not numerical, so I can't use the subset() function (at least this is the response I get from R). Suppose the dataframe looks like this:   ParticipID    ERP   Electrode 1         s1  0.0370       FP1 2         s2 35.0654       FP2 3         s3
2007 Aug 27
1
R 2.5.1 - Rscript through tee
Hi, people. I met a little problem for which someone might have a solution. Let's say I have an executable file (named "pp.R") with this contents: #!/usr/bin/Rscript options(echo=TRUE) a <- 1 Sys.sleep(3) a <- 2 If I execute "./pp.R" at the shell prompt, the output shows the timely progress of the script as expected. If I use "./pp.R | tee
2008 Mar 05
7
Display result without reloading page
Hi all... I have a tabbed interface for showing the details of an Item. By default the ''Details'' tab is selected. The code for displaying each tab is in a partial file. In one tab named ''status'', i''m showing the list of status history of that item. I am trying to implement pagination for this list. When i click on the ''next'' link
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org // Hi, My name is Jai, I am a Technical Recruiter with International Business Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical Consultant. I have included a description of the project below. Please take a few moments to review, and let me know if this is something you might be interested
2007 Aug 28
6
Problem with netlogon\logon.bat not mapping all drives
Hi all, I was wondering if anyone could help me, I have searched for some reason but cannot find any. After migrating from a previous samba-3.0.10 (I think) PDC server to a newer samba-3.0.23c server on Centos5, I have the strange problem that my XP clients no longer map all the drives listed in the logon.bat during logon, however if I run logon.bat manually after I'm logged in, all
2014 Jan 10
4
Text to Speech Engine
Hello, Anyone know good quality text to speach engine for building IVRs for asterisk. Open-source will be nice, but I wont mind paying for thing really good. Regards, -Jai -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140110/18f3f1e2/attachment.html>
2012 Jul 11
9
[LLVMdev] RFC: Pass Manager Redux
Greetings folks! In working on a new optimization pass (splitting cold regions into separate functions based on branch probabilities) I've run into some limitations of the current pass manager infrastructure. After chatting about this with Nick, it seems that there are some pretty systematic weaknesses of the current design and implementation (but not with the fundamental concepts or
2008 Jul 04
9
file upload
is there any link for step by step guide in file upload in database ... im follwing the link http://www.tutorialspoint.com/ruby-on-rails/rails-file-uploading.htm.. which shows file upload into folder not in database ..pls help.. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2012 Jul 11
0
[LLVMdev] RFC: Pass Manager Redux
Hi Chandler, this seems sound to me. For example, consider running function passes. Currently it works like this: if you schedule two function passes in succession, FP1 and FP2, then for each function F, FP1 is run on F then FP2 is run on F. In your new scheme, if you schedule FP1 followed by FP2, then each will act as a module pass and thus: for each function F, FP1 is run on F. Once this is
2011 Aug 18
3
Rails 3 - Production Environment
Hello Everyone, I need some help related to the below requirements: -> I need to setup production environment without installing Ruby or Rails or other related gems into it. I did accomplish the same using JRuby, bundler and warbler plugin. And deployed the WAR file into Apache Tomcat server. But now I have to do this without JRuby & Apache Tomcat. -> I have to setup Apache with
2004 Apr 08
1
SSH library in C?
Hello, Is there a C API for ssh client? If yes, where can I get documentation on it? If no, I would like to request it. Thank you. Jai
2004 Dec 11
2
[LLVMdev] calling the printf funtion
Hi, I would like to display results on the screen . Can I use the printf function in LLVM? How do I call the funtion? Could someone give me an example Thanks Jai
2011 Oct 05
3
[LLVMdev] Support for PPC 440/450
I've been working on adding support for the PPC 440/450 "embedded" cores to the PowerPC backend. These are used on IBM's Blue Gene L and P supercomputers, but are also used in other environments (like on the Xilinx Virtex-5). Here is my first patch. I'm new to LLVM, and so I apologize if this is the wrong way to do this [the online docs seem to imply that a patch should be