search for: temp0

Displaying 13 results from an estimated 13 matches for "temp0".

Did you mean: temp
2006 Jun 14
1
Estimate region of highest probabilty density
...data # ======================== x <- runif(20000,-5,5) y <- runif(20000,-5,5) z <- dnorm(x, mean=0, sd=1)*dnorm(y, mean=0, sd=1) # plot data # ========= library(Rcmdr) scatter3d(x=x,z=y,y=z,surface=FALSE,xlab="x",ylab="z",zlab="y",bg.col="black") temp0 <- kde2d(x=x, y=y, n = 100, lims=c(range(x),range(y))) contour(x=temp0$x, y=temp0$y, z=temp0$z, xlab="x", ylab="y", main="z") temp <- kde2d.weighted(x=x, y=y, w=z, n = 100, lims=c(range(x),range(y))) contour(x=temp$x, y=temp$y, z=temp$z, xlab="x", yl...
2006 Dec 20
1
[LLVMdev] Instructions having variable names as operands
...x1 =1; x2 = foo2(x1); return x2; } int foo2(int k) { if(k == 1) k = 2; return k; } int main () { int j; j = foo1(); } This should be emitted like this: Enter foo1; reg x2, x1 add 1;x1 Call foo2;x1,x2 Exit foo1; x2 Enter foo2; k reg temp0:1 cmp k,1;temp0 demultiplex m0;temp0;b1;b0 branch b0 add 2;k unbranch b0 branch b1 unbranch b1 mux m0 Exit foo2; k I am not sure about full source language scoping rules you mentioned. Would you mind telling me about that? Thank you very much. Seung Jae Lee
2006 Dec 21
0
[LLVMdev] Instructions having variable names as operands
...You have asked me how my instruction set works. > > If I code like this: > > int foo1() { int x1,x2; ... ... int main () { int j; j = foo1(); } > > This should be emitted like this: > > Enter foo1; reg x2, x1 add 1;x1 Call foo2;x1,x2 Exit foo1; x2 > > Enter foo2; k reg temp0:1 cmp k,1;temp0 demultiplex m0;temp0;b1;b0 > branch b0 add 2;k unbranch b0 branch b1 unbranch b1 mux m0 Exit > foo2; k > > I am not sure about full source language scoping rules you > mentioned. Would you mind telling me about that? Thank you very > much. > > Seung Jae Lee...
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
...i * sz; long* out = c + offset; out[i] = 0; } } ---------------------------------------------------------- The assembly is shown like this: ---------------------------------------------------------- Enter f_loop; c,sz reg i reg temp1:1 nfor l0;sz;i reg out, offset reg temp0 multiply i,sz;offset add offset<<2,c;out add i<<2,out;temp0 write temp0;0;4;; end l0 exit f_loop ---------------------------------------------------------- Even if the case that there are more loops, this VM assembly does not divide the function into BBs...
2007 Dec 06
3
using "eval(parse(text)) " , gsub(pattern, replacement, x) , to process "code" within a loop/custom function
...#### ####################### #function that processes code submitted as "text.i" for each date in "dates.i" fn.dateloop <- function(text.i, dates.i ) { for(d in 1: length(dates.i) ) { tempdate <- dates.i[d] text.i2 <- recurse(text.i, pat.i='#', rep.i=tempdate) temp0=eval(parse(t=text.i2)) tempname <- paste(names(temp0)[1], tempdate, sep='.') save(list='temp0', file = tempname) } # next d } # end fn.dateloop ####################### ##################### #a sample custom function that I want to run on each sample of data fn.mn <- functio...
2010 May 07
0
[LLVMdev] Unreachable code executed crash
...d still like to teach the verifier whatever it missed. but still crashing with the same error saying > "Unreachable executed". I have attached the output with this mail. This time you've got: %1 = load i32** getelementptr inbounds ({ i32* }* @structobj, i64 0, i32 0) in @temp0 but @structobj is nowhere in the file, which implies that you created the GlobalValue but never inserted it. You can figure this out for yourself by taking the module dump (be sure to remove "The Module: " from the beginning) and running llvm-as on it. It finds these errors. Nick &g...
2003 Nov 23
4
remove 0 rows from a data frame
Dear all, As part of a larger function, I am randomly removing rows from a data frame. The number of removed rows is determmined by a Poisson distribution with a low mean. Sometimes, the random number is 0, and that's when the problem starts: My data frame: > temp occ x y dbh age 801 0 2977.196 3090.225 6 36.0 802 0 2951.892 3083.769 8 40.6 803 0 2919.111
2010 May 07
1
[LLVMdev] Unreachable code executed crash
...> > but still crashing with the same error saying > >> "Unreachable executed". I have attached the output with this mail. >> > > This time you've got: > > %1 = load i32** getelementptr inbounds ({ i32* }* @structobj, i64 0, i32 > 0) > > in @temp0 but @structobj is nowhere in the file, which implies that you > created the GlobalValue but never inserted it. > > You can figure this out for yourself by taking the module dump (be sure to > remove "The Module: " from the beginning) and running llvm-as on it. It > finds th...
2010 May 06
2
[LLVMdev] Unreachable code executed crash
I was able to solve that but still crashing with the same error saying "Unreachable executed". I have attached the output with this mail. Thanks in advance. On Thu, May 6, 2010 at 2:38 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > Adarsh Yoga wrote: > >> Yes. Intially the pass was crashing when the module when the module >> verifier was running. I was able to
2012 Oct 17
5
Problem reading vitals from Gigabyte H77-DH3H
Hello everyone, I'm unable to read temperature Gigabyte H77-DH3H motherboard. Is that motherboard supported or am I doing it incorrectly? When trying to access hw.acpi.thermal everything appears to be ok, but it is not, the system always returns 27,8C and 29,8C which fooled me initially - the values never change. Here is output: [chinatsu]:/root# sysctl hw.acpi.thermal
2008 Jan 24
1
zfs showing more filesystem using ls than df actually has
...-xr-x 2 root root 512 Jun 7 2007 swapdir -rw------T 1 root root 209715200 Jun 19 2007 swapfile200m drwxr-xr-x 4 root root 512 Jan 17 2007 system drwxr-xr-x 2 root root 512 Jun 7 2007 temp drwxr-xr-x 2 root root 512 Jan 24 2007 temp0 drwxr-xr-x 2 root root 512 Jan 24 2007 temp1 drwxr-xr-x 2 root root 512 Oct 9 15:22 tempy drwxr-xr-x 3 root root 512 May 16 2007 test drwxr-xr-x 2 root root 512 Oct 3 13:24 test1 -rw-r--r-- 1 root root 466 Feb 6 2007 test12...
2017 Jun 11
0
[RFC 4/9] tgsi: populate precise
.../mesa/state_tracker/st_pbo.c b/src/mesa/state_tracker/st_pbo.c index 303c8535b2..3dff1609e8 100644 --- a/src/mesa/state_tracker/st_pbo.c +++ b/src/mesa/state_tracker/st_pbo.c @@ -528,7 +528,7 @@ create_fs(struct st_context *st, bool download, enum pipe_texture_target target, op[0] = ureg_src(temp0); op[1] = ureg_src(temp1); ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &out, 1, op, 2, 0, - TGSI_TEXTURE_BUFFER, PIPE_FORMAT_NONE); + TGSI_TEXTURE_BUFFER, PIPE_FORMAT_NONE, 0); ureg_release_temporary(ureg, temp1);...
2017 Jun 11
14
[RFC 0/9] Add precise/invariant semantics to TGSI
Running Tomb Raider on Nouveau I found some flicker caused by ignoring precise modifiers on variables inside Nouveau. This series add precise/invariant handling to TGSI, which can be then used by drivers to disable certain unsafe optimisations which may otherwise alter calculations, which depend on having the same result across shaders. This series fixes this bug in Tomb Raider and one CTS test