Displaying 20 results from an estimated 44 matches for "w6".
Did you mean:
w64
2016 Jul 07
2
Error building Tcl: R-patched_2016-07-05
...ng error:
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o
tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc
l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin/x64
-lR
C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6
4-mingw32/bin/ld.exe: cannot find -ltcl85
C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6
4-mingw32/bin/ld.exe: cannot find -ltk85
collect2.exe: error: ld returned 1 exit status
cp: cannot stat 'tcltk.dll': No such file o...
2018 Dec 05
2
Strange regalloc behaviour: one more available register causes much worse allocation
...it happens to be a useful way of
provoking the problem.
Without the patch generating assembly with llc -mcpu=cortex-a57 everything looks
fine, but with the patch we get this (which comes from the block
bb.17.switchdest13):
.LBB0_16:
mov x29, x24
mov w24, w20
mov w20, w19
mov w19, w7
mov w7, w6
mov w6, w5
mov w5, w2
mov x2, x18
mov w18, w15
orr w15, wzr, #0x1c
str w15, [x8, #8]
mov w0, wzr
mov w15, w18
mov x18, x2
mov w2, w5
mov w5, w6
mov w6, w7
mov w7, w19
mov w19, w20
mov w20, w24
mov x24, x29
b .LBB0_3
It looks like the orr and str have barged in and said "we...
2018 Dec 05
3
Strange regalloc behaviour: one more available register causes much worse allocation
....
Without the patch generating assembly with llc -mcpu=cortex-a57 everything looks
fine, but with the patch we get this (which comes from the block
bb.17.switchdest13):
.LBB0_16:
mov x29, x24
mov w24, w20
mov w20, w19
mov w19, w7
mov w7, w6
mov w6, w5
mov w5, w2
mov x2, x18
mov w18, w15
orr w15, wzr, #0x1c
str w15, [x8, #8]
mov w0, wzr
mov w15, w18
mov x18, x2
mov w2, w5
mov w5, w6
mov w6, w7...
2006 Nov 15
2
??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
...you have to find an English computer 'cause the
following must work in your Chinese one :-)
Let me explain. First of all, change your lines to
xdata <- ckhdat$Adj..Close[1:1447]
#names(ckhdwt.la8) <- c("w1", "w2", "w3", "w4", "w5","w6", "v6")
note the # sign, i.e., DO NOT change the names before
the function imodwt.
This is because the function imodwt looks for the names
created by the modwt function. If you need to change names,
do it AFTER the reconstruction.
I hope that it helps you.
Rogerio
---------- Cab...
2017 Sep 19
0
[iovisor-dev] [PATCH RFC 3/4] New 32-bit register set
...>;
> +def W2 : Wi<2, "w2">, DwarfRegNum<[2]>;
> +def W3 : Wi<3, "w3">, DwarfRegNum<[3]>;
> +def W4 : Wi<4, "w4">, DwarfRegNum<[4]>;
> +def W5 : Wi<5, "w5">, DwarfRegNum<[5]>;
> +def W6 : Wi<6, "w6">, DwarfRegNum<[6]>;
> +def W7 : Wi<7, "w7">, DwarfRegNum<[7]>;
> +def W8 : Wi<8, "w8">, DwarfRegNum<[8]>;
> +def W9 : Wi<9, "w9">, DwarfRegNum<[9]>;
> +def W10 : Wi<10, &q...
2015 Feb 19
2
[LLVMdev] ScheduleDAGInstrs computes deps using IR Values that may be invalid
...BBui %W2<kill>, %X5<kill>, 1;
mem:ST1[%scevgep91](tbaa=<0x6e02518>) (BB#15)
%W7<def> = LDRBBui %X7<kill>, 1;
mem:LD1[%scevgep99](tbaa=<0x6e02518>)
%W0<def> = LDRSBWui %X0<kill>, 1;
mem:LD1[%scevgep101](tbaa=<0x6e02518>)
%W6<def> = LDRBBui %X6<kill>, 1;
mem:LD1[%scevgep103](tbaa=<0x6e02518>)
%W5<def> = MADDWrrr %W6<kill>, %W0<kill>, %W7<kill>
%X9<def> = ADDXri %X9<kill>, 2, 0
%X13<def> = ADDXri %X13<kill>, 2, 0
%WZR<def...
2016 Jul 07
0
Error building Tcl: R-patched_2016-07-05
.../mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o
> tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc
> l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin/x64
> -lR
> C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6
> 4-mingw32/bin/ld.exe: cannot find -ltcl85
> C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6
> 4-mingw32/bin/ld.exe: cannot find -ltk85
> collect2.exe: error: ld returned 1 exit status
> cp: cannot stat 'tcltk...
2007 Apr 24
1
Values greater than 1 or lower than -1 in ARMAacf
Dear all,
I need to compute the ACF (autocorrel) of an AR6 process, given the values
of its parameters (w1,w2,w3,w4,w5,w6).
First, I notice that there is an error as soon as the sum of the wi equals 1
:
"Error in drop(.Call("La_dgesv", a, as.matrix(b), tol, PACKAGE = "base")) :
system is computationally singular: reciprocal condition number =
1.00757e-18"
Secondly, when the sum...
2009 Mar 24
1
Discriminant analysis - stepwise procedure
...for selecting the most relevant environmental variables.
The problem is that this function includes a parameter (start.vars) and my
results change a lot when I change this variable...Oh my God!!! Then, one
possible functionl is not the best for my data...
grupo<-stepclass(GROUP~W1+W2+W3+W4+W5+W6+W7+W8+W9+W10, data=BD,
method="lda", start.vars = "W1", criterion = "AS", direction = "forward")
I have performed a redundancy analysis first, then there is not highly
correlated variables in the variables that I include in the stepclass
function.
Can anybo...
2008 May 23
0
A problem about the Japanese font of OSX
...etHook(packageEvent("grDevices", "onLoad"),
function(...){
grDevices::quartzFonts(sans=grDevices::quartzFont(
c("Hiragino Kaku Gothic Pro W3",
"Hiragino Kaku Gothic Pro W6",
"Hiragino Kaku Gothic Pro W3",
"Hiragino Kaku Gothic Pro W6")))
grDevices::quartz.options(family="sans")
)
However, it was not reflected in family of the default.
If I appoint it with...
2012 Nov 27
0
Help with optimization problem
...#39;t understand "the number of destinations from which we ship stuff".
Shouldn't "from" be "to"?
> w1*x1 + w2*x4 == r # col 1
> w1*x2 + w2*x5 == r # col 2
> w3*x3 + w6*x6 == r # col 3
>
vector w is length 6 but you only have three destinations (from the initial description)
I don't understand what you are doing here.
> Another constraint that I would like to impose is that, by column, the number of X_i's greater than zero should be at least t...
2007 Apr 07
0
[LLVMdev] Register Alias Sets
...ctures you won't (theoretically, AFAIK) have equal alias sets at
all, but they'll intersect. Consider the following example (as I remember it
from some paper on representing irregular architechtures):
There are 8 32-bit general purpose registers (R0-R7) and there are 7 64-bit
registers (W0-W6). Ri reg is a high word of Wi and R(i+1) is a low word of
Wi (i runs from 0 to 6). So the alias set for Wi is { Ri, R(i + 1)} (you can
include Wi, of course). You can't allocate neighbouring W-regs the same time
as their alias sets intersect (but not equal).
Also consider saving space and one...
1998 Mar 18
1
Strange Results of summary()
...eruf",
+ "einkom",
+ "w1",
+ "w2",
+ "w3",
+ "w4",
+ "w5",
+ "w6",
+ "w7"
+ ),
+ na.strings=c(NA,NA,"97","9","9","9","9999",
+ "9","9","9","9","9","9&...
2004 Mar 29
1
StepAIC
...ething or is something strange going on in the
forward fit?
(I don't want to discuss here if the forward fit is a good thing to do
from a data analytic viewpoint. I agree that I should presumably not
choose it. However, I want to understand what the algorithm does.)
Thank you,
Christian
> w6 <- lm(Preis~RW1+WFL+WQ+VD+Lage+Lage*WFL+Lage*WQ+Lage*VD,
+ data=wohnung)
> w7 <- lm(Preis~1, data=wohnung)
> fs7 <-
stepAIC(w7,scope=list(upper=~RW1+WFL+WQ+VD+Lage+Lage*WFL+Lage*WQ+Lage*VD,
+ lower=~1), direction="forward")
St...
2007 Apr 09
2
[LLVMdev] Register Alias Sets
...rchitechtures):
As Smith, et. al. point out, such architectures practically don't
exist in the real world. Most alias sets are either completely
disjoint, exactly equal or entirely contained.
> There are 8 32-bit general purpose registers (R0-R7) and there are 7
> 64-bit registers (W0-W6). Ri reg is a high word of Wi and R(i+1) is
> a low word of Wi (i runs from 0 to 6). So the alias set for Wi is {
> Ri, R(i + 1)} (you can include Wi, of course). You can't allocate
> neighbouring W-regs the same time as their alias sets intersect (but
> not equal).
Sure, the ali...
2007 Apr 06
5
[LLVMdev] Register Alias Sets
I notice that in X86GenRegisterInfo.inc, the AliasSets do not
include the register being queried. For example:
const unsigned RAX_AliasSet[] = { X86::EAX, X86::AX, X86::AL, X86::AH,
0 };
const unsigned EAX_AliasSet[] = { X86::RAX, X86::AX, X86::AL,
X86::AH, 0 };
This makes it hard to do set comparisons. RAX and EAX really have
equivalent alias sets but one wouldn't know that from
2017 Aug 31
3
Windows SMB2 client doing excessive, inefficient SMB2 Find (and other) requests
Andreas,
On Thu, Aug 24, 2017 at 03:37:07PM +0200, awl1 via samba wrote:
> Before I follow your advice to move this whole issue/topic to the
> samba-technical alias and start over there with a clean description of the
> scenario and the findings, I have two simple questions:
>
> 1) I plan to use a new, reproducible test scenario with 2000 random small
> files with a file length
2006 May 13
0
Fwd: дополнение
...??????????? ????? ????????????? ? ??????????
??????:
1) W1 - ?????? ?? ???????
2) W4 - ??????????? ??????????. ? ??????, ???? ????? ?? ??????? ??
????? ???????? ???????, ?? ??????????? ?????????????.
3) W5 - ????????? ???????? ? ????? ?????? (????? ?????????? ????? ?????????
??? ?????? ???. ??????)
W6 - ????? ?????????? ( ???????? ???????, ?????????????? ? ?.?. ??? ?????
????????? ? ?????? ????????????)
- ????? ????? ?? ??????????? ?? ???. ????? ? ?????????? ?????????????
?????, ????????????? ?????????? ??? W2 - ????????????. ??????? ????
??? ????? ???????????? ??? ? 9-? ???? ?? 6-? ??????.
- ?...
2001 Nov 30
0
RE smbmounts hang around after windows client disconnects
...t hangs during shutdown. None of the other mounts
are umounted during this reboot, and all have to be fsck'ed during the
next reboot. This takes about 40 minutes.
In short, this is a real nuisance.
Any insight appreciated.
Joel
Noel Kelly
Tarsus PLC
Commonwealth House
Chalk Hill Road
London
W6 8DW
United Kingdom
Direct Line : (44) 020 8846 2701
Switchboard : (44) 020 8846 2700
Fax : (44) 020 8846 2801
2017 Aug 31
0
Windows SMB2 client doing excessive, inefficient SMB2 Find (and other) requests
...SMB2 client (Explorer, xcopy /s) to SMB2 4.6.5
server share
W3) copy from Win 10 SMB2 client (Explorer, xcopy /s) to Win 10 SMB2
server share
W4) copy from Linux SMB1 client (cp -r, krusader) to SMB1 3.6.15 server
share
W5) copy from Linux SMB2 client (cp -r, krusader) to SMB2 4.6.5 server share
W6) copy from Linux SMB2 client (cp -r, krusader) to Win 10 SMB2 server
share
R1) copy to Win 10 SMB1 client (Explorer, xcopy /s) from SMB1 3.6.15
server share
R2) copy to Win 10 SMB2 client (Explorer, xcopy /s) from SMB2 4.6.5
server share
R3) copy to Win 10 SMB2 client (Explorer, xcopy /s) from...