search for: chartyp

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

Did you mean: charty
2015 Nov 24
2
How to create a sprintf call in IR
...length, a, b, c, are global variables. int length = 0; length += sprintf(buffer+length, "str%d", a); length += sprintf(buffer+length, "str%c", b); length += sprintf(buffer+length, "str%d", c); I did it in the following way. 1. Create the global array: IntegerType CHARTYPE = IntegerType::get(llvm::getGlobalContext(), 8); ArrayType* ty = ArrayType::get(CHARTYPE, 1024); GlobalVariable* buffer = new GlobalVariable(mod, ty, false, GlobalValue::ExternalLinkage, 0, "buffer"); 2. Create sprintf std::vector<Type*> agrs(2, Type::getInt8PtrTy(ctx...
2002 Aug 07
2
Constructing titles from list of expressions
...54 -------------- next part -------------- # Surfaceplots durch vorgegebenen Punkt "extremum" "surfacesinopt" <- function(x.lm, extremum, var.names=NULL, data=NULL, n=20, conf.level=0.95, sing leplot=T, extcol=2, titletext= NULL, var.labs=NULL, pred.var.lab=NULL, charcex=1 , chartype=10,maximize=FALSE) { if (is.null(data)) data <- x.lm$model if ((!is.character(var.names)) | (length(var.names)<3)) { var.names <- names(x.lm$coef)[match(names(x.lm$coef), names(x.lm$model), nom atch=0)] b <- NULL for (i in 1:length(var.names)) {if (charmatch("I(&qu...
2010 May 28
0
Wine release 1.2-rc2
...support for amd64-mingw32msvc platform. widl: Add support for amd64-mingw32msvc platform. libs/port: Add support for amd64-mingw32msvc platform. oledb32: Fix variant to integer conversion. dbghelp: Use the available PowerPC functions. Aric Stewart (6): usp10: Use font chartype only as a fallback if we do not know the characters script already. gdi32: Handle a BiDi string being shaped into more or less glyphs than characters in the string. usp10: Handle Ligature Substitution Subtable from GSUB. usp10: Apply the GSUB 'rlig' feature for Required l...