Displaying 15 results from an estimated 15 matches for "33097".
Did you mean:
330,7
2007 Feb 08
1
Suggestion about "R equivalent of Splus peaks() function"
In 2004 there was this R-Help posting from Jan 2004:
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/33097.html
R equivalent of Splus peaks() function?
The peaks function there has worked well for me on a couple of projects, but
some code using "peaks" failed today, which had worked fine in the past.
I was looking for a peak in a test case that was a sine curve over one
cycle, so there...
2012 Jul 17
2
[LLVMdev] [DragonEgg] Why Fortran's "call flush()" is converted to "call void bitcast (void (...)* @_gfortran_flush_i4 to void (i8*)*)(i8* null) nounwind" ?
...ch more strict wrt this.
>
> The only solution / workaround for this was to emit the function
> definition as variadic and do bitcast at a call site (there are some
> other fortran-specific stuff involved here, e.g dummy args)...
>
> See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 for more info.
>
Yes, this is the reason.
Ciao, Duncan.
2012 Jul 17
0
[LLVMdev] [DragonEgg] Why Fortran's "call flush()" is converted to "call void bitcast (void (...)* @_gfortran_flush_i4 to void (i8*)*)(i8* null) nounwind" ?
...ot in LLVM, the
latter is much more strict wrt this.
The only solution / workaround for this was to emit the function
definition as variadic and do bitcast at a call site (there are some
other fortran-specific stuff involved here, e.g dummy args)...
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 for more info.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2012 Jul 17
2
[LLVMdev] [DragonEgg] Why Fortran's "call flush()" is converted to "call void bitcast (void (...)* @_gfortran_flush_i4 to void (i8*)*)(i8* null) nounwind" ?
...t; The only solution / workaround for this was to emit the function
>>> definition as variadic and do bitcast at a call site (there are some
>>> other fortran-specific stuff involved here, e.g dummy args)...
>>>
>>> See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 for more info.
>>>
>>
>> Yes, this is the reason.
>>
>> Ciao, Duncan.
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc...
2012 Jul 17
0
[LLVMdev] [DragonEgg] Why Fortran's "call flush()" is converted to "call void bitcast (void (...)* @_gfortran_flush_i4 to void (i8*)*)(i8* null) nounwind" ?
...t;
> > The only solution / workaround for this was to emit the function
> > definition as variadic and do bitcast at a call site (there are some
> > other fortran-specific stuff involved here, e.g dummy args)...
> >
> > See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 for more info.
> >
>
> Yes, this is the reason.
>
> Ciao, Duncan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2012 Jul 17
2
[LLVMdev] [DragonEgg] Why Fortran's "call flush()" is converted to "call void bitcast (void (...)* @_gfortran_flush_i4 to void (i8*)*)(i8* null) nounwind" ?
Dear LLVM,
This is probably a question for Fortran/DragonEGG experts:
Why Fortran's "call flush()" is converted to "call void bitcast (void
(...)* @_gfortran_flush_i4 to void (i8*)*)(i8* null) nounwind" ? Why it
needs bitcast?
I'm expecting something like "call void @_gfortran_flush_i4(i8* null)".
Otherwise, we will need to teach our call parsers to digg
2012 Jul 17
0
[LLVMdev] [DragonEgg] Why Fortran's "call flush()" is converted to "call void bitcast (void (...)* @_gfortran_flush_i4 to void (i8*)*)(i8* null) nounwind" ?
...on / workaround for this was to emit the function
>>>> definition as variadic and do bitcast at a call site (there are some
>>>> other fortran-specific stuff involved here, e.g dummy args)...
>>>>
>>>> See http://gcc.gnu.org/bugzilla/**show_bug.cgi?id=33097<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097>for more info.
>>>>
>>>>
>>> Yes, this is the reason.
>>>
>>> Ciao, Duncan.
>>> ______________________________**_________________
>>> LLVM Developers mailing list
>>>...
2006 Jul 19
3
Fitting a distribution to peaks in histogram
Hello list!
I would like to fit a distribution to each of the peaks in a histogram, such
as this: http://photos1.blogger.com/blogger/7029/2724/1600/DU145-Bax3-Bcl-xL.png
.
The peaks are identified using Petr Pikal peaks function (
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/33097.html), but after that
I am quite stuck.
Any idea as to how I can:
Fit a distribution to each peak
Integrate the area between each two peaks, using the means and widths of the
distributions fitted to the two peaks. I will be using the integrate
function
The histogram is based on approximately 1500...
2010 Oct 06
1
[LLVMdev] dragonegg vs -ffast-math?
On Wed, Oct 06, 2010 at 09:21:51PM +0400, Anton Korobeynikov wrote:
> Jack,
>
> > Have you considered looking up that bug in FSF gcc bugzilla and pinging it?
> > The gfortran developers may have forgotten about it and perhaps it could be
> > addressed by them for gcc 4.6 (as they are still in stage 1 for a few more weeks).
> Well, that bug is in bugzilla since gcc
2007 Aug 22
1
[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
...dian
- // targets
- if (FLOAT_WORDS_BIG_ENDIAN)
- std::swap(UArr[0], UArr[1]);
-
return ConstantFP::get(Ty, V);
}
This is known problem. Cross-compilation on targets with different
endianness is broken.
2. for gfortran you'll need patch from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097 (note, there are two
parts - one attached and another one in the text).
> make[3]: *** [libgcc_s.10.5.dylib] Error 1
> So I think, why am I building for 10.5? No wonder that doesn't link.
This can be apple local changes. Better to wait for answer from apple
folks. What if you supply --di...
2004 Jul 22
0
Application Hangup not hanging up, possible dialplan cockup?
...59@serverIP>;tag=a375d9bac322f73f
To: <sip:13015555555@serverIP>;tag=as12bc5f06
Contact: <sip:3015845559@clientIP>
Proxy-Authorization: DIGEST username="3015845559", realm="asterisk", algorithm=MD5, uri="sip:130155$Call-ID: a4a6525be5bd113a@192.168.0.24
CSeq: 33097 ACK
User-Agent: Grandstream HT486 1.0.4.59
Max-Forwards: 70
Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE
Content-Length: 0
12 headers, 0 lines
-- Executing Playback("SIP/3015845559-bf64", "im-sorry") in new stack
-- Playing 'im-sorry' (langu...
2005 Nov 19
0
CentOS-announce Digest, Vol 9, Issue 12
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 Jul 15
1
Find peaks in histograms / Analysis of cumulative frequency
Hello all,
I have some histograms of amount of DNA in some cells (DU145 cells
overexpressing Bax and Bcl-xL for those who wish to know). The histograms
show not only two peaks as expected, but three, indicating that some cells
have more than normal amounts of DNA.
I am interested in knowing how much of the cell populations are in each peak
as well as between.
I am not really sure how to go
2006 Jul 24
3
Identifying peaks (or offsets) in a time series
Dear R-users,
We are monitoring the activity of animals during a few days period. The
data from each animal (crossing of infra-red beam) are collected as a
time series (in 30 min bins). An example is attached below.
y <-
c(0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,28,27,46,76,77,60,19,35,55,59,48
,87,20,38,82,62,60,85,105,69,109,102,100,101,116,126,119,63,27,25,15,8,0
2005 Nov 23
5
finding peaks in a simple dataset with R
...ideas would be a great help,
Using RSiteSearch("peaks") gives too many hits, among
which those you can get by the more advanced (regular expression) call
RSiteSearch("/peaks\\b.*\\bfunction/")
where in the 2nd hit,
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/33097.html
Petr Pikal gives a simple peaks() function, originally by Brian Ripley
which is using embed() and max.col() smartly.
I wonder if we shouldn't polish that a bit and add to R's
standard 'utils' package.
Martin Maechler, ETH Zurich