search for: i37

Displaying 8 results from an estimated 8 matches for "i37".

Did you mean: 37
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.
2007 Jun 18
0
[LLVMdev] Arbitrary bit width integers
Sandro Magi wrote: >Where does the storage for large bit width integers come from? Are >very large numbers heap allocated? > > The ConstantInt class stores integer values. Large or not they are stored using an APInt object. APInt (lib/Support/APInt.cpp) uses an array of uint64_t if more than two are needed or an inline uint64_t in the APInt object. So, yes, they are heap
2007 Jun 18
4
[LLVMdev] Arbitrary bit width integers
Where does the storage for large bit width integers come from? Are very large numbers heap allocated? Sandro
2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
...t -0.000000e+00, %tmp56.i > %tmp13.i31.i = fmul float %tmp56.i, %tmp11.i29.i > %tmp15.i33.i = fdiv float %tmp13.i31.i, 2.000000e+00 > %call16.i34.i = tail call float @llvm.exp.f32(float %tmp15.i33.i) nounwind > %tmp17.i35.i = fmul float %call16.i34.i, 0x3FD9884540000000 > %tmp19.i37.i = fmul float %tmp17.i35.i, %tmp7.i25.i > %tmp29.i47.i = fmul float %tmp7.i25.i, 0x3FF548CDE0000000 > %tmp30.i48.i = fadd float %tmp29.i47.i, 0xBFFD23DD40000000 > %tmp31.i49.i = fmul float %tmp7.i25.i, %tmp30.i48.i > %tmp32.i50.i = fadd float %tmp31.i49.i, 0x3FFC80EF00000000 >...
2009 Feb 06
0
RExcel waiting for OLE action
...ksheets("GRAPHS").Pictures.Insert("C:\TEMP\pvalue_hist.jpg").Select Call Rinterface.GetArray("pred_output$quant_one", Range("ASYM_MAX_ANALYSIS!A33:A37")) Call Rinterface.GetArray("pred_output$quant_two", Range("ASYM_MAX_ANALYSIS!I33:I37")) Call Rinterface.GetArray("sd_output$sd_one", Range("ASYM_MAX_ANALYSIS!B33:B37")) Call Rinterface.GetArray("sd_output$sd_two", Range("ASYM_MAX_ANALYSIS!J33:J37")) Call Rinterface.GetArray("sd_output$iqr_one", Range("ASYM_M...
2010 Sep 29
3
[LLVMdev] spilling & xmm register usage
Hello everybody, I have stumbled upon a test case (the attached module is a slightly reduced version) that shows extremely reduced performance on linux compared to windows when executed using LLVM's JIT. We narrowed the problem down to the actual code being generated, the source IR on both systems is the same. Try compiling the attached module: llc -O3 -filetype=asm -o BAD.s BAD.ll Under
2010 Aug 25
12
Sha1sum Mismatch When Trying to Install GDIPlus :(
Hi, I'm getting a sha1sum mismatch when trying to install gdiplus. Can anyone help me with this? Code: sh winetricks gdiplus Executing curl -L -o WindowsXP-KB975337-x86-ENU.exe -C - --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe % Total % Received % Xferd Average Speed Time
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...t_edge.i ] %i.025.i18.i = phi i32 [ 3, %eshup1.exit.i ], [ %phitmp306.i, %if.end.i40.for.body.i22_crit_edge.i ] %bits.024.i19.i = phi i16 [ 0, %eshup1.exit.i ], [ %conv15.i36.i, %if.end.i40.for.body.i22_crit_edge.i ] %x.addr.023.i20.i = phi i16* [ %scevgep.i.i, %eshup1.exit.i ], [ %incdec.ptr.i37.i, %if.end.i40.for.body.i22_crit_edge.i ] %tobool.i21.i = icmp slt i16 %32, 0 br i1 %tobool.i21.i, label %if.then.i26.i, label %if.end.i40.i if.then.i26.i: ; preds = %for.body.i22.i %conv1.i23.i = zext i16 %bits.024.i19.i to i32 %or.i24.i = or i32 %conv1....