search for: _want

Displaying 3 results from an estimated 3 matches for "_want".

Did you mean: want
2006 Oct 04
1
strip function
Hi, I would like to asign titles into strip of a panel of curves designed thanks to a xyplot function (lattice package) I ve tried the "strip" function, ... here is my code I would like to write in the strip of each panel conditionning varialbe (here, it is data[,1]) xyplot (data[,3] ~ data[,2] | data[,1] , strip.default (which.given=1, which.panel = c(1:15), var.name= c
2003 Nov 16
0
[LLVMdev] Packages
...compile time > > global variable is, effectively, scoped in its module. This > > allows compiler writers to use the same name for various pieces > > of data in every module emitted without clashing. > > If you use the appending linkage mechanism, you _want_ them to have the > same name. :) No, you don't for the reason described above. Is there a way to retain the unique identity of each of the variables when using appending linkage? > > > 7. The exact same facility for dealing with module scoped types and > > vari...
2003 Nov 16
3
[LLVMdev] Packages
...different modules. Each compile time > global variable is, effectively, scoped in its module. This > allows compiler writers to use the same name for various pieces > of data in every module emitted without clashing. If you use the appending linkage mechanism, you _want_ them to have the same name. :) > 7. The exact same facility for dealing with module scoped types and > variables are used to deal with the compile time information. > When asked for it, the VMCore would produce a SymbolTable that > references all the globa...