search for: firstpred

Displaying 6 results from an estimated 6 matches for "firstpred".

Did you mean: firstpr
2007 Apr 24
5
Random Number Generator of Park and Miller
Hi, I failed to search for R package providing random number generator of "Park and Miller". Anyone know any R package supporting this kind of function? Thanks, Grace -- View this message in context: http://www.nabble.com/Random-Number-Generator-of-Park-and-Miller-tf3636501.html#a10154554 Sent from the R help mailing list archive at Nabble.com.
2003 May 28
0
Dovecot 0.99.9.1 and openssl-0.9.7a-5
Hi Timo and others, Thanks for Dovecot! I just got it running under Red Hat 9.0 after spending many hours unsuccessfully trying to get Courier IMAP to run, although I have done it in the past. Here is a compilation glitch which may already be well known: I compiled dovecot-0.99.9.1 on my newly installed and recently updated (via Red Hat Network) system and the compilation stopped due to a
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
...common case of having only a > - // few in-edges with special code. Thank you for killing this premature optimization. :) > + // the sum of the edge frequencies from the incoming edges. the -> The > std::set<const BasicBlock*> ProcessedPreds; > - ProcessedPreds.insert(FirstPred); > - ProcessedPreds.insert(SecondPred); > - ProcessedPreds.insert(ThirdPred); > + double Count = 0; > for (; PI != PE; ++PI) > - if (ProcessedPreds.insert(*PI).second) > - Count += getEdgeWeight(*PI, BB); > + if (ProcessedPreds.insert(*PI).second) { > +...
2003 May 28
4
Speed and memory probs writing large Maildir
I have Dovecot 0.99.9.1 compiled from the source, without SSL, running on a Red Hat 9.0 system - EXT3 file system, Pentium Pro 233 MHz, Intel motherboard, 128M RAM, IBM 40Gig 7200 RPM HD. I find reading and searching to be nice and fast, and comparing it with Courier IMAP on a Celeron 824 MHz, I think Dovecot is generally not much slower, which means it may well be faster than Courier in some or
2009 Aug 08
6
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Dunbar wrote: > Thanks, applied as r78247. Next? :) Oh my, first he is lagging and now it's all a hurry :-) Okay, here comes the next one. I'm taking a short vacation next week so I will try to prepare 1 or 2 of the next patches so that you can work on them as you have time. Greetings, Andi - --
2003 Oct 27
0
Testing spam filter
Testing yet more spam controls. The perils of an open list. Please ignore.