search for: 0000cd

Displaying 7 results from an estimated 7 matches for "0000cd".

2012 Feb 03
1
incomplete final line found on <name of my sourced function file>
...- if 1, range on y axis starts with zero # indata=en;datesvar="Week";invars=seas[5];myfunction=mean # mymetric="TEST";fixedy=0;title="BLA" mylines = function(indata,datesvar,invars,myfunction,mymetric,mytitle,fixedy=0) { all.colors<-c("#E0EEEE","#0000CD","#D4D4D4","#FFC1C1","#FFDEAD","#9ACD32", "#99CCFF","#6495ED","#66CDAA","#EEC900","#BC8F8F", "#C00000","#696969","#473C8B","#8B4500", "#FF7F00","...
2016 Mar 28
5
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
I did a more thorough read through liboffload and wrote up a more detailed doc describing how StreamExecutor platforms relate to libomptarget RTL interfaces. The doc also describes why the lack of support for streams in libomptarget makes it impossible to implement some of the most important StreamExecutor platforms in terms of libomptarget (
2000 Feb 29
0
mapping of colornames into hsv: half way done
...bisque4", "#8B7D6B", "black", "#000000", "blanchedalmond", "#FFEBCD", "blue", "#0000FF", "blue1", "#0000FF", "blue2", "#0000EE", "blue3", "#0000CD", "blue4", "#00008B", "blueviolet", "#8A2BE2", "brown", "#A52A2A", "brown1", "#FF4040", "brown2", "#EE3B3B", "brown3", "#CD3333", "brown...
2010 Oct 18
0
Question about legend parameters
...1C1","#FFDEAD","#9ACD32", "#99CCFF","#6495ED","#66CDAA","#EEC900","#BC8F8F", "#FF7F00","#C00000","#9370DB","#473C8B","#696969", "#8B4500","#800000","#0000CD","#104E8B","#228B22") ### Check them out: temp<-barplot(1:20,rep(1,20),col=all.colors,horiz=T) xx <- c(my.data$date, rev(my.data$date)) bottom.y.coordinates<-rowSums(my.data[names(negatives)]) par(mar=c(5,4,4,6),xpd=F) plot(x=my.data$date, y=bottom.y.coordinates...
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...on, MA 02111-1307, USA. +*/ + + +/* These are the background colours: */ +.a { background-color: #000000; } /* black */ +.b { background-color: #cd0000; } /* red */ +.c { background-color: #00cd00; } /* green */ +.d { background-color: #cdcd00; } /* yellow */ +.e { background-color: #0000cd; } /* blue */ +.f { background-color: #cd00cd; } /* magenta */ +.g { background-color: #00cdcd; } /* cyan */ +.h { background-color: #e5e5e5; } /* white */ + +/* These are the foreground colours used when bold mode is NOT enabled. + They're the same as the background colours. */ +...
2016 Apr 27
6
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
I've put together a proposed "charter" for this new project, which I am calling parallel_utils (although I'm very open to suggestions for a better name). The text of my charter is below, and I welcome any input on how it can be improved. ===================================================== LLVM Parallel Utils Subproject Charter
2016 May 09
5
[cfe-dev] [Openmp-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
I talked to Chandler about the name "offload_libs" vs "parallel_libs" and he said he thinks "offload" is too narrow of a term for the scope he sees for this subproject. One example he brought up was AVX 512. He thinks that code explicitly targeting CPU parallelism should also be included in this project, even though it doesn't fit in the category of