Displaying 6 results from an estimated 6 matches for "saveri".
Did you mean:
saver
2011 Oct 25
1
regression using GMM for mulltiple groups
Inthe code below I was trying to to obtain the GMM estimates for CAPM
(REGRESSION) for 36 stocks each have 180 observations,however it only gives
me one output rather than 36.
In SAS i would just put in a *By statement*. I have a variable TICKER that
categorize them into 36 groups.
*How can I obtain all 36 output instead of just one.*
**
2006 Apr 18
4
''depot'' tutorial failing on adding to cart
Hi
I''m very keen to learn RoR and have been following the Agile Web
Development with Rails book (first edition). However, I''ve come
across a problem which has had me stumped for days now.
After following the instructions up to page 85 I have tried testing
the code thus far, as suggested, by adding an item to the cart. But I
am getting the following error:
--
2008 Jul 31
0
[LLVMdev] Sparc assembly syntax
...s the fix:
Index: SparcRegisterInfo.cpp
===================================================================
--- SparcRegisterInfo.cpp (revision 700)
+++ SparcRegisterInfo.cpp (working copy)
@@ -137,7 +137,7 @@
if (NumBytes >= -4096) {
BuildMI(MBB, MBB.begin(), TII.get(SP::SAVEri),
- SP::O6).addImm(NumBytes).addReg(SP::O6);
+ SP::O6).addReg(SP::O6).addImm(NumBytes);
} else {
MachineBasicBlock::iterator InsertPt = MBB.begin();
// Emit this the hard way. This clobbers G1 which we always know is
Should I file a bug report?
-Rich
2008 Jul 31
4
[LLVMdev] Sparc assembly syntax
On Jul 31, 2008, at 9:57 AM, Dale Johannesen wrote:
>
> On Jul 31, 2008, at 4:52 AMPDT, Richard Pennington wrote:
>
>> Any code that I generate for the Sparc fails at assembly time using a
>> gas assembler built for the Sparc.
>>
>> I get code like the following from the code generator:
>>
>> save -96, %o6, %o6
>>
>> and get a syntax
2013 Jun 27
0
[LLVMdev] Proposal: extended MDString syntax
...t void
}
@Pflag = external unnamed_addr global i1
declare signext i32 @lstat(i8* nocapture, %struct.stat.6.13.20.64* nocapture) #1
declare signext i32 @stat(i8* nocapture, %struct.stat.6.13.20.64* nocapture) #1
mi: |
BB#0: derived from LLVM BB %entry
Live Ins: %I0
%O6<def> = SAVEri %O6, -176
%I1<def> = SETHIi <ga:@Pflag>[TF=3]
%I1<def> = ADDri %I1<kill>, <ga:@Pflag>[TF=4]
%I1<def> = SLLXri %I1<kill>, 12
%I2<def> = LDUBri %I1<kill>, <ga:@Pflag>[TF=5]; mem:LD1[@Pflag]
%I1<def> = SETHIi <ga:@stat>[TF=...
2013 Jun 26
6
[LLVMdev] Proposal: extended MDString syntax
On Wed, Jun 26, 2013 at 3:59 PM, Nadav Rotem <nrotem at apple.com> wrote:
>
> On Jun 26, 2013, at 3:51 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> Can you suggest an alternative solution? Can you describe why you don't
> think metadata is the right container? This alone isn't really helpful at
> moving us toward something that there has been