Displaying 20 results from an estimated 563 matches for "morten".
Did you mean:
marten
2002 Feb 28
4
pexp.c (PR#1335)
Full_Name: M Welinder
Version: 1.4
OS: (src)
Submission from: (NULL) (192.5.35.38)
It seems to me that pexp can be improved in the lower_tail=TRUE and log_p=FALSE
case by using expm1. Something like
-expm1 (-x / scale);
I think.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2004 Apr 11
3
pcauchy precision (PR#6756)
Full_Name: Morten Welinder
Version: snapshot
OS:
Submission from: (NULL) (65.213.85.129)
Two things are wrong.
1. There is nan test outside IEEE_754.
2. The meat part of the function should really be something like...
if (!lower_tail)
x = -x;
if (fabs (x) > 1) {
double temp = atan (1 / x)...
2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
...s". I''ve noticed that "spec/rails" is
part of the rspec plugin, but I''m using the gem and cannot find
spec/rails.rb (it''s required in spec_helper.rb). I''m stuck and banging
my head against the walls. Things fall out.
Any tips much appreciated.
Morten
white:~/svn/novalis morten$ rake spec
(in /Users/morten/svn/novalis)
/opt/local/bin/ruby
-I"/opt/local/lib/ruby/gems/1.8/gems/rspec-0.8.2/lib"
"/opt/local/lib/ruby/gems/1.8/gems/rspec-0.8.2/bin/spec"
"spec/controllers/account_controller_spec.rb"
"spec/control...
2005 May 27
1
qcauchy accuracy (PR#7902)
Full_Name: Morten Welinder
Version: 2.1.0
OS: src only
Submission from: (NULL) (216.223.241.212)
Now that pcauchy has been fixed, it is becoming clear that qcauchy suffers from
the same problems.
qcauchy(pcauchy(1e100,0,1,FALSE,TRUE),0,1,FALSE,TRUE)
should yield 1e100 back, but I get 1.633178e+16. The code...
2004 Oct 22
3
pgamma discontinuity (PR#7307)
Full_Name: Morten Welinder
Version: 2
OS: Solaris/space/gcc2.95.2
Submission from: (NULL) (65.213.85.217)
I changed src/nmath/standalone/test.c to read:
---------------------------------------------------------------------------------
#define MATHLIB_STANDALONE 1
#include <Rmath.h>
#include <stdio.h>...
2002 Sep 23
3
Newbie: Subsets of data frame
....
I assume there is some simpe way of extracting subsets of the data frame for
analysing the time series for just one of the location, but how? I have
tried using various variants of extract, [] and subset, but obiously, I have
missed something, for I have not managed to get out what I want.
--
Morten Sickel
Norwegian Radiation Protection Authority
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body"...
2016 Feb 05
2
MCJit Runtine Performance
Hi Lang,
> MCJIT does not compile lazily (though it sounds like that's not an
issue here?)
That is not an issue here since the code JIT's once (a few secs) and
then run the generated machine code for hours.
> Morten - Can you share any test cases that demonstrate the slowdown.
I'd love to take a look at this.
The code is massive so not practical. However I will try and extract an
example function that demonstrates the difference (as per previous email).
On 05/02/16 11:52, Lang Hames wrote:
> These a...
2024 Nov 26
1
[PATCH] sshsig: check hashalg before selecting the RSA signature algorithm
Thank you!
There is now two " XXX maybe make configurable " in the top of the file that is
probably no longer relevant. Do you want a followup patch for that?
Cheers,
Morten Linderud
On Wed, Nov 27, 2024 at 08:25:15AM +1100, Damien Miller wrote:
> Sorry, this now been committed and will be in openssh-10.0
>
> On Sat, 23 Nov 2024, Morten Linderud wrote:
>
> > Hi,
> >
> > I sent this patch back inn april and I still have a need for this....
2024 Nov 23
2
[PATCH] sshsig: check hashalg before selecting the RSA signature algorithm
Hi,
I sent this patch back inn april and I still have a need for this. Would it be
possible to get any pointers how we can have `hashalg` selectable by `ssh-keygen -Y`?
--
Morten Linderud
PGP: 9C02FF419FECBE16
On Thu, Apr 11, 2024 at 09:16:39PM +0200, Morten Linderud wrote:
> `ssh-keygen -Y sign` only selects the signing algorithm `rsa-sha2-512`
> and this prevents ssh-agent implementations that can't support sha512
> from signing messages.
>
> An examp...
2024 Nov 26
1
[PATCH] sshsig: check hashalg before selecting the RSA signature algorithm
Sorry, this now been committed and will be in openssh-10.0
On Sat, 23 Nov 2024, Morten Linderud wrote:
> Hi,
>
> I sent this patch back inn april and I still have a need for this. Would it be
> possible to get any pointers how we can have `hashalg` selectable by `ssh-keygen -Y`?
>
> --
> Morten Linderud
> PGP: 9C02FF419FECBE16
>
> On Thu, Apr 11, 20...
2016 Feb 05
4
MCJit Runtine Performance
Hi Morten,
Something else just occurred to me: can you share your EngineBuilder configuration lines? (http://llvm.org/docs/doxygen/html/classllvm_1_1EngineBuilder.html)
In particular - are you explicitly setting the optimization level? The old JIT may have had a different default.
- Lang.
Sent from my...
2016 Feb 05
6
MCJit Runtine Performance
----- Original Message -----
> From: "Keno Fischer via llvm-dev" <llvm-dev at lists.llvm.org>
> To: "Morten Brodersen" <Morten.Brodersen at constrainttec.com>
> Cc: "llvm-dev" <llvm-dev at lists.llvm.org>
> Sent: Thursday, February 4, 2016 6:05:29 PM
> Subject: Re: [llvm-dev] MCJit Runtine Performance
>
>
>
> Yes, unfortunately, this is very much known....
2006 Mar 01
6
Same CID on multiple users(friends9 in SIP.conf
...this because we got multiple companies on this Asterisk box.
Company A's internal numbers:
CID: User:
1000 - User 1
2000 - User 2
3000 - User 3
4000 - User 4
Company B's internal numbers:
CID: User:
1000 - User 5
2000 - User 6
3000 - User 7
4000 - User 8
Is this allowed?
Regards
Arne Morten Johansen
2024 Nov 23
1
[PATCH] sshsig: check hashalg before selecting the RSA signature algorithm
...reuse the "ssh-rsa" public key format as
defined in [RFC4253 <https://www.rfc-editor.org/rfc/rfc4253>]:
string "ssh-rsa"
mpint e
mpint n
It is only RSA signature blobs that will show the new signature algorithm names.
On Nov 23, 2024, at 7:37?AM, Morten Linderud <morten at linderud.pw> wrote:
> I sent this patch back inn april and I still have a need for this. Would it be
> possible to get any pointers how we can have `hashalg` selectable by `ssh-keygen -Y`?
>
> --
> Morten Linderud
> PGP: 9C02FF419FECBE16
>
> On T...
2005 Oct 23
7
Which imapd?
Hi. What imapd can you recommend for minimum configuration and
maintenance (no Cyrus)? This is for a small shop, so no hard performance
requirements.
I'd prefer one where I don't have to build my own packages (no Courier,
unless packages exist).
Thanks.
Morten
2007 Nov 11
5
undefined method `add''
...14/vendor/plugins/acts_as_ferret/lib/remote_index.rb:31:in
`<<''
/data/releases/20071111152414/vendor/plugins/acts_as_ferret/lib/instance_methods.rb:73:in
`ferret_create''
I''m running the latest stable version of AAF. Any tips or work arounds
much appreciated.
Morten
2007 Nov 11
6
Reducing dependency on remote ferret process
...e FerretDrb for search. If the ferret process is down, our entire
application comes down the moment we try to save a model which is indexed.
Is there a way to decouple this relationship such that we can somehow
resume normal operations despite ferret being down and not index the model?
Thanks.
Morten
2002 Feb 28
1
pweibull.c (PR#1334)
Full_Name: M Welinder
Version: 1.4
OS: (src)
Submission from: (NULL) (192.5.35.38)
It seems to me that pweibull can be improved in the lower_tail=TRUE and
log_p=FALSE
case by using expm1. Something like
-expm1(-pow(x / scale, shape)),
I think.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2016 Feb 05
2
MCJit Runtine Performance
Can you build the code with llc? Try with the large code model. I
think that is the default for MCJIT and can be less efficient.
Cheers,
Rafael
On 4 February 2016 at 22:26, Morten Brodersen via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi Hal,
>
> We are using the default register allocator. I assume the greedy one is
> default?
>
> As for other target machine optimizations:
>
> I have tried:
>
> llvm::TargetMachine* tm = ...;
>
&g...
2016 Feb 05
2
MCJit Runtine Performance
...iling code as part of the generated IR. We
use it for identifying performance bottlenecks in the higher level
(before IR) optimizing stages.
So I think it would be possible for me to identify a function that runs
much slower in 3.7.1. than in 3.5.2. And extract the IR.
Would that help?
Cheers
Morten
On 05/02/16 13:46, Lang Hames wrote:
> Hi Morten,
>
> > Here are the results (for a small but representational run):
>
> That suggests an optimization quality issue, rather than compile-time
> overhead. That's good news - I'd take it as a good sign that the MC
> a...