search for: myprob

Displaying 3 results from an estimated 3 matches for "myprob".

Did you mean: myprog
2010 Mar 19
2
Using DTrace in 32-bit to handle 64-bit parameters [72631230]
...issue my customer has come to me with, but the more we discuss it, the more it looks like we should have better ways of dealing with this issue. > We have user defined dtrace probe points in the application which use > as parameter 64 bit values: > > provider adv { > probe myprobe(int64_t messageId); > }; > > These values are not correctly visible in the dtrace script. > In theory the following dtrace script should work: > > adv$1:::myprobe > { > printf("\n%016llx", arg0); > } > > In reality this only works if the a...
2017 Oct 02
0
Issues with 'Miwa' algorithm in mvtnorm package
Good point. Now this returns 0.04062184. Hmmm..... On Mon, Oct 2, 2017 at 6:30 PM, Hollie Johnson (PGR) < h.a.johnson at newcastle.ac.uk> wrote: > Hi Eric, > > > Thanks for having a look into this. I think you have a small typo... > > B <- matrix(x, nrow=3, byrow = TRUE) should read B <- matrix(y, nrow=3, > byrow = TRUE) > > > Regards, Hollie >
2007 May 13
1
provider for Macros!
Hi, Was just wondering if there is any provider for Macros like we have pid provider for function calls? Thanks, Neelam -- This message posted from opensolaris.org