search for: combin

Displaying 20 results from an estimated 21860 matches for "combin".

Did you mean: combine
2011 Aug 14
1
Using get() or similar function to access more than one element in a vector
...7 3407 454 824 449 3746 and 15521 2377 2174 891 1006 2450 to 13598 1716 1395 905 1021 1983 of 12834 1647 1557 941 1127 1887 it 12440 2160 916 497 493 2449 you 12036 2283 356 293 106 2435 I've encountered two problems when I try to construct and save the file. The "combined.sorted.freq.list" is a named integer vector in which the integers are the total frequency counts for each word. The names are the words. For each of the individual lists I've created frequency lists that are sorted in the order of the combined list. (NAs have been replaced with "0&q...
2020 Jul 10
2
Why are generic dag combines run before target dag combines?
Hi llvm-dev, I just tried to implement a target-specific dag combine to preempt a generic dag combine, and I was surprised to see that it didn't work because the generic dag combines are run first. Does anyone know the rationale for running the generic dag combines first? I would have expected the target dag combines to run first because they have more specific...
2017 Aug 23
4
Getting all possible combinations
Hi again, I am exploring if R can help me to get all possible combinations of members in a group. Let say I have a group with 5 members : A, B, C, D, E Now I want to generate all possible unique combinations with all possible lengths from that group e.g. 1st combination : A 2nd combination : B ..... 5th combination : E 6th combination : A, B 7th combination : B,...
2011 May 03
3
ANOVA 1 too few degrees of freedom
...r respiration in a forest. I am having a problem with my degrees of freedom. For one of my variables I get one fewer degrees of freedom than I should. I have 12 plots and I therefore expected 11 degrees of freedom, but instead I got 10. Any ideas? I have some code and output below: > class(Combined.Plot) [1] "character" > levels(as.factor(Combined.Plot)) [1] "60m" "A1" "B1" "B3" "B4" "C5" "C9" "D2" "D9" "F60m" "F8" "Q7" > nlevels(as....
2018 Sep 04
2
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
...00-0x8ad6c000 write-back @ 0x8ad6b000-0x8ad6e000 write-back @ 0x8ad9c000-0x8ad9d000 write-back @ 0x8adce000-0x8adcf000 write-back @ 0x8adcf000-0x8add0000 write-back @ 0x8adcf000-0x8add2000 write-back @ 0x8add3000-0x8add4000 write-back @ 0x8ae04000-0x8ae05000 write-back @ 0x8b208000-0x8b209000 write-combining @ 0xc0000000-0xd0000000 write-combining @ 0xd0000000-0xe0000000 write-combining @ 0xe0000000-0xe0040000 write-combining @ 0xe0040000-0xe0050000 write-combining @ 0xe0050000-0xe0051000 write-combining @ 0xe0051000-0xe0151000 write-combining @ 0xe0151000-0xe0191000 write-combining @ 0xe0191000-0xe...
2010 Mar 03
2
Working with combinations
I am working with the combinations function (available in the gtools package).  However, rather than store all of the possible combinations I would like to check each combination to see if it meets a certain criteria.  If it does, I will then store it. I have looked at the combinations code but am unsure where in the algorith...
2017 Aug 29
2
error msg in the glustershd.log
...g? Why is this showing up?. currently using glusterfs 3.10.1 when ever I start write process to volume (volume mounted thru fuse) I am seeing this kind of error and glustershd process consumes some percentage of cpu until write process completes. [2017-08-28 10:01:13.030710] W [MSGID: 122006] [ec-combine.c:191:ec_iatt_combine] 0-glustervol-disperse-109: Failed to combine iatt (inode: 11548094941524765708-11548094941524765708, links: 1-1, uid: 0-0, gid: 0-0, rdev: 0-0, size: 1769963520-1769947136, mode: 100755-100755) [2017-08-28 10:01:13.030752] N [MSGID: 122029] [ec-generic.c:684:ec_combine_looku...
2017 Aug 23
3
Getting all possible combinations
..." comic strip ) On Wed, Aug 23, 2017 at 8:52 AM, Ista Zahn <istazahn at gmail.com> wrote: > On Wed, Aug 23, 2017 at 11:33 AM, Christofer Bogaso > <bogaso.christofer at gmail.com> wrote: >> Hi again, >> >> I am exploring if R can help me to get all possible combinations of >> members in a group. >> >> Let say I have a group with 5 members : A, B, C, D, E >> >> Now I want to generate all possible unique combinations with all >> possible lengths from that group e.g. >> >> 1st combination : A >> 2nd combinat...
2008 Mar 20
2
[LLVMdev] arm code generation
...nd encountering problems with the generated arm assembly code: I've got an application in two parts that i've compiled into llvm bitcode using: llvm-gcc -emit-llvm -c part1.c -o part1.bc llvm-gcc -emit-llvm -c part2.c -o part2.bc Then I link them together: llvm-ld part1.bc part2.bc -o combined.bc Now I use the ARM backend via llc to generate the assembly for my target processor from combined.bc: llc -march=arm -mcpu=arm7tdmi combined.bc The problem is when I run the generated file (combined.s) through an arm cross compiler for my target (arm-elf gcc toolchain) I get the followi...
2011 Feb 17
1
Function scope issues
Dear R-users, I have some questions about the scope of functions, which I would like to illustrate with the following example: ### First example require(Hmisc) combine.levels <- function(x,y) browser() whatever <- function(x,y) combine.levels(x,y) x <- 1:5 names(x) <- LETTERS[x] y <- 6: 10 names(y) <- LETTERS[y-2] combine(x,y) # no debugging break whatever(x,y) # debugging break The Hmisc package contains the two original functions 'c...
2016 Dec 18
1
llvm (the middle-end) is getting slower, December edition
...9%) 0.7656 ( 2.2%) 98.0386 ( 7.7%) 98.0010 ( >> 7.7%) Global Value Numbering >> 62.4091 ( 5.1%) 0.4779 ( 1.4%) 62.8870 ( 4.9%) 62.8665 ( >> 5.0%) Function Integration/Inlining >> 58.6923 ( 4.8%) 0.4767 ( 1.4%) 59.1690 ( 4.7%) 59.1323 ( >> 4.7%) Combine redundant instructions >> 53.9602 ( 4.4%) 0.6163 ( 1.8%) 54.5765 ( 4.3%) 54.5409 ( >> 4.3%) Combine redundant instructions >> 51.0470 ( 4.1%) 0.5703 ( 1.6%) 51.6173 ( 4.1%) 51.5425 ( >> 4.1%) Loop Strength Reduction >> 47.4067 ( 3.8%) 1.3040 ( 3...
2017 Aug 23
0
Getting all possible combinations
On Wed, Aug 23, 2017 at 11:33 AM, Christofer Bogaso <bogaso.christofer at gmail.com> wrote: > Hi again, > > I am exploring if R can help me to get all possible combinations of > members in a group. > > Let say I have a group with 5 members : A, B, C, D, E > > Now I want to generate all possible unique combinations with all > possible lengths from that group e.g. > > 1st combination : A > 2nd combination : B > ..... > 5th combinat...
2017 Aug 29
2
error msg in the glustershd.log
...currently using glusterfs 3.10.1 > > when ever I start write process to volume (volume mounted thru fuse) I am > seeing this kind of error and glustershd process consumes some percentage > of cpu until write process completes. > > [2017-08-28 10:01:13.030710] W [MSGID: 122006] [ec-combine.c:191:ec_iatt_combine] > 0-glustervol-disperse-109: Failed to combine iatt (inode: > 11548094941524765708-11548094941524765708, links: 1-1, uid: 0-0, gid: > 0-0, rdev: 0-0, size: 1769963520-1769947136, mode: 100755-100755) > [2017-08-28 10:01:13.030752] N [MSGID: 122029] > [ec-gener...
2009 Sep 06
1
Two packages and one method
Hi! I want to use one method "combinations" from "gtools" package but in my code I must use also "dprep" method where is method "combinations" too. Mayby I show you result my help function: Help on topic 'combinations' was found in the following packages: Package Library...
2005 Aug 17
2
Copying rows from a matrix using a vector of indices
Hi, I am trying to use a vector of indices to select some rows from a matrix. But before I can do that I somehow need to convert 'combinations' into a list, since 'mode(combinations)' says it's 'numerical'. Any idea how I can do that? library("combinat") combinations <- t(combn(8,2)) indices <- c(sample(1:length(combinations),10)) # convert ??? subset <- combinations[indices] Thanks i...
2016 Dec 17
19
llvm (the middle-end) is getting slower, December edition
...t;DAG Instruction Selection 97.2730 ( 7.9%) 0.7656 ( 2.2%) 98.0386 ( 7.7%) 98.0010 ( 7.7%) Global Value Numbering 62.4091 ( 5.1%) 0.4779 ( 1.4%) 62.8870 ( 4.9%) 62.8665 ( 5.0%) Function Integration/Inlining 58.6923 ( 4.8%) 0.4767 ( 1.4%) 59.1690 ( 4.7%) 59.1323 ( 4.7%) Combine redundant instructions 53.9602 ( 4.4%) 0.6163 ( 1.8%) 54.5765 ( 4.3%) 54.5409 ( 4.3%) Combine redundant instructions 51.0470 ( 4.1%) 0.5703 ( 1.6%) 51.6173 ( 4.1%) 51.5425 ( 4.1%) Loop Strength Reduction 47.4067 ( 3.8%) 1.3040 ( 3.7%) 48.7106 ( 3.8%) 48.7034 ( 3.8%) G...
2018 Sep 04
0
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
...8ad6e000 > write-back @ 0x8ad9c000-0x8ad9d000 > write-back @ 0x8adce000-0x8adcf000 > write-back @ 0x8adcf000-0x8add0000 > write-back @ 0x8adcf000-0x8add2000 > write-back @ 0x8add3000-0x8add4000 > write-back @ 0x8ae04000-0x8ae05000 > write-back @ 0x8b208000-0x8b209000 > write-combining @ 0xc0000000-0xd0000000 > write-combining @ 0xd0000000-0xe0000000 > write-combining @ 0xe0000000-0xe0040000 > write-combining @ 0xe0040000-0xe0050000 > write-combining @ 0xe0050000-0xe0051000 > write-combining @ 0xe0051000-0xe0151000 > write-combining @ 0xe0151000-0xe0191000 &g...
2016 Dec 18
0
llvm (the middle-end) is getting slower, December edition
...> 97.2730 ( 7.9%) 0.7656 ( 2.2%) 98.0386 ( 7.7%) 98.0010 ( > 7.7%) Global Value Numbering > 62.4091 ( 5.1%) 0.4779 ( 1.4%) 62.8870 ( 4.9%) 62.8665 ( > 5.0%) Function Integration/Inlining > 58.6923 ( 4.8%) 0.4767 ( 1.4%) 59.1690 ( 4.7%) 59.1323 ( > 4.7%) Combine redundant instructions > 53.9602 ( 4.4%) 0.6163 ( 1.8%) 54.5765 ( 4.3%) 54.5409 ( > 4.3%) Combine redundant instructions > 51.0470 ( 4.1%) 0.5703 ( 1.6%) 51.6173 ( 4.1%) 51.5425 ( > 4.1%) Loop Strength Reduction > 47.4067 ( 3.8%) 1.3040 ( 3.7%) 48.7106 ( 3.8...
2017 Aug 29
0
error msg in the glustershd.log
...Why is this showing up?. currently using glusterfs 3.10.1 when ever I start write process to volume (volume mounted thru fuse) I am seeing this kind of error and glustershd process consumes some percentage of cpu until write process completes. [2017-08-28 10:01:13.030710] W [MSGID: 122006] [ec-combine.c:191:ec_iatt_combine] 0-glustervol-disperse-109: Failed to combine iatt (inode: 11548094941524765708-11548094941524765708, links: 1-1, uid: 0-0, gid: 0-0, rdev: 0-0, size: 1769963520-1769947136, mode: 100755-100755) [2017-08-28 10:01:13.030752] N [MSGID: 122029] [ec-generic.c:684:ec_combine_look...
2016 Nov 02
3
rotl: undocumented LLVM instruction?
...egister:i64 %vreg1 t6: i64 = sub t4, Constant:i64<1> t7: i64 = shl Constant:i64<1>, t6 t9: i64 = xor t7, Constant:i64<-1> t10: i64 = and t2, t9 t12: ch,glue = CopyToReg t0, Register:i64 %R1, t10 t13: ch = XSTGISD::Ret t12, Register:i64 %R1, t12:1 Combining: t13: ch = XSTGISD::Ret t12, Register:i64 %R1, t12:1 Combining: t12: ch,glue = CopyToReg t0, Register:i64 %R1, t10 Combining: t11: i64 = Register %R1 Combining: t10: i64 = and t2, t9 Combining: t9: i64 = xor t7, Constant:i64<-1> ... into: t15: i64 = rotl Constant:i64<-2>, t6 Co...