search for: rem

Displaying 20 results from an estimated 494 matches for "rem".

Did you mean: ref
2011 Jul 26
0
[LLVMdev] XOR Optimization
...de, things get even more weird, it outputs the following code: while.body: ; preds = %while.body, %entry %indvar = phi i32 [ 0, %entry ], [ %indvar.next.3, %while.body ] %tmp = shl i32 %indvar, 2 %0 = lshr i32 %indvar, 3 %shr = and i32 %0, 134217727 %rem = and i32 %tmp, 16 %shl = shl i32 1, %rem %arrayidx = getelementptr inbounds i32* %bitmap, i32 %shr %tmp6 = load i32* %arrayidx, align 4 %rem.1 = or i32 %rem, 1 %shl.1 = shl i32 1, %rem.1 %rem.2 = or i32 %rem, 2 %shl.2 = shl i32 1, %rem.2 %rem.3 = or i32 %rem, 3 %shl.3 = shl i32 1...
2011 Jul 26
2
[LLVMdev] XOR Optimization
Hi Daniel, > Precisely. The code generated by unrolling can be folded into a single XOR and > SHL. And even if it was not inside a loop, it can still be optimized. What I > want to know is: is there any optimization supposed to optimize this code, but > for some reason it thinks it is not possible, or there is no optimization for > that situation at all? it could be a phase
2011 Jul 27
2
[LLVMdev] XOR Optimization
...uts the following code: > > while.body: ; preds = %while.body, > %entry > %indvar = phi i32 [ 0, %entry ], [ %indvar.next.3, %while.body ] > %tmp = shl i32 %indvar, 2 > %0 = lshr i32 %indvar, 3 > %shr = and i32 %0, 134217727 > %rem = and i32 %tmp, 16 > %shl = shl i32 1, %rem > %arrayidx = getelementptr inbounds i32* %bitmap, i32 %shr > %tmp6 = load i32* %arrayidx, align 4 > %rem.1 = or i32 %rem, 1 > %shl.1 = shl i32 1, %rem.1 > %rem.2 = or i32 %rem, 2 > %shl.2 = shl i32 1, %rem.2 > %re...
2008 Oct 08
3
Re move repeated values
Dear R users, I'd like to make this data rem.y = c(-1,0,2,4,5) from y = c(-1,-1,0,2,2,2,2,4,4,5,5,5,5,5). That is, I need to remove repeated values. Here is my code, but I don't think it is efficient. How could I improve this? #------------------------------------------------------------------------ y = c(-1,-1,0,2,2,2,2,4,4,5,5...
2007 May 14
2
How to write data to astdb?
Hello, I'm trying to fill CID data into the astdb using AsteriskWin32's asterisk.exe, to no avail: The batch file stops after the first line, and just waits: ---------------------------------------- rem c:\cygroot\mystuff>import.bat rem rem c:\cygroot\mystuff>C:\cygroot\bin\asterisk.exe -rx 'database put cidname 123 "My cellphone"' rem rem Asterisk module loaded successfully rem Asterisk entry point foundW2003*CLI> Updated database successfully rem Verbosity is at least...
2004 Jul 28
5
using Rterm under cygwin, no possiblity to delete characters
Dear R-users, When I call Rterm from cygwin, I have no options but typing the exact syntax the first time. If I happen to hit the "delete" key (backspace), R dies when I press enter saying : Error: ... (error concerning the function on the last line of text) Execution halted Perhaps some of you have experienced this and found work arounds? One has to be pretty good to type without
2009 Jan 02
2
Reading file from remote location or network drive.
Hello, I'm trying to pull data from a network drive on a windows machine. The location is read into a string <rem> and then used later with a data input command. > rem<- "\\192.192.192.3\Shared\iris1.csv" Warning messages: 1: '\S' is an unrecognized escape in a character string 2: '\i' is an unrecognized escape in a character string 3: unrecognized escapes removed from &quot...
2002 Aug 12
5
Why does this logon-script not work under Win9x ?
...RENTSERVER=17049 shift 1 set ARCHITEKTUROFCLIENT=Win95 shift 1 set IPOFCLIENT=192.168.1.1 shift 1 set ENVAR_HOST_TYPE=i386 shift 1 set DATETIME=2002/08/12 15:53:40 @SET SERVER=%INTERNETHOSTNAMEOFSAMBASERVER% @ECHO OFF @echo Architektur = %ARCHITEKTUROFCLIENT% @echo User = %USEROFCURRENTSERVICE% REM It doesn't even stop here in W98 as if it's not called pause @net use >>c:\netuse.txt @net use u: /delete > nul @net use w: /delete > nul @net use x: /delete > nul @net use y: /delete > nul REM ----------------------------------------- @if "%ARCHITEKTUROFCLIENT%...
2007 Feb 23
0
Formatting difftime objects
...{ if (is.null(attr(x,"format"))) return(paste(format(unclass(x),...), units(x))) else format <- rep(attr(x,"format"),length(x)) } else { format <- rep(format,length(x)) } units(x)<-'secs' rem <- unclass(x) w <- d <- h <- m <- s <- array(0,length(x)) lunit <- "" if (length(grep('%W',format,fixed=TRUE)) > 0 ){ w <- rem %/% (7 * 86400) rem <- rem - w * 7 * 86400 lunit <- "weeks"...
2011 Jul 26
2
[LLVMdev] XOR optimization
...ap[bindex]^=(1L<<bitnumb); bit_addr++; } The -O3 set of optimizations generates a code like this: entry: br label %while.body while.body: ; preds = %while.body, %entry %0 = phi i32 [ 0, %entry ], [ %inc.3, %while.body ] %shr = lshr i32 %0, 5 %rem = and i32 %0, 28 %shl = shl i32 1, %rem %arrayidx = getelementptr inbounds i32* %bitmap, i32 %shr %tmp6 = load i32* %arrayidx, align 4 %xor = xor i32 %tmp6, %shl %rem.1 = or i32 %rem, 1 %shl.1 = shl i32 1, %rem.1 %xor.1 = xor i32 %xor, %shl.1 %rem.2 = or i32 %rem, 2 %shl.2 = shl i...
2008 Jul 18
2
Yet another rsync incremental thread
...nes). They run rsync (I don't need data encryption so no need to ssh unless it's simpler) and pull data they want to the backup server. This side is OK. 2) Server side: A standard PC with FreeNAS FreeBSD distrib, RAID-1 disks and rsync server. Here I would like the backups to be incremental and rotated, with a sort of time stamp. Here is where things get complicated. Solutions I've found: A - Simpler at the end but would need modifications to rsync: Go further on the backup module of rsync, building in the rotate mv/rm commands. Why simpler? Because a rsync client wou...
2006 Sep 14
0
rsyncing from Windows 2003 shadow copies.
...you need vshadow.exe which is part of the VSS SDK which is a free download from MS. http://www.microsoft.com/downloads/details.aspx?FamilyID=0B4F56E4-0CCC-4 626-826A-ED2C4C95C871&displaylang=en I'm sure this can be improved on. I welcome any feedback. SHADOWRSYNC.CMD setlocal @REM test if we are called by shadowrsync.cmd if NOT "%CALLBACK_SCRIPT%"=="" goto :IS_CALLBACK @REM @REM Set these variables to what you need. @REM SHADOW_DRIVE_LETTER is an existing drive you want to shadow @REM @REM MAP_SHADOW_TO needs to be either a drive letter that isn't @...
2001 Jan 25
0
proliferation of SAMBA links in W2K
...we are running is 2.0.7 ... has ANYONE seen this problem before?? Please help if possible. I'm including the customer's script and our smb.conf file. Please let me know if there is other information I should include... -- Thank you very much! Anabel Customer script @echo off > NUL: rem ######################################################## > NUL: rem SMB Drive Map Setup > NUL: rem > NUL: rem Created: May 31 2000 > NUL: rem...
2011 Jul 26
2
[LLVMdev] XOR Optimization
...e -O3 set of optimizations generates a code like this: > > > entry: > br label %while.body > > while.body: ; preds = %while.body, > %entry > %0 = phi i32 [ 0, %entry ], [ %inc.3, %while.body ] > %shr = lshr i32 %0, 5 > %rem = and i32 %0, 28 > %shl = shl i32 1, %rem > %arrayidx = getelementptr inbounds i32* %bitmap, i32 %shr > %tmp6 = load i32* %arrayidx, align 4 > %xor = xor i32 %tmp6, %shl > %rem.1 = or i32 %rem, 1 > %shl.1 = shl i32 1, %rem.1 > %xor.1 = xor i32 %xor, %shl.1...
2006 Oct 03
3
How to get podcasters to adopt Speex?
....spx . In the case of Windows XP this becomes > curl.exe url | speexdec.exe - > > I've elaborated this into a .cmd script which obviates > the need to enter a long url plus filename and also, it > displays a companion .txt file while playing the .spx:- > > @echo off > rem Play a speex (.spx) file on > rem Bertie's website. If there is a companion .txt > rem file, display it while playing the .spx. > > cd c:\...\wbin > rem In this directory you keep, amongst other things, > rem the win32 executables known as Unix utilities. > rem...
2007 Jun 19
2
[LLVMdev] DAGCombiner: (S|U)REM
On Mon, 18 Jun 2007, Chris Lattner wrote: > On Thu, 14 Jun 2007, Dietmar Ebner wrote: >> currently, the DAGCombiner unconditionally converts >> (DAGCombiner::visit(U|S)REM) expressions of the form X % C for constants >> C into X-X/C*C. this makes sense in certain cases where the div/mul >> logic will simplify X/C*X but is counterproductive in general, >> especially if the multiply is expensive. also, this doesn't allow >> targets to cu...
2007 Jun 14
2
[LLVMdev] DAGCombiner: (S|U)REM
hi, currently, the DAGCombiner unconditionally converts (DAGCombiner::visit(U|S)REM) expressions of the form X % C for constants C into X-X/C*C. this makes sense in certain cases where the div/mul logic will simplify X/C*X but is counterproductive in general, especially if the multiply is expensive. also, this doesn't allow targets to custom lower rem operations. shouldn't...
2007 Jun 19
0
[LLVMdev] DAGCombiner: (S|U)REM
hi, thanks for your answer. On Mon, 2007-06-18 at 23:25 -0700, Chris Lattner wrote: > On Mon, 18 Jun 2007, Chris Lattner wrote: > > On Thu, 14 Jun 2007, Dietmar Ebner wrote: > >> currently, the DAGCombiner unconditionally converts > >> (DAGCombiner::visit(U|S)REM) expressions of the form X % C for constants > >> C into X-X/C*C. this makes sense in certain cases where the div/mul > >> logic will simplify X/C*X but is counterproductive in general, > >> especially if the multiply is expensive. also, this doesn't allow > &gt...
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
Hello While searching the archives and googling for : -login script to map drives according to group membership I saw lots of complicated solutions (on-the-fly scripts, group directories) etc. but the following works very well for me: I downloade dthe ifmember.exe from the microsoft website, and stuck it in the netlogon directory (not the scripts directory)
2009 Apr 03
2
Schoenfeld Residuals
Dear All, Sorry to bother you again. I have a model: coxfita=coxph(Surv(rem.Remtime/365,rem.Rcens)~all.sex,data=nearma) and I'm trying to do a plot of Schoenfeld residuals using the code: plot(cox.zph(coxfita)) abline(h=0,lty=3) The error message I get is: Error in plot.window(...) : need finite 'ylim' values In addition: Warning messages: 1: In sqrt(x$var[i,...