search for: s14

Displaying 20 results from an estimated 28 matches for "s14".

Did you mean: 14
2014 Jun 05
3
Cannot obtain CPU freq during vbox machine creation
Dear libvirt experts, I can not instantiate even a simple machine when using the 'vbox' hypervisor: s14% virt-install --connect=vbox:///session --virt-type vbox --name vtest --memory 500 ERROR cannot obtain CPU freq: No such file or directory s14% virsh -c vbox:///session błąd: cannot obtain CPU freq: No such file or directory (1) How to fix this error? The VirtualBox driver seems to be installe...
2018 Jan 16
1
Beginner question: extending pointer to 128 bits segfaults
...as before. All I've done was changing the data layout string to p:128:128 and when trying to run a basic program such as: int a = 42; int *p = &a; it segfaults with the following stack trace: #0 0x00000000013eff7a llvm::sys::PrintStackTrace(llvm::raw_ostream&) /afs/ inf.ed.ac.uk/user/s14/s1455152/Documents/HP/llvm/lib/Support/Unix/Signals.inc:402:0 #1 0x00000000013ee20e llvm::sys::RunSignalHandlers() /afs/ inf.ed.ac.uk/user/s14/s1455152/Documents/HP/llvm/lib/Support/Signals.cpp:50:0 #2 0x00000000013ee34a SignalHandler(int) /afs/ inf.ed.ac.uk/user/s14/s1455152/Documents/HP/llvm/lib/...
2011 May 05
1
Boxplot in order
Hi, I need construct box plot graph, but I want keep Groups order karla = data.frame( Groups = factor(rep(c('CPre','SPre','C7','S7','C14','S14','C21','S21'), 11)), Time = rep(c(0,7,14,21), 11), Resp = valor ) boxplot(Resp~Groups, order=T) doesn't work. How do this? -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2010 Apr 08
1
[LLVMdev] compiler-rt's arm vfp o<= implementation
...is is lesf2vfp.S in compiler-rt, and it has this code: // extern int __lesf2vfp(float a, float b); // // Returns one iff a <= b and neither is NaN. // Uses Darwin calling convention where single precision arguments are passsed // like 32-bit ints // DEFINE_COMPILERRT_FUNCTION(__lesf2vfp) fmsr s14, r0 // move from GPR 0 to float register fmsr s15, r1 // move from GPR 1 to float register fcmps s14, s15 fmstat movls r0, #1 // set result register to 1 if equal movhi r0, #0 bx lr If I read this right, the high bits of r0 are always cleared (by the movhi) while the low bits ar...
2019 Aug 27
2
TargetRegisterInfo::getCommonSubClass bug, perhaps.
Hi, ABCRegister.td : def SGPR32 : RegisterClass<"ABC", [i32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; def SFGPR32 : RegisterClass<"ABC", [f32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; ===== Instruction selection ends: ... t8: i32 = ADDrr t37, t32 ... Instruction Selection correct : i32 = ADDrr i32, i32...
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2012 Mar 22
4
getting multiple plots on a single plot
...,myvalues_10M$time_per_sim,col="green") dev.off() print(paste("Plot was saved in:", getwd())) This generates a 3 page pdf file with a plot on each page. They look like this : http://s17.postimage.org/ud9ej1cnj/alpha1.png http://s13.postimage.org/7q3snqsrr/alpha2.png http://s14.postimage.org/sf374f12p/alpha3.png I want to plot all the 3 in one graph, in one page with the respective colours - red, blue, and green. Any ideas on how? Thanks, - vihan
2006 Jan 04
1
Difficulty with 'merge'
...708 Median :0.2292 angoloso : 41 basso : 41 S12 : 37 Mean :0.6403 Mean :0.46452 Mean :0.2760 Mean :0.2598 aperto : 41 chiuso : 41 S13 : 37 3rd Qu.:0.7188 3rd Qu.:0.55208 3rd Qu.:0.3750 3rd Qu.:0.3854 appoggiato: 41 compl : 41 S14 : 37 Max. :0.9375 Max. :0.92708 Max. :0.6042 Max. :0.7812 (Other) :1271 (Other) :1271 (Other): 1295 NA's :3.0000 NA's : 3.0000 asym polar polar_a1 clust Min. :-0.5555 Min....
2010 Apr 09
0
[LLVMdev] compiler-rt's arm vfp o<= implementation
...fp(float a, float b); > > // > > // Returns one iff a <= b and neither is NaN. > > // Uses Darwin calling convention where single precision arguments are passsed > > // like 32-bit ints > > // > > DEFINE_COMPILERRT_FUNCTION(__lesf2vfp) > > fmsr s14, r0 // move from GPR 0 to float register > > fmsr s15, r1 // move from GPR 1 to float register > > fcmps s14, s15 > > fmstat > > movls r0, #1 // set result register to 1 if equal > > movhi r0, #0 > >...
2011 Oct 06
3
Wide to long form conversion
...5 6 S9 10 s 14 5 6 10 13 5 5 10 S10 11 s 15 2 18 2 14 1 18 2 S11 12 s 6 9 4 9 5 11 3 8 S12 13 s 5 5 0 12 4 3 0 8 S13 14 s 5 6 4 9 4 6 2 6 S14 15 s 14 5 12 3 12 3 11 3 S15 16 s 7 2 11 3 5 2 10 2 S16 17 s 1 7 4 5 1 6 3 5 S17 18 s 6 2 7 4 6 2 7 4 S18 19 s 9 4 8 5 10 4 6 3 S19 20 s...
2016 Dec 02
3
Change Password from Windows Native Interface
...from a windows user. The error that I get, is in Japanese, so I don't have the exact translation, however it is along the lines of... Your user password must be changed before logging in for the first time. However it does not give me the prompt to do so as shown in the below image. https://s14.postimg.org/vd14ideqp/Samba_Login.png My current build options for samba are: http://pastebin.com/tEb1Pk5H I am currently using SambaDC (although my computer is not connected to the samba domain). My Samba configuration is below. # Global parameters [global] netbios name = IP-12-0-1-19...
2017 Oct 18
2
creating tables with replacement
...t;Rc", "Rd", "Re", "Rf"), class = "factor"), site = structure(c(1L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L), .Label = c("s1", "s10", "s11", "s12", "s13", "s14", "s15", "s16", "s17", "s18", "s19", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9"), class = "factor"), temp = c(23L, 21L, 10L, 15L, 16L, 8L, 13L, 1L,...
2017 Oct 20
1
create a loop
...quot;Rc", "Rd", "Re", "Rf"), class = "factor"), site = structure(c(1L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L), .Label = c("s1", "s10", "s11", "s12", "s13", "s14", "s15", "s16", "s17", "s18", "s19", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9"), class = "factor"), temp = c(23L, 21L, 10L, 15L, 16L, 8L, 13L, 1L, 23...
2013 Sep 25
1
Best and worst values for each date
...al 1/3/2006 S1 3 -1.943 1/3/2006 S20 4 10.376 1/3/2006 S3 2 8.611 1/3/2006 S4 1 7.465 1/3/2006 S5 0 1.648 1/3/2006 S6 -1 5.36 1/3/2006 S7 -2 4.36 1/3/2006 S8 -3 3.574 1/3/2006 S9 -4 2.748 1/3/2006 S10 -5 1.933 1/3/2006 S11 -6 0.548 1/3/2006 S12 -7 -0.66 1/3/2006 S13 -8 -1.793 1/3/2006 S14 -9 -2.163 1/3/2006 S15 -10 -3.077 1/3/2006 S16 -11 -4.723 1/3/2006 S17 -12 -5.919 1/3/2006 S18 -13 -6.529 1/3/2006 S19 -14 -7.979 1/3/2006 S20 -15 -8.064 After making sure only positives are in for top 5 predictions and only negatives for the bottom 5 predictions 1/3/2006 S1 3 -1.943 1/3/...
2007 Jan 25
0
Subgroup discovery in R
...oup discovery is an interesting approach and is quite well known in the Data Mining community, though in essence it is a purely statistical approach. To read an introductory article see "Subgroup discovery and visualization methods" <soleunet.ijs.si/website/other/final_report/html/WP5-s14.html>. To my knowledge it was originally developed in the 1990ies by W. Kl?sgen and Stefan Wrobel. I can only recommend this technique as I have had some/many successes and surprising insights into data when in the past I had access to commercial versions of it (MIDOS in the KEPLER tool). Plea...
2012 Feb 14
0
Help me! it's about batch
...rd to log in and i logged in [Image: http://s8.postimage.org/85pwregad/password_and_id.png ] 4. the software is running and everything just fine 5. then the software got error message "mungkin halaman kepenuhan" and i must restart it so the program can run again [Image: http://s14.postimage.org/vbmbjsrfl/halaman_keputihan.png ] 6. sadly everytime i re-run my software i must retype my id and password can you guys help me how to command it in batch so the software can : 1. auto reconnect or auto restart everytime i got error message "mungkin halaman kepenuhan" 2...
2012 Dec 01
0
Relative strength of regression predictors (relaimpo vs. relimp)
...questionnaire are on a scale from 0-3, and technically ordinal, although most people treat them as metric. I predict Y in a linear regression by these items (that differ from each other drastically in mean), controlling for age and sex. N=6000. m1 <- lm(totWAS ~ 1234x+s5+q6789x+s10+s11+s12+s13+s14+q1516x+ sex+age, data=D) Now I want to find out about relative strengths. Standardized coefficients differ in the profile from results obtained by the relaimpo and the relimp packages, the largest differences exist for the variable age (which is the only variable I standardized; the standardized b...
2012 Feb 09
1
Outlier removal techniques
...iers from the data. I read quite a lot about outlier removal already and I think the most common technique for that seems to be Principal Component Analysis (PCA). However, I think that these technqiue is quite subjective. When is an outlier an outlier? I uploaded an example PCA plot here: http://s14.postimage.org/oknyya1ld/pca.png Should we treat the green and red dots as outliers already or only the blue one which lies outside the 95% confidence interval. It seems very arbitrary how people remove outliers using PCA. I also thought about fitting a linear model through my data and look at dis...
2012 Jun 13
3
Trying to start Cakewalk Sonar (Music Production Program)
Good Morning im trying to get a program to run which is called Cakewalk Sonar Producer x1. Its a music production software by the way http://www.cakewalk.com/products/sonar/X1-Producer/. The installation runs through but give me some errors at the point where the installer wanted to register some DLL files with the (wine)included RegSvr32.exe The DLL files are programbased and not very typical.
2017 Oct 18
0
creating tables with replacement
..."Re", "Rf"), class = "factor"), site = structure(c(1L, > > 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 2L, 3L, 4L, 5L, 6L, 7L, > > 8L, 9L, 10L, 11L), .Label = c("s1", "s10", "s11", "s12", "s13", > > "s14", "s15", "s16", "s17", "s18", "s19", "s2", "s3", "s4", "s5", > > "s6", "s7", "s8", "s9"), class = "factor"), temp = c(23L, 21L, > > 10L, 15L,...