search for: nof

Displaying 20 results from an estimated 20 matches for "nof".

Did you mean: no
2017 Nov 29
3
RFC: Adding 'no-overflow' keyword to 'sdiv'\'udiv' instructions
Introduction: We would like to add new keyword to 'sdiv'\'udiv' instructions i.e. 'no-overflow'. This is the updated solution devised in the discussion: http://lists.llvm.org/pipermail/llvm-dev/2017-October/118257.html The proposed keywords: "nof" stands for 'no-overflow' Syntax: <result> = sdiv nof <ty> <op1>, <op2> ; yields ty:result <result> = udiv nof <ty> <op1>, <op2> ; yields ty:result Overview: If the keyword is present, the compiler can assume no zero...
2006 Aug 06
1
Take random sample from class variable
...E=c(1,1,0,1,1,1,1,1,1,0), Class=c("yes","yes","no","yes","yes","no","yes","no","yes","yes")) mydat # Maximal data from dataset max.size <- sum(mydat$size);max.size # I need sample random nof.sample <- 100 set.seed(123) sample.class <- sample(c("yes","no"), nof.sample, prob=c(.7, .3), replace=TRUE) sample.class sampledat.class <- mydat[sample.class,] sampledat.class
2018 Apr 24
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...issue in hands. But if we want to fix potential issue then better make > > it properly. > > Developers should fix bugs in advance, not to wait until a crash hapens, > is analyzed and reported. I agree. But are those existing users broken in the first place? I have seen so many GFP_NOFS abuses that I would dare to guess that most of those vmalloc NOFS abusers can be simply turned into GFP_KERNEL. Maybe that is the reason we haven't heard any complains in years. -- Michal Hocko SUSE Labs
2018 Apr 24
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...issue in hands. But if we want to fix potential issue then better make > > it properly. > > Developers should fix bugs in advance, not to wait until a crash hapens, > is analyzed and reported. I agree. But are those existing users broken in the first place? I have seen so many GFP_NOFS abuses that I would dare to guess that most of those vmalloc NOFS abusers can be simply turned into GFP_KERNEL. Maybe that is the reason we haven't heard any complains in years. -- Michal Hocko SUSE Labs
2018 Apr 24
0
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...can fix __vmalloc now and you can convert the kernel to the scope API in 4 years. It's not one way or the other. > It also alows maintainers to not care about their broken code. Most maintainers don't even know that it's broken. Out of 14 subsystems using __vmalloc with GFP_NOIO/NOFS, only 2 realized that its implementation is broken and implemented a workaround (me and the XFS developers). Misimplementing a function in a subtle and hard-to-notice way won't drive developers away from using it. > > > > He refuses 15-line patch to fix GFP_NOIO bug because he...
2008 May 26
1
X-Axis Problem with Multhist Plot
...at the x axis is evenly distributed: require(plotrix) dat <- read.table(file="GDS1096.modelout", head = FALSE ) l <- list(dat$V2,dat$V3) multhist(l, ylab = "Frequency", beside = TRUE, freq = TRUE, col = c("blue","red"), xlab = "Nof Component", xlim = c(0,max(dat$V3)+25), ylim = c(0,10000)) legend(30, 8000, c("AIC", "BIC"), fill=c("blue", "red")) Regards, Edward -------------- next part -------------- A non-text attachment was scrubbed... Name: Rplots.pdf Type: ap...
2010 Jan 22
1
Title splitting function
...30 < space.title ## (15 *2 splits) [1] FALSE FALSE FALSE FALSE FALSE TRUE > (I'm guessing i need to create some loop or apply here) So i know i need to do a sub at positions 13 and 27 of "" to "\n" So my final output would appear as title <- "some variety\nof words that are\ndescriptive" But i'm getting stuck as to find a way to work out the the positions 13, 27 dynamically and returning them to use later Can anyone offer any advise? Thanks All. [[alternative HTML version deleted]]
2017 Aug 05
2
Nested for loop
..., lwd = 1) + coord_cartesian(xlim = c(0:100), ylim = c(300:500)) + scale_x_continuous(breaks = pretty_breaks(11)) + scale_y_continuous(breaks = pretty_breaks(11)) + labs(x = "\nSample", y = "Population estimate\n", title = "Sample sizes are between 5% and 15%\nof the population") + theme_bw(base_size = 12) + theme(aspect.ratio = 1) small.sample [[alternative HTML version deleted]]
2017 Aug 06
0
Nested for loop
...oord_cartesian(xlim = c(0:100), ylim = c(300:500)) + > scale_x_continuous(breaks = pretty_breaks(11)) + > scale_y_continuous(breaks = pretty_breaks(11)) + > labs(x = "\nSample", y = "Population estimate\n", > title = "Sample sizes are between 5% and 15%\nof the population") + > theme_bw(base_size = 12) + > theme(aspect.ratio = 1) > > small.sample > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > ht...
2017 Aug 06
1
Nested for loop
...(300:500)) + > > > scale_x_continuous(breaks = pretty_breaks(11)) + > > > scale_y_continuous(breaks = pretty_breaks(11)) + > > > labs(x = "\nSample", y = "Population estimate\n", > > > title = "Sample sizes are between 5% and 15%\nof the population") + > > > theme_bw(base_size = 12) + > > > theme(aspect.ratio = 1) > > > > > > small.sample > > > > > > [[alternative HTML version deleted]] > > > > > > ______________________________________________...
2010 Jan 14
5
To add text in a matrix
Dear colleagues, I would need to add text (some rows of information) in a matrix. For example, given this matrix 1 2 3 4 5 6 7 8 9 I would need to add this info: THIS IS AN EXAMPLE OF a 3x3 MATRIX 1 2 3 4 5 6 7 8 9 I have been looking for a function that works similar to "fopen" in matlab, but unfortunately I have not found It in R. Thank you in advance for your help! Carlos
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ch/ppc/setjmp.o usr/klibc/arch/ppc/syscall.o usr/klibc/arch/ppc/../../libgcc/__divdi3.o usr/klibc/arch/ppc/../../libgcc/__moddi3.o usr/klibc/arch/ppc/../../libgcc/__udivdi3.o usr/klibc/arch/ppc/../../libgcc/__umoddi3.o usr/klibc/arch/ppc/../../libgcc/__udivmoddi4.o /opt/cldk/lib/gcc/ppc-linux/4.4.4/nof/libgcc.a --end-group gcc -Wp,-MD,usr/klibc/.sha1hash.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o usr/klibc/sha1hash usr/klibc/sha1hash.c ppc-linux-nm usr/klibc/libc.so | egrep '^[0-9a-fA-F]+ [ADRTW] ' | sort | usr/klibc/sha1hash > usr/klibc/libc.so.hash cat usr/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2004 Aug 19
3
mtext adj= wrong with several las= (PR#7188)
Dear all, Our quite basic function mtext() does wrong adjustments in some parameter configurations. This gets obvious when using multi line texts: There is no way to properly adjust text perpendicular to axis 2, for example. Best Jens Oehlschl?gel m <- matrix(1:9, 3) colnames(m) <- c("several\nlines", "several\nlines", "several\nlines") par(mfrow=c(2,2))
2017 Aug 08
1
Nested for loop
...= c(0:100), ylim = c(300:500)) + >> scale_x_continuous(breaks = pretty_breaks(11)) + >> scale_y_continuous(breaks = pretty_breaks(11)) + >> labs(x = "\nSample", y = "Population estimate\n", >> title = "Sample sizes are between 5% and 15%\nof the population") + >> theme_bw(base_size = 12) + >> theme(aspect.ratio = 1) >> >> small.sample >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing li...
2018 Apr 23
6
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Mon 23-04-18 10:06:08, Mikulas Patocka wrote: > > > On Sat, 21 Apr 2018, Matthew Wilcox wrote: > > > On Fri, Apr 20, 2018 at 05:21:26PM -0400, Mikulas Patocka wrote: > > > On Fri, 20 Apr 2018, Matthew Wilcox wrote: > > > > On Fri, Apr 20, 2018 at 04:54:53PM -0400, Mikulas Patocka wrote: > > > > > On Fri, 20 Apr 2018, Michal Hocko wrote:
2018 Apr 23
6
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Mon 23-04-18 10:06:08, Mikulas Patocka wrote: > > > On Sat, 21 Apr 2018, Matthew Wilcox wrote: > > > On Fri, Apr 20, 2018 at 05:21:26PM -0400, Mikulas Patocka wrote: > > > On Fri, 20 Apr 2018, Matthew Wilcox wrote: > > > > On Fri, Apr 20, 2018 at 04:54:53PM -0400, Mikulas Patocka wrote: > > > > > On Fri, 20 Apr 2018, Michal Hocko wrote:
2006 Sep 04
1
xen 3.0.2 doesn't boot, XenDomain0 crashed
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20060904/6ca2ff93/signature-0001.pgp
2008 May 21
0
Errors in using gdb (PR#11496)
...ympqampqYG7aWUkr4UtFOZOK1ov98/ncg51mkWaJ9MwHe+25/Q QHWhOQ5xdfnB5Sxgvnhf7aEwUz15v618yTzLNPLiPGYeJ6mqK5Vtu3C5s71PM5q1VhxCFL8/ iW++SxBszg8/M/N1OaPtYEPuFCvywxck8V119Y++esekdhFvuI6ciMR+JyGy3EknmYeQmeSZ IWx1bKJuM/O2VzgpUsTnHRI2Oa5SjtSR7Ag4+07++XEiGZDvbh7hMikly1PmqjC/XK331mW2 0KaUMOivC6GnjobjyvnIR5y7uLxMEunoFmBKb69/iqqIwMktidqIwxjX3ey8llOty/P7gfb5 l7fuBkD7jFwM2iU4XPhNwYeRonDqwsqh5ZO0sxE7X61u/R7uROOL47k0nAzgIlXJfDFopBJy k4NSeY0jXAquM4Zjwd1wfCMn9Sa+hA6XRKsPFhe+cpnuLoB8AQL3hJKQX050vmA6gMSVZQi+ s5uYt5+NiZz50Gl8ouJwXXVPvTuNrwrnXCqNexPraC/mm/hw5C+1EXzewzbbybPZ5TWCuEYW amLmpeL4SGHZTHnIPL3E0fcW21ROiS9ejOvyubDM5...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...xrP6lxTzb=l!k`)QRb%Svw2HdA%zp at C zY$PX@`=6rRuvOgpC0+hSDEX4}!&eY<D3`@&llJU>^e25<6_|8Ef08JO`e;LYcY<Sl z=5!zV5oh=+%$dHDF+Ooll<H@!PcE;f>Pa=*iWZ~2RlJ@`{EpYV$2tAumR7MX)UV#< z?!ss#clW%G_Z4=(HFh&?^WpA>*~wn)2Z+5b_9NQ1AUapKOsnS`-myvS8y-4K&$B%A zHSgFs_B9WE%RA=AzU85d-29NoF7nU?ZqDVg3p{k5Ti@{Tc^*2&+lEi^P#qq1)Jvyw z_g2W$WW7)0&h<{A(>xJAO&HTf{*4e+2k~9Ut at DI9gVT-IFWXj60%2k^fpv<DA747h z3kzuR!(P-fKh~{_+<#uCvn#F#F?fzA5E?kgWvlM{Qe9{;)di6XWlGp3Dn^OG=uA%g z(CIpyGrZ`E at onm)2`^UDd#?RngZGZtO?a_3;h*4R!c3x<3VKV4H at a(Dbgf6|UfnOb zJ!)!#=-cQ$lYIV(KIz3;@h...