search for: equavalent

Displaying 4 results from an estimated 4 matches for "equavalent".

2010 Oct 25
2
[LLVMdev] Is it possible to map an LLVM instruction to x86 assembly instructions?
Dear folks, If I want to setup a mapping between an LLVM instruction and the x86 assembly instructions it generates, is this possible? Or, an equavalent question is, when LLVM is emitting assebmly instructions, will it transform a set of LLVM instructions to a set of assembly instructions, or transform each LLVM instruction to assembly instructions independently? -- Regards, Heming Cui -------------- next part -------------- An HTML attachment wa...
2010 Oct 25
0
[LLVMdev] Is it possible to map an LLVM instruction to x86 assembly instructions?
On Mon, Oct 25, 2010 at 12:39 PM, Heming Cui <hc2428 at columbia.edu> wrote: > Dear folks, >     If I want to setup a mapping between an LLVM instruction and the x86 > assembly instructions it generates, is this possible? >     Or, an equavalent question is, when LLVM is emitting assebmly > instructions, will it transform a set of LLVM instructions to a set of > assembly instructions, or transform each LLVM instruction to assembly > instructions independently? Essentially, it's from a set to a set; if you're compiling wit...
2011 Apr 16
3
lme4 problem: model defining and effect estimation ------ question from new bird to R community from SAS community
...Error: length(f1) == length(f2) is not TRUE In addition: Warning messages: 1: In sire:dam : numerical expression has 20 elements: only the first used 2: In sire:dam : numerical expression has 20 elements: only the first used **********************how can I estimate the BLUP effects?************* #equavalent code in SAS proc mixed data=genetic_evaluation; class sire dam; model adg= / ddfm=kr; random sire dam(sire); estimate 'sire 1 BLUP "broad" ' intercept 1 | sire 1 0; estimate 'sire 1 BLUP "narrow" ' intercept 2 | sire 2 0...
2006 Aug 17
3
Ferret locks up when adding items to an index
I''m running Ferret 0.9.5 on a MacBook Pro (OS X 10.4.7) under Locomotive 2.0.7. I have a problem where Ferret is hanging when I try to add items to the index. It doesn''t happen with every object that''s being indexed, and I''m not sure what the objects in question have in common (they are not all instances of the same ActiveRecord object). The process