Displaying 20 results from an estimated 22 matches for "cmn".
Did you mean:
can
2011 Nov 15
3
how to indice the column in the data.frame
...Now I read a data from a txt file
newdata<-read.table("1.txt")
in the 1.txt ,there are several column shown as below
1 3 4 5
2 3 5 6
4 5 6 7
so when I want analysis the second column
anadata<-newdata$V2
but my question I can not use some certain variable to indice the column?
e.g
cmn=2
anadata<-newdata$Vcmn
how can I finish this command ?can anyone help me ? thank yo .
[[alternative HTML version deleted]]
2003 Jul 29
2
stable libmilter leaks kqueue descriptors?
...og excerpt, notice how the fd's for the sockets stay the
same, but the kqueue descriptors grow out of hand:
Wed Jul 16 15:24:09 PDT 2003
total fd:
78
kqueue fd:
56
ipv4 fd:
3
ps:
dcc 21265 0.0 2.0 4004 3084 ?? Ss 12:10PM 0:01.25
/var/dcc/libexec/dccm -l log -t CMN,5,10 -w whiteclnt
Wed Jul 16 15:41:28 PDT 2003
total fd:
78
kqueue fd:
56
ipv4 fd:
3
ps:
dcc 21265 0.0 2.0 4004 3084 ?? Ss 12:10PM 0:01.36
/var/dcc/libexec/dccm -l log -t CMN,5,10 -w whiteclnt
Wed Jul 16 16:17:36 PDT 2003
total fd:
109
kqueue fd:
87
ip...
2009 Jun 26
1
[LLVMdev] "icmp eq", "icmp ne" not commuting operands on ARM
NE and EQ comparisons should be able to commute their operands. But,
for ARM at least, this does not seem to be happening. The first
sequence below generates CMN (compare negated) but the second does not
(complete test attached). These seem to map to ARMcmpNZ. Where would I
look to see if that is marked commutative?
%nb = sub i32 0, %b
%tmp = icmp ne i32 %a, %nb
%nb = sub i32 0, %b
%tmp = icmp ne i32 %nb, %a
David
--------------...
2009 May 06
1
Asterisk with Sphinx
...AT DESCRIPTION
INFO: s2_semi_mgau.c(793): Rows: 256, Columns: 6256
INFO: s2_semi_mgau.c(801): Using memory-mapped I/O for senones
INFO: fe_interface.c(287): You are using the internal mechanism to
generate the seed.
INFO: feat.c(849): Initializing feature stream to type: 's2_4x',
ceplen=13, CMN='current', VARNORM='no', AGC='none'
INFO: cmn.c(142): mean[0]= 12.00, mean[1..12]= 0.0
INFO: dict.c(232): Allocating 20 placeholders for new OOVs
ERROR: "dict.c", line 556: 'hello': Unknown phone 'AH0'
ERROR: "dict.c", line 440: Failed to...
2013 Mar 29
0
samba does not display all directories
...username map = /C/netlocal/samba/lib/users.map
log level = 1
log file = /var/log/samba/byHost/log.%I
deadtime = 15
load printers = No
preferred master = No
local master = No
domain master = No
ldap ssl = no
default service = cmn$
NIS homedir = Yes
follow symlinks = No
[cmn$]
path = /topsys/cmn/%S
read only = No
Directly on the solarisserver with the smbclient tool , or on the windows desktop same result :
In the directory CLST.WRH, the existing directory CGND.WRH is not displayed.
[root]...
2016 Oct 10
0
External monitor support changes.
...80+0+0}, DP-0:
nvidia-auto-select @1920x1080 +1920+0 {ViewPortIn=1920x1080,
ViewPortOut=1920x1080+0+0}"
[ 240.542] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 240.542] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 240.542] (--) NVIDIA(GPU-0):
[ 240.542] (--) NVIDIA(GPU-0): CMN (DFP-0): connected
[ 240.542] (--) NVIDIA(GPU-0): CMN (DFP-0): Internal LVDS
[ 240.542] (--) NVIDIA(GPU-0): CMN (DFP-0): 330.0 MHz maximum pixel clock
[ 240.542] (--) NVIDIA(GPU-0):
[ 240.566] (--) NVIDIA(GPU-0): DELL 7700 (DFP-1): connected
[ 240.566] (--) NVIDIA(GPU-0): DELL 7700 (DFP-1...
2007 Dec 02
2
Optimised qmf_synth and iir_mem16
...6 @ Rounding constant
str r0, [sp,#-4]! @ push r0
add r14, r14, r5, asr #13 @ (mem[0] + 4096) >> 13 + x[i]
mov r5, #0x7f00
orr r5, r5, #0xff @ r5 = 32767
cmp r14, r5
movgt r14, r5 @ Clip positive
cmn r14, r5
rsblt r14, r5, #0 @ Clip negative
strh r14, [r2], #2 @ Write result to y[i]
ldrsh r4, [r1]
ldrsh r0, [r1, #2]
rsb r14,r14,#0 @ r14 = -y[i]
mla r5, r4, r14,r6 @ mem[0] = mem[1] - den[0]*y[i]
ldrsh...
2007 Aug 09
8
[Bug 11918] New: drmMap of framebuffer failed
http://bugs.freedesktop.org/show_bug.cgi?id=11918
Summary: drmMap of framebuffer failed
Product: Mesa
Version: CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: pmandin at
2013 Jan 23
2
[LLVMdev] introducing sign extending halfword loads into the LLVM IR
...gt; and r4, r3, r12 # mask with 0xffff to convert to short again
> lsl r4, r4, #16 # this lsl and the following
> asr r5, r4, #16 # asr implement sign-extension to 32 bits again ....
> ldr r4, .LCPI1_1
> cmn r5, #2048
> movge r4, r3
> .LBB1_3:
> str r4, [r2, r0, lsl #2]
> add r0, r0, #1
> add r1, r1, #2
> cmp r0, #67
> blt .LBB1_1
>
> Clearly the sign-extensions are not handled corr...
2018 Jun 15
2
Strange Machineinstr
...LDR R0, [SP,#0x28+var_14]
> .text:0001C04C LDR R0, [R0]
> .text:0001C050 STR R0, [SP,#0x28+ts]
> .text:0001C054 LDR R0, [SP,#0x28+ts]
> .text:0001C058 LDR R0, [R0,#4]
> .text:0001C05C CMN R0, #0xC0000002
> .text:0001C060 BNE loc_1C088
> .text:0001C064 B loc_1C068
>
>
Below is the corresponding MachineInstr
%1:gpr = COPY $r1
>
> %0:gpr = COPY $r0
>
> %3:gpr = COPY %1:gpr
>
> %2:gpr = COPY %0:gpr
>
> ST...
2018 Jun 15
3
Strange Machineinstr
....text:0001C04C LDR R0, [R0]
>> .text:0001C050 STR R0, [SP,#0x28+ts]
>> .text:0001C054 LDR R0, [SP,#0x28+ts]
>> .text:0001C058 LDR R0, [R0,#4]
>> .text:0001C05C CMN R0, #0xC0000002
>> .text:0001C060 BNE loc_1C088
>> .text:0001C064 B loc_1C068
>>
>>
>> Below is the corresponding MachineInstr
>>
>> %1:gpr = COPY $r1
>>
>> %0:gpr = COPY $r0...
2007 Jan 30
5
how to join two arrays using their column names intersection
Dear all,
I have a problem that may be someone of you can help. I am a newbie and
do not find how to do it in manuals.
I have two arrays, for example:
ar1 <- array(data=c(1:16),dim=c(4,4))
ar2 <- array(data=c(1:16),dim=c(4,4))
colnames(ar1)<-c("A","B","D","E")
colnames(ar2)<-c("C","A","E","B")
> ar1
2013 Jan 24
0
[LLVMdev] introducing sign extending halfword loads into the LLVM IR
...and r4, r3, r12 # mask with 0xffff to convert to short again
>> lsl r4, r4, #16 # this lsl and the following
>> asr r5, r4, #16 # asr implement sign-extension to 32 bits again ....
>> ldr r4, .LCPI1_1
>> cmn r5, #2048
>> movge r4, r3
>> .LBB1_3:
>> str r4, [r2, r0, lsl #2]
>> add r0, r0, #1
>> add r1, r1, #2
>> cmp r0, #67
>> blt .LBB1_1
>>
>> Clearly the sign-e...
2007 Mar 19
5
Problem well trying to run Need For Speed Porsche Unleased
So I have Need For Speed Porsche Unleased and I have ubuntu 6.06 LTS
and I have wine 0.9.90-ubuntu2 which I installed using the package
manager . So I simply use wine and I get to play NFS on ubuntu simple
right. I install NFS and everything goes fine. I then go to wincfg and
add NFS and change it to run in 98. Error one I run the shortcut on my
desktop in a terminal and I get this
2006 Jun 26
0
[klibc 22/43] arm support for klibc
...__syscall_common,#function
+ .globl __syscall_common
+#ifndef __thumb__
+ /* ARM version - this is executed after the swi, unless
+ we are compiled in EABI mode */
+
+ .balign 4
+__syscall_common:
+#ifdef __ARM_EABI__
+ ldr r4, [sp,#16]
+ ldr r5, [sp,#20]
+ ldr r7, [lr]
+ swi 0
+#endif
+ cmn r0, #4096
+ rsbcs r2, r0, #0
+ ldrcs r3, 1f
+ mvncs r0, #0
+ strcs r2, [r3]
+ ldmfd sp!,{r4,r5,r7,pc}
+
+ .balign 4
+1:
+ .word errno
+
+#else
+ /* Thumb version - must still load r4 and r5 and run swi */
+
+ .thumb_func
+ .balign 2
+__syscall_common:
+ mov r7, lr
+...
2013 Oct 09
0
[PATCH 1/1] Porting klibc to AArch64
...ork.S b/usr/klibc/arch/aarch64/vfork.S
index 378098c..23869d3 100644
--- a/usr/klibc/arch/aarch64/vfork.S
+++ b/usr/klibc/arch/aarch64/vfork.S
@@ -13,10 +13,35 @@
.globl vfork
.balign 8
vfork:
- mov x0, #0x4111 /* CLONE_VM | CLONE_VFORK | SIGCHLD */
- mov x1, sp
- cmn x0, #4095
- b.cs 1f
- RET
+ /* Prepare for the system call */
+ /* 1. Push the function pointer and argument location
+ on to the child process stack */
+ /* 2. Gather the Flags */
+ /* New sp is already in x1. */
+ mov x0, #0x4111 /*...
2013 Jan 21
3
[LLVMdev] introducing sign extending halfword loads into the LLVM IR
On Jan 21, 2013, at 6:34 AM, Justin Holewinski <justin.holewinski at gmail.com> wrote:
>
> On Mon, Jan 21, 2013 at 9:16 AM, Bjorn De Sutter <bjorn.desutter at elis.ugent.be> wrote:
> On 21 Jan 2013, at 14:39, Justin Holewinski <justin.holewinski at gmail.com> wrote:
>
>> Instruction selection happens on a different IR: SelectionDAG. In this IR, there are
2019 Nov 10
2
[Bug 112239] New: nouveau hangs video with TU116 - regression in kernel 5.3
...on failed":
> Nov 1000:28:14 foobar systemd-logind[1719]: Lid closed.
...
> Nov 1000:28:15 foobar /usr/libexec/gdm-x-session[2441]: (II) modeset(0): Allocate new frame buffer 1920x1200 stride
> Nov 1000:28:16 foobar /usr/libexec/gdm-x-session[2441]: (II) modeset(0): EDID vendor "CMN", prod id 5608
> Nov 1000:28:16 foobar /usr/libexec/gdm-x-session[2441]: (II) modeset(0): Printing DDC gathered Modelines:
> Nov 1000:28:16 foobar /usr/libexec/gdm-x-session[2441]: (II) modeset(0): Modeline "1920x1080"x0.0 152.84 1920 2000 2054 2250 1080 1086 1094 1132 -hsyn...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the fourth version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See