search for: interv

Displaying 20 results from an estimated 7647 matches for "interv".

Did you mean: inter
2007 Jun 01
0
Branch 'as' - 2 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_interval.c libswfdec/swfdec_interval.h libswfdec/swfdec_player_as.c libswfdec/swfdec_player.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_as_types.c | 6 + libswfdec/swfdec_interval.c | 184 ++++++++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_interval.h | 78 +++++++++++++++++ libswfdec/swfdec_player.c | 2 libswfdec/swfdec_player_as.c | 178 ++++++++++------------------------------ 7 files changed, 320 insertions(+), 132 deletions(-) New commits: d...
2006 Apr 10
7
te110p and interrupts
Guys. I have an issue with a te110p card and also some tdm04b cards on the same system: Zttest returns this for the tdm04b cards: [root@mollendo ~]# /usr/src/zaptel-1.2.4/zttest 38 -v Opened pseudo zap interface, measuring accuracy... 8192 samples in 8191 sample intervals 99.987793% 8192 samples in 8192 sample intervals 100.000000% 8192 samples in 8192 sample intervals 100.000000% 8192 samples in 8223 sample intervals 99.621582% 8192 samples in 8192 sample intervals 100.000000% 8192 samples in 8191 sample intervals 99.987793% 8192 samples in 8192 sample intervals...
2008 Aug 27
2
[LLVMdev] IntervalPartition and Intervals per function
Hi, I wrote a Function pass that requires the IntervalPartition pass in order to obtain the set of intervals for every function: virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequired<IntervalPartition>(); } and get a handle to it in the runOnFunction method of my CustomPass: bool CustomPass::runOnFunction(Function&a...
2012 Nov 30
1
help on "stacking" matrices up
Dear All,   #I have the following code   Dose<-1000 Tinf <-0.5 INTERVAL <-8 TIME8 <-matrix(c((0*INTERVAL):(1*INTERVAL))) TIME7 <-matrix(c((0*INTERVAL):(2*INTERVAL))) TIME6 <-matrix(c((0*INTERVAL):(3*INTERVAL))) TIME5 <-matrix(c((0*INTERVAL):(4*INTERVAL))) TIME4 <-matrix(c((0*INTERVAL):(5*INTERVAL))) TIME3 <-matrix(c((0*INTERVAL):(6*INTERVAL))) TI...
2007 Aug 06
4
[LLVMdev] Spillers
On Monday 06 August 2007 12:15, Anton Vayvod wrote: > Spill intervals must be precolored because they can't be spilled once more. > They are the shortest intervals precisely over each def/use of the original > interval. That is why they also have their weights set to #INF. Yes, that's true. But I wonder if we shouldn't be smarter about which re...
2007 Aug 07
0
[LLVMdev] Spillers
On 8/7/07, David Greene <dag at cray.com> wrote: > > On Monday 06 August 2007 12:15, Anton Vayvod wrote: > > > Spill intervals must be precolored because they can't be spilled once > more. > > They are the shortest intervals precisely over each def/use of the > original > > interval. That is why they also have their weights set to #INF. > > Yes, that's true. But I wonder if we shouldn...
2001 Feb 27
1
Patch to coplot.R
...|| index == nplots) && ((total.rows - ! i)%%2 == 1)) ! axis(4, xpd = NA) box() } if (have.b) { *************** *** 255,274 **** par(fig = c(0, f.col, f.row, 1), mar = nmar, new = TRUE) plot.new() nint <- nrow(a.intervals) ! pwoffs <- nint / 32 ! plot.window(c(min(a.intervals[is.finite(a.intervals)] + pwoffs), ! max(a.intervals[is.finite(a.intervals)]) - pwoffs), ! 0.5 + c(0, nint), log = "") ! rect(a.intervals[, 1], 1:nint - 0.5, a.in...
2013 Mar 12
2
split data into columns from dataframe
...ead(data_30min,10); tail(data_30min,10) data2_30min <- data.frame(data_30min) head(data2_30min,10); tail(data2_30min,10) head(data_30min,10); tail(data_30min,10) data2_30min[1]                                                                   data_30min 1  19710629 080000(PARTIAL)       39.3 at interval beginning 19701126 010326 2  19720629 080000(PARTIAL)       33.8 at interval beginning 19720517 144507 3  19730629 080000(PARTIAL)       32.2 at interval beginning 19720910 135747 4  19740629 080000(PARTIAL)       38.9 at interval beginning 19731003 124849 5  19750629 080000                43.3 a...
2011 Nov 13
0
Major opcode of failed request: 93 (X_CreateCursor)
...ternetSetOptionW Unhandled dwOption 3 fixme:wininet:InternetSetOptionW Option 95 STUB fixme:wininet:InternetSetOptionW Option 39 STUB fixme:wininet:InternetSetOptionW Option 37 STUB fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used fixme:winsock:WSAIoctl ignoring keepalive interval and timeout fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:winsock:WSAIoctl ignoring keepalive interval and timeout fixme:threadpool:RtlQueueWorkItem Flags 0x4 not...
2003 Mar 06
0
loop avoiding on time interval intersects
I am trying to optimize some code to take advantage of R loop-avoiding capabilities when working on vectors/arrays that contain time intervals. The calculation involves adding (for each time interval) the time portion (of events defined by their start and end times) that elapsed during time intervals. Any advice on how to improve this code. I searched the email archive and looked at the MASS book but did not find anything specific th...
2008 Feb 21
2
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...wrote: > >> I discovered this through an assert I put into some of my own >> code. I want >> to know if that assert is bogus or if there's a bug here. > > A little more information: the assert checks that after coalescing > two nodes, > all subregister live intervals for the register coaelsced to now > interfere > with whatever the eliminated live interval interfered with, since the > superregister live interval now contains information from the > eliminated live > interval and thus it interferes with whatever the eliminated live > in...
2012 May 15
2
pass objects into "..." (dot dot dot)
...jects into "..." to "fool" the function into thinking the objects are passed in separately/explicitly with common separation (like "x,y,z" when x, y and z are objects to be passed into "...")? Details: I'm working with this parameter list and function: interval_intersection(x, ..., check_valid = TRUE) To illustrate... This works and I get the expected interval: library('intervals') # create individual Intervals objects z = Intervals(c(1,10)) y = Intervals(c(5,10)) x = Intervals(c(4,6)) > interval_intersection(x,y,z) Object of class Interva...
2008 Feb 20
0
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
...nesday 20 February 2008 14:14, David Greene wrote: > I discovered this through an assert I put into some of my own code. I want > to know if that assert is bogus or if there's a bug here. A little more information: the assert checks that after coalescing two nodes, all subregister live intervals for the register coaelsced to now interfere with whatever the eliminated live interval interfered with, since the superregister live interval now contains information from the eliminated live interval and thus it interferes with whatever the eliminated live interval interfered with (and thui...
2007 Aug 07
2
[LLVMdev] Spillers
...August 2007 05:00, Anton Vayvod wrote: > > Yes, that's true. But I wonder if we shouldn't be smarter about which > > register we pick to color it. In Bill W's implementation, it was > > essentially random. What was your solution to this? > > I allocated spill intervals at the beginning of each iteration so all the > rest intervals (except of physreg intervals) were uncolored at the moment. > So the only difference in allocating regs for spills was what end to > choose: allocation_order_begin() or allocation_order_end(), I chose the > former. I unde...
2004 Oct 15
1
se.fit from predict.lm
hi, i noticed that se.fit from predict.lm is the same whether interval="conf" or interval="pred". it is not clear to me from ?predict.lm whether this is intended or not. i suggest that se.fit should match the type of interval requested, if interval is specified. suggested change in lm.R line 700 if(se.fit || interval != "none") se &...
2018 Apr 17
2
Time intervals in a datframe
Hi all I have a list of multiple datframes with the same column headers. The last column in each datframe contains a vector of "Interval" class after I have produced this column using "lubridate" package. I needed to convert my list of dataframes to be in a single dataframe for further analysis. I did this using the following syntax : SingleDataframe <- ldply (MylistofDFs,data.frame) The problem is that after t...
2013 Jan 13
1
Extract data in word pad
Dear r-users,   I have saved data in word pad.  I would like to extract certain part of data only, for example   19710629 080000(PARTIAL) 39.3 at interval beginning 19701126 010326 19720629 080000(PARTIAL) 33.8 at interval beginning 19720517 144507 19730629 080000(PARTIAL) 32.2 at interval beginning 19720910 135747   and so on...   The original data set are given below:       Year Ending           Maximum Value (Rain mm)  Gap from 19710...
2008 Aug 27
2
[LLVMdev] IntervalPartition and Intervals per function
Hi Chris, Thanks for the reply. I am actually interested in using the Intervals Analysis mainly to be able to do Region based analysis. In fact, I found that the way Intervals are defined mirror exactly the definition of a Region in the second edition of the Dragon Book (Section 9.7 on Region-Based Analysis), so it will be great if the Intervals related code still lives on...
2007 Aug 06
0
[LLVMdev] Spillers
Hi, David. Spill intervals must be precolored because they can't be spilled once more. They are the shortest intervals precisely over each def/use of the original interval. That is why they also have their weights set to #INF. Imagine that on a second iteration allocation algorithm figures out that some spilled inter...
2008 Aug 27
0
[LLVMdev] IntervalPartition and Intervals per function
On Aug 27, 2008, at 1:35 PM, Prakash Prabhu wrote: > Hi, > > I wrote a Function pass that requires the IntervalPartition pass in > order to obtain the set of intervals for every function: > > However when i access the intervals vector for a particular call of > runOnFunction, it seems that alll intervals computed for the earlier > functions are still in the > vector. To verify this, I add...