Displaying 20 results from an estimated 48 matches for "r33".
Did you mean:
133
2009 Dec 28
2
Modified R Code
... R23
If instead of two rates, suppose there are three rates, I will have to modify my code as
data_label = expand.grid(c("R11", "R12", "R13"), c("R21", "R23", "R23"), c("R31", "R32", "R33"))
If I define say
n = no_of_rates # I will be taking this figure from some otehr csv file.
My PROBLEM = B is how do I write the above code pertaining to data_label in terms of 'n'.
## _______________________________________________________________________
I understand I am...
2006 Mar 30
3
Rails 1.1, Markaby, options_from_collection
Last night, I upgraded one of my rails apps to 1.1. This app uses
Markaby exclusively for its'' views, and once I checked out the latest
revisiong of Markaby (r33), everything was working fine except for one
thing:
select_tag(''province_id'', options_from_collection_for_select(@provinces,
"id", "name"))
Now returns this (as you see it is spitting out the options both before
and after the opening select tag):
<...
2007 Apr 05
0
[LLVMdev] Reminder: NewNIghtlyTest.pl
Adam,
> Do you have some examples of the string to parse?
Surely (I don't know, what's the output with different locales):
Moved for versioning.
------------------------------------------------------------------------
r33 | jlaskey | 2006-08-01 00:59:18 +0400 (Втр, 01 Авг 2006) | 1 line
Moved for versioning.
------------------------------------------------------------------------
r32 | jlaskey | 2006-08-01 00:58:59 +0400 (Втр, 01 Авг 2006) | 1 line
Moved for versioning.
--------------------------------------------...
2010 Feb 10
4
Readjusting the OUTPUT csv file
..."")
R22 = paste(rate_name2, 2, sep = "")
R23 = paste(rate_name2, 3, sep = "")
R24 = paste(rate_name2, 4, sep = "")
R25 = paste(rate_name2, 5, sep = "")
R31 = paste(rate_name3, 1, sep = "")
R32 = paste(rate_name3, 2, sep = "")
R33 = paste(rate_name3, 3, sep = "")
R34 = paste(rate_name3, 4, sep = "")
R35 = paste(rate_name3, 5, sep = "")
data_lab <- expand.grid(c(R11, R12, R13, R14, R15), c(R21, R22, R23, R24, R25), c(R31, R32, R33, R34, R35))
range_prob <- list()
range_prob[[1]]...
2009 Dec 15
1
Changing Column names in (Output) csv file
Dear R helpers
Following is a part of R code.
data_lab <- expand.grid(c("R11", "R12", "R13"), c("R21", "R22", "R23"), c("R31", "R32", "R33"), c("R41", "R42", "R43"), c("R51", "R52", "R53"), c("R61", "R62", "R63"), c("R71", "R72", "R73"), c("R81", "R82", "R83"), c("R91", &...
2007 Apr 05
6
[LLVMdev] Reminder: NewNIghtlyTest.pl
If you run a nightly test ..
This is a reminder that the script will change so that tonight's nightly
test will use the hybrid svn/cvs version. This requires the Date::Parse
perl module. If you haven't installed it yet, please do so before the
next run of your nightly test.
If you don't have time to do this, please make a copy of the existing
script and use that copy to run your
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...less I do the following, the registers are never considered 'live' into the call.
/ Handle a function call
let isCall = 1,
Defs = [
R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31,
R32, R33, R34, R35, R36, R37, R38, R39, R40, R41, R42, R43, R44, R45, R46, R47,
R48, R49, R50, R51, R52, R53, R54, R55, R56, R57, R58, R59, R60, R61, R62, R63,
R64, R65, R66, R67, R68, R69, R70, R71, R72, R73, R74, R75, R76, R77, R78, R79,
R80, R81, R82, R83, R84, R85, R86, R87, R88, R89, R90, R91, R92,...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add
2008 May 24
0
[LLVMdev] A quick update on FreeBSD support
On May 24, 2008, at 11:43 AM, Marcel Moolenaar wrote:
> All,
>
> So far I've tried LLVM on amd64, i386, ia64 and powerpc under FreeBSD
> and aside for ia64, things look pretty good for a first try. There
> are 2 unexpected failures for PowerPC, which appear to be caused by
> uninitialized memory. I'm still working on a fix for that (need to
> brush up on my C++
2008 May 24
2
[LLVMdev] A quick update on FreeBSD support
All,
So far I've tried LLVM on amd64, i386, ia64 and powerpc under FreeBSD
and aside for ia64, things look pretty good for a first try. There
are 2 unexpected failures for PowerPC, which appear to be caused by
uninitialized memory. I'm still working on a fix for that (need to
brush up on my C++ skills).
[sidenote: In FreeBSD -current, the memory allocator initializes
memory with 0xa5
2008 May 22
2
New winetricks 20080522: added directx9, wmp10, mono19; lots of bug fixes, nicer gui
...heck that caused it to be ignored!
Update sha1sum for flash player (see comment for URL about the update)
r36
Much better error reporting for gui users.
r35
Add wmp10 and windows media codecs
r34
Add Windows Media Player 9 (not really usable yet; this is for the
guys implementing Quartz etc.)
r33
Fixed typo that disabled curl.
r32
Three improvements from Paul Drain:
1) better error handling options for wget
2) add the rest of ms core fonts
3) specify (currently) known good sourceforge mirrors for some files
r31
mdac27 needs win2k, as noted by Austin.
r28
Added winver=vista
r27
Use...
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
...l castconst
.type castconst, @function
castconst:
;;
alloc r3 = ar.pfs,0,0,0,0
// PSEUDO_ALLOC
adds r8 = 0, r0
;;
mov ar.pfs = r3
br.ret.sptk.many rp
.align 32
.global testbool
.type testbool, @function
testbool:
alloc r3 = ar.pfs,0,2,0,0
// PSEUDO_ALLOC
.BB5_1: // Top
add r8 = r32, r33
;;
adds r9 = 4, r8
;;
sxt4 r9 = r9
adds r10 = 1, r0
;;
cmp.lt p6, p0 = r9, r10
;;
(p6) brl.cond.sptk .BB5_3 // retlbl
.BB5_2: // loop
adds r9 = 4, r8
;;
sxt4 r9 = r9
adds r10 = 0, r0
;;
cmp.gt p6, p0 = r9, r10
;;
(p6) brl.cond.sptk .BB5_2 // loop
(p0) brl.cond.sptk .BB5_1 // Top
....
2006 Jun 20
1
Re: [Xen-ia64-devel] Weekly benchmark results [ww24]
...000000 r22 : 0000000000000001
>(XEN) r23 : 0000000000000000 r24 : a000000100b22ae0 r25 : a000000100954f10
>(XEN) r26 : 0000000000000000 r27 : a0000001009550f0 r28 : 000000000000001d
>(XEN) r29 : 0000000000000000 r30 : 0000000000000000 r31 : 0000000000000000
>(XEN) r32 : a00000010095bbc0 r33 : 0000000000000000 r34 : 0000000000000004
>(XEN) r35 : 0000000000000000 r36 : 0000000000000c58 r37 : a0000001009540d0
>(XEN) r38 : ffffffffffff49c0 r39 : 0000000000000000 r40 : a00000010001a930
>(XEN) r41 : 8000000000000307
>
>Thanks,
>Fujita
>> -----Original Message-----
&g...
2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
https://bugs.freedesktop.org/show_bug.cgi?id=90887
Bug ID: 90887
Summary: PhiMovesPass in register allocator broken
Product: Mesa
Version: git
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...sure buffer is aligned at 16byte boundary
+ //
+ add r10 = -0x10,r0 ;; // mask the lower 4 bits
+ and r32 = r32, r10;;
+ add r32 = 0x10, r32;; // move to next 16 byte boundary
+
+ //
+ // caching the return value as we do invala in the end
+ //
+ mov r8 = r33 // return value
+
+ //
+ // get immediate context
+ //
+ mov r14 = ar.rsc // get user RSC conf
+ add r10 = J_PFS, r32 // get address of pfs
+ add r11 = J_NATS, r32
+ ;;
+ ld8 r15 = [r10], J_BSP-J_PFS // get pfs
+ ld8 r2 = [r11]...
2008 Oct 20
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization.
This patchset is for more paravirtualization on ia64/pv_ops.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full
2008 Oct 20
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization.
This patchset is for more paravirtualization on ia64/pv_ops.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full
2008 Nov 25
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization. TAKE 2
This patchset is for more paravirtualization on ia64/xen domU.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full
2008 Nov 25
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization. TAKE 2
This patchset is for more paravirtualization on ia64/xen domU.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full
2009 Mar 04
15
[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 5
This patch set is for the next merge window.
They are just enhancements of the already merged patches or ia64
porting from x86 paravirt techniques and that their quality is enough
for merge.
This patch set is for more paravirtualization on ia64/xen domU.
This patch set does
- remove existing warnings
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi