search for: lhi

Displaying 20 results from an estimated 37 matches for "lhi".

Did you mean: hi
2012 Jul 06
2
Is R BOOT package available for 2.15.1 version for Mac OS?
Hi everyone! I am trying to install boot package in order to do bootstrap analysis with R. I am trying to use the following command: install.packages("/var/folders/++/++53BE++6+0++4RjPqRgNE+-lHI/-Tmp-//Rtmpvmc3aE/downloaded_packages") But get the following message: package ?/var/folders/++/++53BE++6+0++4RjPqRgNE+-lHI/-Tmp-//Rtmpvmc3aE/downloaded_packages? is not available (for R version 2.15.1) Is it really not available, or I am not doing something right. Thanks! Sergey -- View...
2023 Mar 20
4
DOUBT
Respected sir/madam can you please suggest what is an unexpected symbol in the below code for running a multinomial logistic regression model <- multinom(adoption ~ age + education + HH size + landholding + Farmincome + nonfarmincome + creditaccesibility + LHI, data=newdata) [[alternative HTML version deleted]]
2008 Oct 30
0
[LLVMdev] Using patterns inside patterns
I am not sure what you are looking to do. Please provide a mark up example. Evan On Oct 28, 2008, at 11:00 AM, Villmow, Micah wrote: > Is there currently a way to use a pattern inside of another pattern? > > Micah Villmow > Systems Engineer > Advanced Technology & Performance > Advanced Micro Devices Inc. > 4555 Great America Pkwy, > Santa Clara, CA. 95054 > P:
2008 Oct 30
1
[LLVMdev] Using patterns inside patterns
...rc0, GPRI32:$src1), (IADD GPRI32:$src0, (INEGATE GPRI32:$src1))>; I am attemping to do 64 bit integer shifts and using the following pattern: def LSHL : Pat<(shl GPRI64:$src0, GPRI32:$src1), (LCREATE (ISHL (LLO GPRI64:$src0), GPRI32:$src1), (IOR (ISHL (LHI GPRI64:$src0), GPRI32:$src1), (IOR (USHR (LLO GPRI64:$src0), (IADD (LOADCONST_i32 32), (INEGATE GPRI32:$src1))), (USHR (LLO GPRI64:$src0), (IADD GPRI32:$src1, (LOADCONST_i32 -32))))))>; However, I have two adds that I could map to subtractions, what I would like to be able to do is: def...
2017 Jan 13
2
NDS32 V3 backend
Hi all, On behalf of Andes Technology Corp, I am proposing a backend targeting the NDS32 V3 ISA. NDS32 V3 ISA is a 16/32 bit mixed instruction set architecture that developed By AndesTech. You can find more information at the Andes website <http://www.andestech.com/>, and reference AndeStar ISA Manual (V3 ISA) from document download page <http://www.andestech.com/product.php?cls=9>.
2008 Mar 20
0
[RFC/PATCH 04/15] preparation: split sysinfo defintions for kvm use
...erved_1[24]; - - } vm[8]; -}; - -static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) -{ - register int r0 asm("0") = (fc << 28) | sel1; - register int r1 asm("1") = sel2; - - asm volatile( - " stsi 0(%2)\n" - "0: jz 2f\n" - "1: lhi %0,%3\n" - "2:\n" - EX_TABLE(0b,1b) - : "+d" (r0) : "d" (r1), "a" (sysinfo), "K" (-ENOSYS) - : "cc", "memory" ); - return r0; -} - static inline int stsi_0(void) { int rc = stsi (NULL, 0, 0, 0); Index: kvm/include/a...
2008 Mar 20
0
[RFC/PATCH 04/15] preparation: split sysinfo defintions for kvm use
...erved_1[24]; - - } vm[8]; -}; - -static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) -{ - register int r0 asm("0") = (fc << 28) | sel1; - register int r1 asm("1") = sel2; - - asm volatile( - " stsi 0(%2)\n" - "0: jz 2f\n" - "1: lhi %0,%3\n" - "2:\n" - EX_TABLE(0b,1b) - : "+d" (r0) : "d" (r1), "a" (sysinfo), "K" (-ENOSYS) - : "cc", "memory" ); - return r0; -} - static inline int stsi_0(void) { int rc = stsi (NULL, 0, 0, 0); Index: kvm/include/a...
2008 Oct 28
4
[LLVMdev] Using patterns inside patterns
Is there currently a way to use a pattern inside of another pattern? Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. 4555 Great America Pkwy, Santa Clara, CA. 95054 P: 408-572-6219 F: 408-572-6596 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
...06-09-01 12:49:36.000000000 +0200 @@ -20,14 +20,14 @@ __copy_from_user_asm: slr %r0,%r0 0: mvcp 0(%r3,%r2),0(%r4),%r0 - jnz 1f +7: jnz 1f slr %r2,%r2 br %r14 1: la %r2,256(%r2) la %r4,256(%r4) ahi %r3,-256 2: mvcp 0(%r3,%r2),0(%r4),%r0 - jnz 1b +8: jnz 1b 3: slr %r2,%r2 br %r14 4: lhi %r0,-4096 @@ -39,13 +39,16 @@ __copy_from_user_asm: jnh 6f # no, the current page faulted # move with the reduced length which is < 256 5: mvcp 0(%r5,%r2),0(%r4),%r0 - slr %r3,%r5 +9: slr %r3,%r5 6: lr %r2,%r3 br %r14 .section __ex_table,"a" .long 0b,4b .long 2b,4...
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
...06-09-01 12:49:36.000000000 +0200 @@ -20,14 +20,14 @@ __copy_from_user_asm: slr %r0,%r0 0: mvcp 0(%r3,%r2),0(%r4),%r0 - jnz 1f +7: jnz 1f slr %r2,%r2 br %r14 1: la %r2,256(%r2) la %r4,256(%r4) ahi %r3,-256 2: mvcp 0(%r3,%r2),0(%r4),%r0 - jnz 1b +8: jnz 1b 3: slr %r2,%r2 br %r14 4: lhi %r0,-4096 @@ -39,13 +39,16 @@ __copy_from_user_asm: jnh 6f # no, the current page faulted # move with the reduced length which is < 256 5: mvcp 0(%r5,%r2),0(%r4),%r0 - slr %r3,%r5 +9: slr %r3,%r5 6: lr %r2,%r3 br %r14 .section __ex_table,"a" .long 0b,4b .long 2b,4...
2014 Aug 28
3
[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
...2209b7b0 > [ 8.644085] Krnl Code: 000000000042160a: d060a7a90000 trtr 1961(97,%r10),0 > 0000000000421610: a7f4ff07 brc 15,42141e > #0000000000421614: a7f40001 brc 15,421616 > >0000000000421618: a7c8fffb lhi %r12,-5 > 000000000042161c: a7f4ff46 brc 15,4214a8 > 0000000000421620: a7f40001 brc 15,421622 > 0000000000421624: b9040021 lgr %r2,%r1 > 0000000000421628: c030001c3569 larl %r3,7a80fa >...
2014 Aug 28
3
[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
...2209b7b0 > [ 8.644085] Krnl Code: 000000000042160a: d060a7a90000 trtr 1961(97,%r10),0 > 0000000000421610: a7f4ff07 brc 15,42141e > #0000000000421614: a7f40001 brc 15,421616 > >0000000000421618: a7c8fffb lhi %r12,-5 > 000000000042161c: a7f4ff46 brc 15,4214a8 > 0000000000421620: a7f40001 brc 15,421622 > 0000000000421624: b9040021 lgr %r2,%r1 > 0000000000421628: c030001c3569 larl %r3,7a80fa >...
2007 Dec 14
3
virtio_net and SMP guests
...00000045df24: 07fe bcr 15,%r14 000000000045df26: a7f40001 brc 15,45df28 >000000000045df2a: a7f4ffe1 brc 15,45deec 000000000045df2e: e31020300004 lg %r1,48(%r2) 000000000045df34: a7480000 lhi %r4,0 000000000045df38: 96011001 oi 1(%r1),1 000000000045df3c: a7f4ffef brc 15,45df1a Call Trace: ([<000000000045c016>] virtnet_poll+0x96/0x42c) [<000000000048cda2>] net_rx_action+0xca/0x150 [<0000000000137f7a>] __do_softirq...
2007 Dec 14
3
virtio_net and SMP guests
...00000045df24: 07fe bcr 15,%r14 000000000045df26: a7f40001 brc 15,45df28 >000000000045df2a: a7f4ffe1 brc 15,45deec 000000000045df2e: e31020300004 lg %r1,48(%r2) 000000000045df34: a7480000 lhi %r4,0 000000000045df38: 96011001 oi 1(%r1),1 000000000045df3c: a7f4ffef brc 15,45df1a Call Trace: ([<000000000045c016>] virtnet_poll+0x96/0x42c) [<000000000048cda2>] net_rx_action+0xca/0x150 [<0000000000137f7a>] __do_softirq...
2004 Aug 06
1
icecast and shout
...s2 encrypted. I put the pass2 in to the /etc/icecast/icecast.conf and then started it with icecast -p pass1 Then i put pass2 in to the /etc/icecast/shout.conf I have tried all variations about having the password in the shout.conf but it always says. 1.4.0 - www.icecast.org Connected: [ioi.lhi.is:8000\default] [/home/bla/bla/mp3/file.mp3] [5:47] Size: 5566464 Bitrate: 128000 (71364 bytes/dot) [Server error: [ERROR - Bad Password ] ] <p>Can anyone tell me what I do wrong? Sinserely Ingirafn --- >8 ---- List archives: http://www.xiph...
2002 Oct 23
1
htree for ext3 home page.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Is there any home page for the htree for ext3 project ? Any place where I can follow the status of the project and download the last patch versions ? Greetings. - --- Carles Xavier Munyoz Baldó carles@descom.es Descom Consulting Telf: +34 965861024 Fax: +34 965861024 http://www.descom.es/ - --- -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8
2001 Dec 02
1
Is it impossible to use Windows ME
Is it impossible to use Windows ME as the windows partition? The only application I can execute is ARACHNID.EXE I haved tried other simple like sol.exe, notepad.exe but it all fails If a start wine in debug mode it always end up in an endless loop and the debugger saying over and over again 0806d8b8:trace:seh:EXC_CallHandler calling handler at 0x400785d code=c0000005 flags=10
2014 Aug 28
0
[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
...; [ 8.644085] Krnl Code: 000000000042160a: d060a7a90000 trtr 1961(97,%r10),0 >> 0000000000421610: a7f4ff07 brc 15,42141e >> #0000000000421614: a7f40001 brc 15,421616 >> >0000000000421618: a7c8fffb lhi %r12,-5 >> 000000000042161c: a7f4ff46 brc 15,4214a8 >> 0000000000421620: a7f40001 brc 15,421622 >> 0000000000421624: b9040021 lgr %r2,%r1 >> 0000000000421628: c030001c3569 larl...
2006 Jun 26
0
[klibc 33/43] s390 support for klibc
...390/crt0.S +# +# Does arch-specific initialization and invokes __libc_init +# with the appropriate arguments. +# +# See __static_init.c or __shared_init.c for the expected +# arguments. +# + .text + .align 4 + .type _start, at function + .globl _start + +#ifndef __s390x__ + +_start: + lr %r2,%r15 + lhi %r3,0 + ahi %r15,-96 + bras %r1,.L0 +.L0: + l %r1,.L1-.L0(%r1) + br %r1 +.L1: + .long __libc_init +#else + +_start: + lgr %r2,%r15 + lghi %r3,0 + aghi %r15,-160 + jg __libc_init +#endif + .size _start,.-_start diff --git a/usr/klibc/arch/s390/mmap.c b/usr/klibc/arch/s390/mmap.c new file mode 100644...
2014 Aug 28
0
[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
...0000000028077608 00000000287ec000 0000000000421548 000000002209b7b0 [ 8.644085] Krnl Code: 000000000042160a: d060a7a90000 trtr 1961(97,%r10),0 0000000000421610: a7f4ff07 brc 15,42141e #0000000000421614: a7f40001 brc 15,421616 >0000000000421618: a7c8fffb lhi %r12,-5 000000000042161c: a7f4ff46 brc 15,4214a8 0000000000421620: a7f40001 brc 15,421622 0000000000421624: b9040021 lgr %r2,%r1 0000000000421628: c030001c3569 larl %r3,7a80fa [ 8.644106] Call Trace: [ 8.644110] ([<00000000004214de>] virtqu...