search for: end1

Displaying 20 results from an estimated 21 matches for "end1".

Did you mean: end
2016 Apr 26
0
From NUM to INT
Can you explain why you need them as 'integer', A floating point representation can hold a value upto ~4.5e15 as an "integer" keeping the precision that you might need. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Tue, Apr 26, 2016 at 1:11 PM, Andr? Luis Neves <andrluis at
2016 Apr 26
2
From NUM to INT
...ead the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > -- Andre -------------- next part -------------- ID Crossover Period Diet Pen Time Baci Fungii fNDF Starch 126BLK 1 1 Forage 1 End1 2.90E+12 43645 3.87056104 1.443771827 13ZBLK 1 1 Forage 1 End1 5.55E+11 19009 3.970286296 1.480970702 157BLK 1 1 Forage 1 End1 9.46E+11 15998 4.114130366 1.534626493 162ZRED 1 1 Forage 1 End1 8.13E+11 2189 3.600760128 1.343132423 17ZBLKY 1 1 Forage 1 End1 4.06E+11 8972 3.79087129 1.414046468 184ZBL...
2016 Apr 26
5
From NUM to INT
Dear all: I converted the columns (Baci, Meti, Fungii, Protozoai) into integers (using excel) and then imported the data (.txt) into R. Interestingly, the other three variables were loaded as INT, but the 'Baci' one continued as Num. I imported the data using the following command line: X <- read.delim(file.choose(), header = TRUE, dec =
2009 Nov 17
2
Lattice plot
Hi, I was trying to get a graph in lattice with the following data frame (7 rows, 5 cols): chr start1 end1 meth positive 1 1 10 20 1.5 y 2 2 12 18 -0.7 n 3 3 22 34 2.0 y 4 1 35 70 3.0 y 5 1 120 140 -1.3 n 6 1 180 190 0.2 y 7 2 220 300 0.4 y I wanted the panels to be organized by 'chr' - which...
2010 Jul 01
4
left end or right end
Dear all, I am a biologist. I have two sets of distance P(start1, end1) and Q(start2, end2). The distance will be like this. P ------------------------ Q ---------------------------------------- I want to know whether P falls closely to the right end or left end of Q. P and Q are of different lengths for each data point. There are more than 10000 pairs of...
2012 Dec 28
2
[LLVMdev] Can simplifycfg kill llvm.lifetime intrinsics?
> Suppose you have four lifetime operations on the same address in memory, > with loads and stores all around them: > > start1--end1 .. start2--end2 > > If you remove start1 then you have a bare pointer, the memory came from > somewhere and you lose the optimization that loads before start1 become > undef, but you don't miscompile. This is assuming no looping after end1 or end2, right? > If you remove end1 t...
2012 Dec 28
0
[LLVMdev] Can simplifycfg kill llvm.lifetime intrinsics?
...right? I really only invented them for a specific case, so I haven't thought through all the cases where it may or may not be legal to add or delete them. Here goes! Suppose you have four lifetime operations on the same address in memory, with loads and stores all around them: start1--end1 .. start2--end2 If you remove start1 then you have a bare pointer, the memory came from somewhere and you lose the optimization that loads before start1 become undef, but you don't miscompile. If you remove end1 then the code between start1 and start2 is in trouble. We would miscompile sta...
2004 Oct 19
2
Sweave and Trellis in R 2.0.0patched (Windows)
...alve='8030-V26' or Valve='1180-08' or Valve='5040-08')") odbcClose(channel) srt <- order(as.POSIXct(data$'DateTime Sampled')) data <- data[srt,] data <- data[!is.na(data$Value),] start1 <- strptime(c("6/1/2003"),format="%m/%d/%Y") end1 <- strptime(c("5/1/2004"),format="%m/%d/%Y") data.plot <- data[ data$'DateTime Sampled'>= start1 # & is.na(data$Exclude) & data$'DateTime Sampled' <= end1 ,] trellis.par.se...
2012 Dec 28
0
[LLVMdev] Can simplifycfg kill llvm.lifetime intrinsics?
On 12/28/2012 04:20 AM, Rafael Espíndola wrote: >> Suppose you have four lifetime operations on the same address in memory, >> with loads and stores all around them: >> >> start1--end1 .. start2--end2 >> >> If you remove start1 then you have a bare pointer, the memory came from >> somewhere and you lose the optimization that loads before start1 become >> undef, but you don't miscompile. > > This is assuming no looping after end1 or end2, right?...
2011 Jul 12
2
time zone - any practical solution?
...------------------------------------------------ When data imported from Excel 2007 into R (2.13) all time variables, depending on date (summer or winter) get (un-asked for it!) a time zone addition CEST (for summer dates) or CET (for winter dates). > Dataset Start End1 End2 days2End1.from.Excel days2End2.from.Excel days2End1.in.R days2End2.in.R 1 2010-01-01 2011-01-01 2012-01-01 365 730 365 days 730.0000 days 2 2010-02-01 2011-02-01 2012-01-01 365...
2012 Dec 27
5
[LLVMdev] Can simplifycfg kill llvm.lifetime intrinsics?
>> Oh, I was reading "precedes/following" as having static (dominance) >> meaning. That is, in the above example you could not delete the store >> since it is not true that >> llvm.lifetime.end dominates it. >> >> Nick, is this what you had in mind? If not, then we must delete a >> matching llvm.lifetime.end, but it is not clear how we define
2006 Feb 13
0
Perl DBM problem...
...t script ... #!/usr/bin/perl # # if ($ARGV[0] eq "") { print "\n * * give me a DBM file name to dump (no DBM extension) * *\n"; exit; } dbmopen (%dumpfile, $ARGV[0], 0400) || die "Can't open DB file!" ; foreach $line (sort keys %dumpfile) { print <<END1; $line - $dumpfile{$line} END1 } dbmclose (%dumpfile); Running that against any of the BDB files on the old RH 7.3 system dumps the file's data successfully. Copy everything over to the CentOS system [root at willspc data]# file *.db applic.db: Berkeley DB (Hash, version 5, native byt...
2003 Nov 13
0
2 AGI questions..
...n so that is will run at the end of each call? This is basically the script now so there can't be a problem with the script.. #/usr/bin/php -q <?php ob_implicit_flush(true); set_time_limit(15); exit(); ?> Thats it.. But I get this.. -- Executing AGI("SIP/2010-a826", "end1.php") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/end1.php == Spawn extension (local, h, 1) exited non-zero on 'SIP/2010-a826' My other script ends like this.. -- AGI Script start1.php completed, returning 0
2011 Jul 12
0
timezones - any practical solution?
...---------------------------------------------------- When data imported from Excel 2007 into R (2.13) all time variables, depending on date (summer or winter) get (un-asked for it!) a time zone addition CEST (for summer dates) or CET (for winter dates). > Dataset Start End1 End2 days2End1.from.Excel days2End2.from.Excel days2End1.in.R days2End2.in.R 1 2010-01-01 2011-01-01 2012-01-01 365 730 365 days 730.0000 days 2 2010-02-01 2011-02-01 2012-01-01 365...
2010 Apr 20
1
converting a zoo or an xts to a data frame
Dear R People: I have the following code that I use to convert a monthly zoo object to a data.frame, and it works perfectly: library(tseries) z <- get.hist.quote(instrument=inst1, start=start1,end=end1, quote=quot1,comp = "m") y <- as.ts(aggregate(z, as.yearmon, tail, 1)) y.df <- data.frame(y=y,time=time(y)) y.df$x <- ts(y.df[,1]) tsp(y.df$x) <- tsp(y.df[,2]) names(y.df) <- c("data","time","ts") z.df <- data.frame(ts...
2010 Mar 26
4
Competing with SPSS and SAS: improving code that loops through rows (data manipulation)
...var]] %in% subgroup, ])){ # looping through the remaining rows of the subgroup data[data[[group.var]] %in% subgroup, name][case]= 1-((1-data[data[[group.var]] %in% subgroup, name][case-1]*exp(1)^d)/(exp(1)^(data[data[[group.var]] %in% subgroup, var][case]*l*10))) } } } } } end1<-Sys.time() print(end1-start1) # Takes me ~0.53 secs names(data) data -- Dimitri Liakhovitski Ninah.com Dimitri.Liakhovitski at ninah.com
2019 Oct 23
2
Inserting instructions when encountered a specific label
..., label %false true: %true1 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str, i32 0, i32 0)) br label %end false: %false1 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @.str.1, i32 0, i32 0)) br label %end end: %end1 = load i32, i32* %3, align 4 ret i32 %end1 } I want to insert a new instruction when I encounter the true, false, and end labels (inside their respective blocks). I tried to detect the label names using " I.printAsOperand(errs(), false);” when parsing the instructions in SelectionDAGBuil...
2023 Jun 30
0
[PATCH v1 1/4] video/aperture: Add a helper to detect if an aperture contains firmware FB
...video/aperture.c +++ b/drivers/video/aperture.c @@ -141,6 +141,9 @@ struct aperture_range { static LIST_HEAD(apertures); static DEFINE_MUTEX(apertures_lock); +static resource_size_t firm_fb_start; +static resource_size_t firm_fb_end; + static bool overlap(resource_size_t base1, resource_size_t end1, resource_size_t base2, resource_size_t end2) { @@ -170,6 +173,9 @@ static int devm_aperture_acquire(struct device *dev, mutex_lock(&apertures_lock); + firm_fb_start = base; + firm_fb_end = end; + list_for_each(pos, &apertures) { ap = container_of(pos, struct aperture_ran...
2008 Mar 29
0
GCC/ELF Visibility patch
...ex_buffer_destroy(SpeexBuffer *st) +EXPORT void speex_buffer_destroy(SpeexBuffer *st) { speex_free(st->data); speex_free(st); } -int speex_buffer_write(SpeexBuffer *st, void *_data, int len) +EXPORT int speex_buffer_write(SpeexBuffer *st, void *_data, int len) { int end; int end1; @@ -97,7 +97,7 @@ return len; } -int speex_buffer_writezeros(SpeexBuffer *st, int len) +EXPORT int speex_buffer_writezeros(SpeexBuffer *st, int len) { /* This is almost the same as for speex_buffer_write() but using SPEEX_MEMSET() instead of SPEEX_COPY(). Update accordingly. */ @@...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...ex_buffer_destroy(SpeexBuffer *st) +EXPORT void speex_buffer_destroy(SpeexBuffer *st) { speex_free(st->data); speex_free(st); } -int speex_buffer_write(SpeexBuffer *st, void *_data, int len) +EXPORT int speex_buffer_write(SpeexBuffer *st, void *_data, int len) { int end; int end1; @@ -97,7 +97,7 @@ return len; } -int speex_buffer_writezeros(SpeexBuffer *st, int len) +EXPORT int speex_buffer_writezeros(SpeexBuffer *st, int len) { /* This is almost the same as for speex_buffer_write() but using SPEEX_MEMSET() instead of SPEEX_COPY(). Update accordingly. */ @@...