search for: optid

Displaying 5 results from an estimated 5 matches for "optid".

Did you mean: optim
2004 May 18
0
nlme: Initial parameter estimates
...- Initial parameters = c(3, 20, -3.732865) >summary(fm.nlme) Nonlinear mixed-effects model fit by maximum likelihood Model: MTL ~ SSlogis(age, Asym, xmid, scal) Data: data AIC BIC logLik 7.996858 33.22420 2.001571 Random effects: Formula: list(Asym ~ 1, xmid ~ 1) Level: optid Structure: Diagonal Asym xmid Residual StdDev: 0.2577518 0.004429942 0.1616483 Fixed effects: list(Asym ~ 1, xmid ~ 1, scal ~ 1) Value Std.Error DF t-value p-value Asym 1.414976 0.029927 282 47.28124 <.0001 xmid 23.828...
2016 Aug 05
2
A thought to improve IPRA
...t but it excludes RAX and > RDI. It also excludes XMM*. There is also one more interesting bug ( actually it is very similar to what we faced while optimizing function for not saving registers) > > See in SPASS application there is a very simple function : > > BOOL opts_IdIsNull(OPTID Id) > { > return opts_IdEqual(opts_IdNull(), Id); > } > > This is cold function for a particular input and that is why it is getting selected for the optimization. But with CXX_FAST_TLS it is getting generated as follows : > > _opts_IdIsNull: ## @opt...
2016 Aug 16
2
A thought to improve IPRA
...RDI. It also excludes XMM*. There is also one more interesting bug ( >> actually it is very similar to what we faced while optimizing function for >> not saving registers) >> >> See in SPASS application there is a very simple function : >> >> BOOL opts_IdIsNull(OPTID Id) >> { >> return opts_IdEqual(opts_IdNull(), Id); >> } >> >> This is cold function for a particular input and that is why it is >> getting selected for the optimization. But with CXX_FAST_TLS it is getting >> generated as follows : >> >> _op...
2016 Jul 29
2
A thought to improve IPRA
----- Original Message ----- > From: "vivek pandya" <vivekvpandya at gmail.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org>, "Quentin Colombet" > <qcolombet at apple.com>, "Mehdi Amini" <mehdi.amini at apple.com> > Sent: Friday, July 29, 2016 5:02:44 AM >
2016 Jul 29
0
A thought to improve IPRA
On Fri, Jul 29, 2016 at 9:01 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "vivek pandya" <vivekvpandya at gmail.com> > > To: "Mehdi Amini" <mehdi.amini at apple.com> > > Cc: "llvm-dev" <llvm-dev at lists.llvm.org>, "Hal Finkel" <hfinkel at anl.gov>, > "Quentin