search for: i42

Displaying 18 results from an estimated 18 matches for "i42".

Did you mean: 42
2008 Mar 20
2
I need help integrating ggplot2 into Excel
...d the following in Macro mode: Call RInterface.RRun("library(ggplot2)") ... Call RInterface.RRun("qplot(x=Hours,y=pH,data=ds,facets=Sample~.,geom=""line"",group=Cell)") With no output ... I have tried the following in Worksheet function mode: if Range(H40:I42) contains: " (Embedded image moved to file: pic10654.jpg) " and Range(H48) contains: "qplot" The following call: =Rcalla(H48;makeargs(H40:I42)) Gives me no output Scratchpad mode However, right clicking a cell containing: qplot(x=Hours,y=pH,data=ds,facets=Sample~.,geom=&qu...
2015 Feb 18
2
[LLVMdev] Moving towards a singular pointer type
...inters to a single type in the > existing type system, i8* could work or maybe a weird type that would shake > out any issues like i99*. > I'm not sure this would help things very much - it'd just add two major churns rather than one, no? (one to transform all the tests from T* to i42* then another to change from i42* to ptr) If we included back-compat textual IR support then it would be different (but we could include that while transitioning to ptr as easily as transitioning to i42*, I think). > > > If all pointers were changed to this weird type and all GEP, load,...
2009 Feb 25
3
Xen 3.3.1 + Windows 2008 x64 + GPLPV 0.9.12-pre13 = corruption?
...indows 2008 x64, and found some interesting results : - The drivers are NOT signed, even though I''ve install certs. Had to use F8 on boot. - both QEMU and Xen block device are active, which usually means corruption is coming. Is this a known issue? http://i44.tinypic.com/2vmypvk.png http://i42.tinypic.com/2mewnia.png Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
Hi all, hope someone can help me out with this. Background Introduction I have a data set consisting of data collected from a questionnaire that I wish to validate. I have chosen to use confirmatory factor analysis to analyse this data set. Instrument The instrument consists of 11 subscales. There is a total of 68 items in the 11 subscales. Each item is scored on an integer scale between 1 to 4.
2009 Feb 25
2
login won't show up in WoW
This is what I get whenever I try to go onto WoW...is there any fix to this? [Image: http://i42.tinypic.com/10xec0w.png ]
2011 Nov 10
4
Maktabah Syamilah on wine
...st Islamic software "Maktabah Syamilah" doesn't run perfectly, take a look at the screenshots! This is maktabah syamilah on windows: [Image: http://i44.tinypic.com/iqyo48.png ] [Image: http://i41.tinypic.com/119yp3d.png ] [Image: http://i44.tinypic.com/345y99h.png ] [Image: http://i42.tinypic.com/23rmty1.png ] And this is on wine (after ubuntu system languange change to arabic): [Image: http://i1225.photobucket.com/albums/ee390/Qodhi/Screenshot-2.png ] [Image: http://i1225.photobucket.com/albums/ee390/Qodhi/Screenshot-4.png ] [Image: http://i1225.photobucket.com/albums/ee390/...
2015 Feb 18
2
[LLVMdev] Moving towards a singular pointer type
On Tue, Feb 17, 2015 at 10:47 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > On Tue, Feb 17, 2015 at 10:27 PM, Chris Lattner <clattner at apple.com> > wrote: > >> On Feb 17, 2015, at 1:58 PM, Chandler Carruth <chandlerc at gmail.com> >> wrote: >> > I'm not actually worried about this change though Chris, at least >> w.r.t.
2009 Mar 22
6
"file not found" [detailed]
Wine 1.1.15 trying to run Flat Assembler 1.67.36 which was moved in /home/.wine/drive_c beforehand. error when trying to compile/run a file: "file not found".
2011 Nov 25
2
Haruki Jade Dynasty Problem
Today i tried running this game but got stoped by error. You can get the game at: http://www.harukijd.com/ with patch. This are the logs i collected from console: > > fixme:shdocvw:PersistStreamInit_Load (0x12e368)->(0x160948) > fixme:shdocvw:PersistStreamInit_Load (0x12e7b8)->(0x160948) > fixme:shdocvw:navigate_url Unsupported args (Flags 0x4b8f28:10; TargetFrameName
2009 Feb 06
0
RExcel waiting for OLE action
...Rinterface.GetArray("pred_output$quant_one", Range("ASYM_MAX_ANALYSIS!A42:A46")) Call Rinterface.GetArray("pred_output$pred", Range("ASYM_MAX_ANALYSIS!C42:C46")) Call Rinterface.GetArray("pred_output$up_cb", Range("ASYM_MAX_ANALYSIS!I42:I46")) Call Rinterface.GetArray("pred_output$low_cb", Range("ASYM_MAX_ANALYSIS!K42:K46")) Call Rinterface.GetArray("sd_output$sd_ee[1]", Range("ASYM_MAX_ANALYSIS!E50")) Call Rinterface.GetArray("pv_data$pool_sd", Range("AS...
2010 Apr 29
4
I-bar "frozen" in text box, The Journal
...with all the latest updates.) This problem did not occur before I updated Wine. Problem is the visible I-bar won't move in the main text box. It remains on the first space of the line of text that is "in focus." However, it seems my ability to type isn't hindered. [Image: http://i42.tinypic.com/aktmd5.png ] For example, if I press the "end" key and type, my text correctly appears at the end of the line. But the I-bar remains at the beginning. See: [Image: http://i41.tinypic.com/dfwwtg.png ] My text appears at the end, where I expect it to, but the I-bar remains at t...
2007 Feb 21
0
LLVM 2.0 Progress Report
...makes the IR more powerful and efficient. We now no-longer have casts that simply change sign (e.g. int <-> uint), and we now support new operations like bitcast from fp to integer. 3. Reid and Sheng contributed changes to support arbitrary bitwidth integers (e.g. i13, i36, i42, etc) in the front-end and LLVM IR (the code generator does not support them yet). CVS currently supports bitwidths <= 64 bits. Work to support bitwidths larger than 64 bits is underway. See http://llvm.org/PR1043 for more details. 4. Reid removed the 'type planes...
2018 Jun 29
2
Cleaning up ‘br i1 false’ cases in CodeGenPrepare
...; preds = %cond.true5.i40 %8 = bitcast [16 x i8]* %source219 to i8* call void @llvm.memcpy.p0i8.p0i8.i64(i8* nonnull %8, i8* nonnull %py_src, i64 %conv, i32 1, i1 false) #5 br label %if.end8 cond.false.i43: ; preds = %cond.true5.i40 %call.i42 = call i32 @check_func() #5 br label %if.end8 cond.false9.i45: ; preds = %cond.true.i38 %9 = bitcast [16 x i8]* %source219 to i8* %call10.i44 = call i8* @copy2(i64 16, i8* nonnull %9, i8* nonnull %py_src, i64 %conv) #5 br label %if.end8 if.end8:...
2010 May 12
44
Xen4 / Intel DX58SO Mobo / VT-d not working
...ces as assignable. When I attempt to start the VM I get the error: Error: Failed to assign device to IOMMU (0000:02:00.0@100,msitranslate=1,power_mgmt=0) Below is all the information I can think of that would be useful to help debug it: BIOS VT-d Enabled: http://i43.tinypic.com/nl3a5e.jpg http://i42.tinypic.com/nqvlu1.jpg grub entry: title Xen 4.0.0 / Debian GNU/Linux, kernel 2.6.31.13 root (hd0,0) kernel /boot/xen-4.0.0.gz iommu=1 dom0_mem=256M dom0_max_vcpus=1 dom0_vcpus_pin=true module /boot/vmlinuz-2.6.31.13 root=/dev/md0 ro console=tty0 xen-pciback...
2010 May 12
44
Xen4 / Intel DX58SO Mobo / VT-d not working
...ces as assignable. When I attempt to start the VM I get the error: Error: Failed to assign device to IOMMU (0000:02:00.0@100,msitranslate=1,power_mgmt=0) Below is all the information I can think of that would be useful to help debug it: BIOS VT-d Enabled: http://i43.tinypic.com/nl3a5e.jpg http://i42.tinypic.com/nqvlu1.jpg grub entry: title Xen 4.0.0 / Debian GNU/Linux, kernel 2.6.31.13 root (hd0,0) kernel /boot/xen-4.0.0.gz iommu=1 dom0_mem=256M dom0_max_vcpus=1 dom0_vcpus_pin=true module /boot/vmlinuz-2.6.31.13 root=/dev/md0 ro console=tty0 xen-pciback...
2010 Feb 19
7
VT-d not working
Hello there, I am using a Gigabyte H55M-UD2H (Intel H55-Chipset) together with a Core-i5-650. According to Gigabyte Support the Mainboard does support VT-d. Well, actually support says, that VT-d does work on Windows-7 in XP-Mode. They do not test and support Linux though. Did anybody here have success using VT-d on any H55-Board? Perhaps it is some misconfiguration on my side. I tried a
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...i, label %for.inc.5.i.i39.i.i.i.i, label %if.end7.i.i.i.i for.inc.5.i.i39.i.i.i.i: ; preds = %for.inc.4.i.i36.i.i.i.i %141 = load i16* %incdec.ptr.5.i53.i.i, align 2, !tbaa !5 %cmp5.6.i.i38.i.i.i.i = icmp eq i16 %141, 0 br i1 %cmp5.6.i.i38.i.i.i.i, label %for.inc.6.i.i42.i.i.i.i, label %if.end7.i.i.i.i for.inc.6.i.i42.i.i.i.i: ; preds = %for.inc.5.i.i39.i.i.i.i %142 = load i16* %incdec.ptr.6.i54.i.i, align 2, !tbaa !5 %cmp5.7.i.i41.i.i.i.i = icmp eq i16 %142, 0 br i1 %cmp5.7.i.i41.i.i.i.i, label %for.inc.7.i.i45.i.i.i.i, label %if.en...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...83EEGOPZJu>wRp+PK_ci(T z_}5))<+l1Oq#bOP+`TB<C3iE*A-%9Wk2OKq4umOcLFR6h$-I*qn at rnIc1kKDuSXvo z&-2hQq47M}%66neEs^}Kr0{r-I54*h9ZFGsK%Ky&W2vn^#el)^5Fv^1SQYekXCh4^ zq&@YJCK1x!Or&vyw67l0I6~SlknEtqEMfT`$V|78(j64(vh8&K55+p_A=HJUHnPK# zslW#+Eqr|@DT<=zIH7 at gDplO!%sj at 6JdR{i42%)AdbD0HGes`P>V?f0VV~DaJ6EJV zUJq}gz&lY7Z;rtGq8{E9fp at YV-e`gMWj(wJ0`IH(Wt%O^cB&p?r9k|;Uf5I-cDi0B z(?up{>fucmc;84GSJYf56I#Rcf22|yoUNbxG?Du`)U2v`(&t<1mr5S`<!3^eN!|5U zu_1(b9(`BSDANhD+jl?K3cDMz<_MceTQG^X*LM*(NtR_*%NDe&60xa7W-<^}jn;vu z%GS$z{IDK9LQCXRWbmf75aAtaoS36}GI...