search for: kybernetik

Displaying 19 results from an estimated 19 matches for "kybernetik".

2003 Nov 10
5
Finding the name ob an object
...all! I want to give an object to a function and use the NAME of this object inside the function to build new objects based on this name. How do I get the name of an object if I don't pass a string containing the name but the object itself? Christoph. -- Christoph Lange MPI fuer biologische Kybernetik |Phone: +49-7071-601-607| Postfach 2169, D-72012 Tuebingen |FAX: +49-7071-601-616|
2000 Oct 13
5
Random factor ANOVA, Repeated measures ANOVA, Within subjects designs.
...s - Scheffe contrasts Any help or comment appreciated. Since we are not in the mailing list yet, please cc your reply to volker.franz at tuebingen.mpg.de. Thanks, Volker -- ___________________________________________________________ Volker Franz Max-Planck-Institut fuer biologische Kybernetik Spemannstr. 38 72076 Tuebingen Tel : ++49 (0)7071/601-606 Fax : ++49 (0)7071/601-616 mailto:volker.franz at tuebingen.mpg.de http://www.kyb.tuebingen.mpg.de/bu ___________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2004 Jan 27
3
Directory-like data organisation w/ environments?
...rs! I wonder if there is a way of designing a directory like structure for holding my data using environments? It would be nice if I could implement a kind of 'cd' command to change to a differend environment etc. Can anybody give me a hint? -cl -- Christoph Lange MPI fuer biologische Kybernetik |Phone: +49-7071-601-607| Postfach 2169, D-72012 Tuebingen |FAX: +49-7071-601-616|
2015 Aug 28
2
RFC: alloca -- specify rounding factor for allocation (and more)
...ts size is an even multiple of 64 bytes. [^1] * This allocaed field will be exclusively used as an argument to functions * llvm should be aware of the extra bytes and should be able to use them in subsequent arguments to function calls (e.g. tail calls) ... Why do I need this ? http://www.mulle-kybernetik.com/weblog/2015/mulle_objc_meta_call_convention.html AFAIK AllocaInst can do address alignment but not size alignment. I wonder if that would be an "OK" addition to llvm, if one could specify a rounding also ? Then I would need a way to signal to llvm that this is a special field, so...
2010 May 12
6
Path to R script
There is certainly a trivial solution for my question, but I can't find the answer in the documentation. I need a platform independent method to obtain the file path of the current R script. My working group uses R on several machines with different operating systems including Mac OS X, Windows and Linux, and for obvious reasons the file hierarchies are very different. Therefore, it
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
Am 03.03.2015 um 19:49 schrieb Philip Reames <listmail at philipreames.com>: Hi Philip first thanks for your response, > You'll need to prove a bit more information to get any useful response. Questions: > 1) What's you're use case? Are you using clang to compile C code? Are you manually generating LLVM IR? yes the "inline function C code" will be compiled
2004 Aug 06
0
ices file name problem
...\-\ UNDER\ THE\ INFLUENCE\ \ \ \ \ NA.mp3 In both cases 'sed' would help you to do this with a single command for the whole playlist file! CU -- +---------------------------------------------------------+ |Michael Renner | | |MPI fuer biologische Kybernetik |Phone: +49-7071-601-638| |Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616| |michael.renner@tuebingen.mpg.de | | +----------------------------------------------------ESC:wq --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http...
2004 Sep 03
1
new user and non parametric test
Hi * i'm trying to do my statistical analysis with R (on a debianGNULinux) i've installed R and now i'll try to import my data from .xls Where to search for non parametric test in R ? I'm studing neurons velocity and i've to check if after the perfusion with a factor x the velocity changes but as my variable is not normally ditributed i've to try with non parametric
2004 Aug 06
1
how to start liveice with screen?
...rs? When liveice is startet direct it runs and feeds my icecast server. Does anybody start liveiceusing screen and can give me the command line? Thanks -- +---------------------------------------------------------+ |Michael Renner | | |MPI fuer biologische Kybernetik |Phone: +49-7071-601-638| |Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616| |michael.renner@tuebingen.mpg.de | | +----------------------------------------------------ESC:wq --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http...
2004 May 05
3
reading data
Hello, I??m trying to read data from a text file but i can??t When i print: > a<-read.table(file="C:/dados10.txt") The next error appears: Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `C:/dados10.txt' Can you help me? Margarida PS:The operating sistem i??m using is Unix
2018 Jul 25
3
A question to the DWARF experts on symbol indirection
...ed as struct ab {    int  a;    int  b; }; void   fooWithAb(  struct ab *_param) { } Is it possible to emit DWARF statements, so that in the debugger the parameter _param is hidden and the visibility is a and b, without a _param-> prefix ? Ciao    Nat! Why I need this: https://www.mulle-kybernetik.com/weblog/2015/mulle_objc_meta_call_convention.html
2004 Aug 06
3
ices file name problem
I have a collection fo mp3s that I wish to stream. They came from a windows environment and when ripped they used spaces in the files names. When I prepare a file list with the spaces on the linux box it works fine with mpg123 and muse buts spits out error messages from ices and continues to cycle through the playlist until I break out of ices. <p>Error opening /music/d/m4/ANNOINTED -
2016 Feb 29
2
Jit: use @llvm.lifetime.end to optimize away stores to globals used as temporaries
Hi all, Is it allowed to use the @llvm.lifetime.end intrinsic to optimize away stores to global variables that are used as temporaries? eg I want use the Jit engine to generate code for the following function 'f': struct State { int a; int tmp; int b; }; void f0(State* s) { s->tmp = s->a; } void f1(State* s) { s->b = s->tmp; } void f(State* s) { f0(s); f1(s); }
2004 Jun 21
6
Visual stimulus presentation using R?
...as I saw) the possibility to also read (unbuffered) keyboard input. So what I need is: 1. put images onto the (full!)screen (qick) 2. read keyboard input 3. write results (to an R structure, presumably) Any idea, suggestion? Cheers, Christoph. -- Christoph Lange MPI fuer biologische Kybernetik |Phone: +49-7071-601-607| Postfach 2169, D-72012 Tuebingen |FAX: +49-7071-601-616|
2016 Dec 07
1
Expected constant simplification not happening
Hello Has there been any progress on this topic ? The 3.9 optimizer output is still the same as I just looked. https://llvm.org/bugs/show_bug.cgi?id=24448 Ciao Nat! Sanjay Patel schrieb: > [cc'ing Zia] > > We have this transform with -Os for some cases after: > http://reviews.llvm.org/rL244601 > http://reviews.llvm.org/D11363 > > but something in this example is
2018 Jul 25
2
A question to the DWARF experts on symbol indirection
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Tim > Northover via llvm-dev > Sent: Wednesday, July 25, 2018 3:07 AM > To: Nat! > Cc: LLVM Developers Mailing List > Subject: Re: [llvm-dev] A question to the DWARF experts on symbol > indirection > > Hi Nat!, > > On Wed, 25 Jul 2018 at 01:21, Nat! via
2016 Feb 11
3
Expected constant simplification not happening
Hi the appended IR code does not optimize to my liking :) this is the interesting part in x86_64, that got produced via clang -Os: --- movq -16(%r12), %rax movl -4(%rax), %ecx andl $2298949, %ecx ## imm = 0x231445 cmpq $2298949, (%rax,%rcx) ## imm = 0x231445 leaq 8(%rax,%rcx), %rax cmovneq %r15, %rax movl $2298949, %esi ## imm = 0x231445 movq %r12, %rdi movq %r14,
2010 Aug 13
1
Bug in t.test?
Hello all, due to unexplained differences between statistical results from collaborators and our lab that arose in the same large proteomics dataset we reevaluated the t.test() function. Here, we found a weird behaviour that is also reproducible in the following small test dataset: Suppose, we have two vectors with numbers and some missing values that refer to the same individuals and that
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
Hi I have some inline function C code, that llvm could be optimizing better. Since I am new to this, I wonder if someone could give me a few pointers, how to approach this in LLVM. Should I try to change the IR code -somehow- to get the code generator to generate better code, or should I rather go to the code generator and try to add an optimization pass ? Thanks for any feedback. Ciao