Displaying 20 results from an estimated 213 matches for "morphed".
2010 Jun 22
0
Processed: submitter 585188, submitter 585189, submitter 585190, submitter 585191, submitter 585192 ...
Processing commands for control at bugs.debian.org:
> # sorry for the noise
> submitter 585188 !
Bug #585188 [convirt] convirt: Python string exceptions no more allowed in Python 2.6
Changed Bug submitter to 'Sandro Tosi <morph at debian.org>' from 'Sandro Tosi <morph at ravel.debian.org>'
> submitter 585189 !
Bug #585189 {Done: Julien BLACHE <jblache at
2012 Sep 28
1
blank plot----how do I make symbols appear
Hi,
I am trying to create a scatterplot, coding each point to one of 5
populations. I was successful when I did this for one set of data, yet
when I try plotting other data a blank plot appears (although the axes are
labelled and I can fit the regression lines from each population). I have
tried a variety of things to fix this but nothing seems to work.
I can plot the points if I do not
2011 Jul 28
1
Help Non-sequential ANOVAs
Hello,
I have data
on the maturity of two morphs of fish. I want to test whether their maturity is
evolving differently or not on a temporal scale (month). The maturity variable (independent
variable) is continuous and the morph and month variables (dependant variables)
are categorical. Because the data show variance heterogeneity, I modeled it
with the function gls:
kg1 =
2006 Dec 01
1
memeory problem?!
hi,
i'm trying to perform a clustering on a big dataframe the code is this:
print("load required R packages")
require(spgrass6)
require(cluster)
gmeta6 <- gmeta6()
print("read in our 7 raster files from GRASS")
x <- readFLOAT6sp(c
("er","crosc","longc","slope","profc","minic","maxic"))
2006 Dec 01
1
memory problem
hi to all,
frustated for this error, to day i buy a 1 GB memory
slot for my laptop
now it have 1,28GB instead the old 512, but i've the
same error :-(
damn!damn!....how can i do?
repeat for a little area (about 20X20 km and res=20m)
it work fine!
have you any suggestion?
is ther a method for look if this error depend from my
ram or other....?
thanks foe any suggestion!
i need your help.
2004 Mar 17
1
ANCOVA when you don't know factor levels
Hello people
I am doing some thinking about how to analyse data on dimorphic animals
- where different individuals of the same species have rather different
morphology. An example of this is that some male beetles have large
horns and small wings, and rely on beating the other guys up to get
access to mates, whereas others have smaller horns and larger wings,
and rely on mobility to
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
Processing commands for control at bugs.debian.org:
> submitter 192827 Jos? Luis Gonz?lez <jlgonzal at ya.com>
Bug #192827 [xdiskusage] xdiskusage: Printing doesn't manage non-ASCII characters
Changed Bug submitter to 'Jos? Luis Gonz?lez <jlgonzal at ya.com>' from 'Jos?? Luis Gonz??lez <jlgonzal at ya.com>'
> submitter 208308 R?diger Kuhlmann
2006 Nov 20
1
Proportional data with categorical explanatory variables
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20061120/73240e63/attachment.pl
2013 Mar 09
0
[LLVMdev] Code morphing pass.
Hello,
for an university course I am working on a code morphing pass. The idea
is that a random vector gets generated at the entry point of functions
and that vector will be used to randomize the flow of execution.
Alternative flows are built looking at the instructions inside the basic
blocks of the function and for some of them replacing the orginal
instruction with a set of logically
2013 Mar 09
1
[LLVMdev] Code morphing pass
Hello,
for an university course I am working on a code morphing pass. The idea
is that a random vector gets generated at the entry point of functions
and that vector will be used to randomize the flow of execution.
Alternative flows are built looking at the instructions inside the basic
blocks of the function and for some of them replacing the orginal
instruction with a set of logically
2012 Apr 19
0
[LLVMdev] [PATCH][RFC] Allow target-specific morphing of intrinsics during SelectionDAG building
All,
The attached patch adds an extra hook to TargetLowering that allows a target to change the Intrinsic ID and Values associated with an intrinsic call during SelectionDAG construction. The existing getTgtMemIntrinsic hook allows a target to change the Intrinsic ID but not the associated Values. Further, we wish to use this hook for more than just memory-touching intrinsics.
We would like to
2008 Jun 20
3
problems using effects.morph && effect.appear
Hi,
i wrote a sliding navigation using effect.morph and effect.appear. I
don''t know why but there are a couple of problems:
1. effect.appear seems not to work in IE6
2. The effects aren''t really "smooth".
3. When using effect appear. The new element triggers onmouseover the
onmouseout function....
It''s a small script:
www.rhizom.nl/volkan/scriptalicous
2016 Mar 15
3
how to type-legalize a dag
...t;multiple use>
0x3ea5030: ch = EsenciaISD::RET_FLAG 0x3ea4f28, 0x3ea4e20, 0x3ea4f28:1
[ORD=9] [ID=38]
===== Instruction selection begins: BB#0 'entry'
ISEL: Starting pattern match on root node: 0x3ea5030: ch =
EsenciaISD::RET_FLAG 0x3ea4f28, 0x3ea4e20, 0x3ea4f28:1 [ORD=9] [ID=38]
Morphed node: 0x3ea5030: ch = RET 0x3ea4e20, 0x3ea4f28, 0x3ea4f28:1
[ORD=9]
ISEL: Match complete!
ISEL: Starting pattern match on root node: 0x3eabe88: ch = store 0x3ea7a68,
0x3ea9390, 0x3ea48f8, 0x3ea45e0<ST4[%z+12]> [ORD=8] [ID=35]
Initial Opcode index to 4
Morphed node: 0x3eabe88: ch = SW 0x...
2009 Feb 17
3
[LLVMdev] sjlj-exceptions handlying
On Feb 17, 2009, at 8:59 AM, Duncan Sands wrote:
> Excellent! To handle dwarf eh, LLVM has an intrinsic to get hold of
> an exception object (eh.exception) and an intrinsic for matching the
> exception against a list of typeinfo objects (eh.selector). These
> get morphed into calls to the gcc unwinder lib by the code generator.
> Can sj/lj follow a similar scheme?
Don't see why not, though, these aren't sufficient.
2012 Feb 17
0
[LLVMdev] ARM/Thumb2/ISEL Need help tracing down a failing match: (HOW?)
...tracking down a failing match to a pattern I specified:
First, here is a snippet of a successful match (done in ARM mode)
ISEL: Starting pattern match on root node: 0x1e7adf0: i32,ch = load
0x1e4c030, 0x1e78210, 0x1e78310<LD4[ConstantPool]> [ID=10]
Initial Opcode index to 24435
......
Morphed node: 0x1e7adf0: i32,ch = LDRi12 0x1e78210, 0x1e78010, 0x1e7aef0,
0x1e7b0f0, 0x1e4c030<Mem:LD4[ConstantPool]>
ISEL: Match complete!
ISEL: Starting pattern match on root node: 0x1e78210: i32 = ARMISD::Wrapper
0x1e77f10 [ID=9]
Initial Opcode index to 49796
OpcodeSwitch from 49799 to 49891...
2007 Apr 03
0
11 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec-gtk/swfdec_source.c libswfdec/swfdec_cached.c libswfdec/swfdec_font.c libswfdec/swfdec_morphshape.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c
libswfdec-gtk/swfdec_gtk_loader.c | 10 ++++++++--
libswfdec-gtk/swfdec_playback_alsa.c | 3 +--
libswfdec-gtk/swfdec_source.c | 32 ++++++++++++++++++++++++--------
libswfdec/swfdec_cached.c | 3 +--
libswfdec/swfdec_font.c | 19 ++++++++++++++-----
libswfdec/swfdec_morphshape.c | 10 ++++++++--
libswfdec/swfdec_net_stream.c | 3 ++-
2017 Sep 20
1
Store lowering -> Cannot select FrameIndex.
...store<Volatile ST4[%ptr]> t0, Constant:i32<12>, FrameIndex:i16<0>, undef:i16
The lowering correctly catches the store and morphs to right MOVSUTO_A_iSLr MC instruction:
Initial Opcode index to 331
Skipped scope entry (due to false predicate) at index 339, continuing at 354
Morphed node: t5: ch = MOVSUTO_A_iSLr<Mem:Volatile ST4[%ptr]> Constant:i32<12>, FrameIndex:i16<0>, t0
ISEL: Match complete!
Then instruction selection try to lower the FrameIndex node !!! This failed...
ISEL: Starting pattern match on root node: t2: i16 = FrameIndex<0>
Initial...
2006 Aug 03
3
RE: [Patch][RFC] Support "xm dump" (is Re: Re: [Patch]Enable "sysrq c" handler for domU coredump)
...- as above you can use
other commands
to cause the domain to restart afterwards.
3. There''s no need to pause the domain to dump it - I actually wrote a
little utility
to live dump a guest (based on xenconsoled and attached) and it seems
to work
quite nicely! This could easily be morphed into the ''xm dump'' command
- it just
didn''t occur to me at the time!
Simon
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> bounces@lists.xensource.com] On Behalf Of Akio Takebe
> Sent: Thursday, August 03,...
2013 Sep 21
3
[LLVMdev] Inserting a custom switch instruction implementation in backend
Hi,
in implementing a backend for a target we work on, I ended up needing to
lower the switch instruction in a very specific way that is quite
different from the standard llvm way with the decision trees.
The custom implementation wants to get rid of the decision blocks that
llvm generates between the actual cases basic blocks and the switch root
block. What I do currently is basically
2013 Jul 09
1
[LLVMdev] Optimization issue for target's offset field of load operation in DAGSelection
...entptr inbounds ([10000 x
i64]* @array, i32 0, i64 63)]> [ORD=2] [ID=6]
Initial Opcode index to 813
Skipped scope entry (due to false predicate) at index 822, continuing at 876
Skipped scope entry (due to false predicate) at index 877, continuing at 931
TypeSwitch[i64] from 934 to 937
Morphed node: 0x3d9ad80: i64,ch = LDWri 0x3d9a880, 0x3d9ab80,
0x3d866f8<Mem:LD8[getelementptr inbounds ([10000 x i64]* @array, i32
0, i64 63)]> [ORD=2]
ISEL: Match complete!
===== Instruction selection ends:
Here is the Instruction Selection for size 64:
ISEL: Match complete!
ISEL: Starting patte...