Displaying 7 results from an estimated 7 matches for "nametmp".
Did you mean:
fnametmp
2013 Jul 04
2
Modificar una función de un paquete
Estimados miembros de la lista.
Estoy trabajando con la función mosaic del paquete vcd. Cómo puedo hacer
para ver el contenido fe la función y modificar algunos de sus argumentos?
Muchas gracias,
Manuel
--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
mspinola@una.ac.cr
2013 Jul 04
1
Modificar una función de un paquete
...> sep = "")))
>
> ## next level: either create further splits, or final viewports
> row <- col <- rep.int(1, d)
> if (v) col <- 2 * 1:d - 1 else row <- 2 * 1:d - 1
> for (m in 1:d) {
> nametmp <- paste(name, dnn[i], "=", dn[[i]][m], ",", sep = "")
> if (i < dl) {
> co <- cotab[[m]]
>
> ## zeros
> z <- mean(co) <= .Machine$double.eps
> split(co, i + 1, nametmp, row[m], col[m],
>...
2013 Jul 04
0
Modificar una función de un paquete
...remove_trailing_comma(name),
sep = "")))
## next level: either create further splits, or final viewports
row <- col <- rep.int(1, d)
if (v) col <- 2 * 1:d - 1 else row <- 2 * 1:d - 1
for (m in 1:d) {
nametmp <- paste(name, dnn[i], "=", dn[[i]][m], ",", sep = "")
if (i < dl) {
co <- cotab[[m]]
## zeros
z <- mean(co) <= .Machine$double.eps
split(co, i + 1, nametmp, row[m], col[m],
z && !z...
2013 Jul 06
0
Modificar una función de un paquete
...sep = "")))
> >
> > ## next level: either create further splits, or final viewports
> > row <- col <- rep.int(1, d)
> > if (v) col <- 2 * 1:d - 1 else row <- 2 * 1:d - 1
> > for (m in 1:d) {
> > nametmp <- paste(name, dnn[i], "=", dn[[i]][m], ",", sep = "")
> > if (i < dl) {
> > co <- cotab[[m]]
> >
> > ## zeros
> > z <- mean(co) <= .Machine$double.eps
> > split(co, i + 1, na...
2010 Jan 16
1
[LLVMdev] Build failure in llvm trunk
.../rajika/projects/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp: In
member function ‘virtual bool
llvm::TargetLoweringObjectFileMachO::shouldEmitUsedDirectiveFor(const
llvm::GlobalValue*, llvm::Mangler*) const’:
/home/rajika/projects/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp:959:
error: ‘NameTmp’ was not declared in this scope
make[2]: ***
[/home/rajika/projects/llvm/llvm-objects/lib/Target/Debug/TargetLoweringObjectFile.o]
Error 1
make[2]: Leaving directory
`/home/rajika/projects/llvm/llvm-objects/lib/Target'
make[1]: *** [Target/.makeall] Error 2
make[1]: Leaving directory `/home/raj...
2011 Aug 31
0
[LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
..."old init.trampoline returns a pointer");
Is this worth checking? If not (I think not) you can get rid of the variable
ReturnTy altogether.
> + assert(FTy->getNumParams() == 3 && "old init.trampoline takes 3 args!");
> +
> + std::string NameTmp = F->getName();
> + F->setName("");
> +
> + // Like in llvm.prefetch below, change the name of the old intrinsic so
> + // that we can play with its type.
I don't think you should mention llvm.prefetch. It's like using a "goto": the
d...
2011 Aug 29
3
[LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
Hi!
Attached patches split init.trampoline into adjust.trampoline and
init.trampoline, like in gcc.
As mentioned in the previous mail, I've not made a documentation
patch, since I'm not sure about what the documented semantics of
llvm.adjust.trampoline should be.
Thanks!
--
Sanjoy Das
http://playingwithpointers.com
-------------- next part --------------
A non-text attachment was