Displaying 10 results from an estimated 10 matches for "loopend".
Did you mean:
looped
2010 Jun 18
1
Automatic attendant - Error in CLI.
...en => 501,1,Answer
exten => 501,n,Wait(2)
exten => 501,n,Playback(velkommen_abacus)
exten => 501,n,Set(Loop=0)
exten => 501,n,While($[${Loop} < 3])
exten => 501,n,Background(tast123vent_)
exten => 501,n,WaitExten(5)
exten => 501,n,Set(Loop=$[${Loop}+1])
exten => 501,n,(LoopEnd),EndWhile
exten => 501,n,Hangup()
exten => 1,1,Playback(tt-weasels)
exten => 1,2,Dial(SIP/200,10,rg)
exten => 1,3,Hangup()
exten => 2,1,Playback(tt-monkeys)
exten => 2,n,Dial(SIP/302,60,rg)
exten => 2,n,Hangup()
exten => 3,1,Dial(SIP/402,60,rg)
exten => 3,n,Hangup
exte...
2010 Jun 18
1
Error trying to add context: Context 'internal' tries to include nonexistent context 'nighttime|12:30-8:00|mon-fri|*|*'
...ten => 501,1,Answer
exten => 501,n,Wait(2)
exten => 501,n,Playback(velkommen_abacus)
exten => 501,n,Set(Loop=0)
exten => 501,n,While($[${Loop} < 3])
exten => 501,n,Background(tast123vent_)
exten => 501,n,WaitExten(5)
exten => 501,n,Set(Loop=$[${Loop}+1])
exten => 501,n(LoopEnd),EndWhile()
exten => 501,n,Hangup()
exten => 1,1,Playback(tt-weasels)
exten => 1,2,Dial(SIP/200,10,rg)
exten => 1,3,Hangup()
exten => 2,1,Playback(tt-monkeys)
exten => 2,n,Dial(SIP/302,60,rg)
exten => 2,n,Hangup()
exten => 3,1,Dial(SIP/402,60,rg)
exten => 3,n,Hangup
ex...
2010 Jan 11
1
K-means recluster data with given cluster centers
...# Beispiel
write.table(km$centers, file = "clusterCenters.dat", sep = ",", col.names= FALSE, row.names= FALSE)
2: R code to recluster new data
#---RECLUSTER NEW DATA WITH GIVEN CLUSTER CENTERS
# LOAD LIB, SET PARAMETER
library(cluster)
loopStart="0"
loopEnd="10"
# LOAD CLUSTER CENTER
load("clusterCenters.RData") # load cluster centers
# LOOP OVER TRAJ AND RECLUSTER THEM
for(ii in loopStart:loopEnd){
# DEFINE FILENAME
#print(paste("test",ii,sep=""))
filenameInput=paste("...
2014 Sep 30
2
[LLVMdev] Windows Installer
...y to figure out what's going on.
I looked at the script some more. It seems that it only loops back to
try x64 if VS 2014 is installed - i.e. at the end of the :Found_V140
section it does:
set SUCCESS = 1
GOTO START
Since I don't have VS 2014 installed, :TRY_V140 falls through to
:LOOPEND which does:
Set SUCCESS = 1
GOTO DONE
I added:
set SUCCESS = 1
GOTO START
at the end of :TRY_V140 and now the script installs the x64 toolsets too.
> Thanks,
> Hans
>
>
>> On 9/29/14, 3:59 PM, Hans Wennborg wrote:
>>> On Mon, Sep 29, 2014 at 10:52 AM, Eric M...
2013 Feb 07
1
R intermittently crashes across cluster
...t;SOCK",port=10191) # nodes is a
vector of compute nodes
I then wrap a loop around clusterApplyLB to evaluate my function
multiple times, with different parameters, without recreating the
cluster every time. The following code segment shows what I am trying to do:
for (j in loopstart:loopend)
{
call.m=list(
step1=T,
dat=x.m[,c(1:7, j)] # x.m is data from a csv file
read into a table
)
clusterApplyLB(cluster,c(10:100),test.each.term,call=call.m)
}
stopCluster(cluster)
The problem that I am having is that sometimes it will run for 50
itera...
2014 Aug 02
2
[LLVMdev] Create "appending" section that can be partially dead stripped
On 01/08/14 19:37, Reid Kleckner wrote:
> What happens if you drop appending linkage? I think it will just work,
> since you are already using a custom section, which will ensure that all
> the data appears contiguously in memory.
Thanks for the suggestion, but it still puts everything in a single
.section statement.
> Although, I do worry about what LLVM's alias analysis will
2014 Aug 05
2
[LLVMdev] Create "appending" section that can be partially dead stripped
...loopcount = sub i64 %loopstop, %loopstart
%looparrinit = bitcast [0 x i32]* @arrstart to i32*
br label %LoopStart
; sum all elements in the array
LoopStart:
%looparr = phi i32* [%looparrinit, %Entry], [%looparrnext, %LoopBody]
%loopcond = icmp eq i64 %loopcount, 0
br i1 %loopcond, label %LoopEnd, label %LoopBody
LoopBody:
%val = load i32* %looparr
%sum2 = load i32* %sumvar
%sum3 = add i32 %val, %sum2
store i32 %sum3, i32* %sumvar
%looparrnext = getelementptr i32* %looparr, i64 1
br label %LoopStart
; return the sum
LoopEnd:
%retval = load i32* %sumvar
ret i32 %retval
}
; th...
2012 Aug 20
3
[LLVMdev] Problem with "Does not dominate all uses"
...0, i32 0, !dbg !322
call void @Safer_Expand_Userkey(i8* %18, i8* %19, i32 %cond.reload, i32 0, i8* %arraydecay), !dbg !322
store i32 0, i32* %retval, !dbg !323
store i32 14, i32* %switchVar
br label %loopEnd
I don't understant why the first time I don't have a dominate problem, but the second time I do (I'm pretty sure it's because of the rest of my pass but I can't figure where because the code that cause problem it's the same in the both version).
Any idea?
Thx,
Cheers
----...
2012 Aug 20
0
[LLVMdev] Problem with "Does not dominate all uses"
...322
> call void @Safer_Expand_Userkey(i8* %18, i8* %19, i32 %cond.reload, i32 0, i8* %arraydecay), !dbg !322
> store i32 0, i32* %retval, !dbg !323
> store i32 14, i32* %switchVar
> br label %loopEnd
>
> I don't understant why the first time I don't have a dominate problem, but the second time I do (I'm pretty sure it's because of the rest of my pass but I can't figure where because the code that cause problem it's the same in the both version).
>
> Any ide...
2014 Sep 30
2
[LLVMdev] Windows Installer
Hi Hans,
I think installer.bat found my visual Studio installation because it
installed the Win32 toolsets but not the x64 ones. (It took me a while
to work this out ;-) I installed the x64 toolsets by hand and they seem
to work.
I think the installer ran as administrator. I explicitly ran it that way
again (asking it to uninstall first) just to be sure. It didn't seem to
make any