Displaying 6 results from an estimated 6 matches for "vcat".
Did you mean:
cat
1998 Jan 13
0
funny axis ranges; GPretty(.) vs. pretty(.) and all that...
...}
}
Gpretty <- function (x, n = 5)
{
plot.new(); op <- par(); on.exit(par(op))
par(lab=c(n, par("lab")[-1]))
plot.window(xlim=c(min(x),max(x)), ylim=0:1, "")
par("xaxp")
}
##--- Gpretty() and Cpretty() are DIFFERENT much more than the same !!! -------
vcat <- function(vec, sep = " ", dig=2)
paste(formatC(vec, dig=dig), collapse = sep)
show.ok <- TRUE
show.nok <- TRUE
show.nok <- !show.ok
for(i in 1:100) {
x <<- sort(c(runif(1),4*rexp(1)))
n <- max(1, rpois(1,lam=3))
cat("\n")
for(k in -14:14) { cat(...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...dding such
access to the public DebugInfo API? Perhaps with an additional
"UnmangledName" option in `DILineInfoSpecifier`.
Thanks,
Isaiah
[1]: for example:
0x0001bb00: DW_TAG_subprogram [2]
DW_AT_MIPS_linkage_name [DW_FORM_strp] (
.debug_str[0x00007934] = "julia_vcat4473")
DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000913] =
"vcat")
[2]
https://github.com/llvm-mirror/llvm/blob/master/lib/DebugInfo/DWARFDebugInfoEntry.cpp#L279-L286
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://li...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...edName" option in `DILineInfoSpecifier`.
> >
> > Thanks,
> > Isaiah
> >
> > [1]: for example:
> >
> > 0x0001bb00: DW_TAG_subprogram [2]
> > DW_AT_MIPS_linkage_name [DW_FORM_strp] (
> > .debug_str[0x00007934] = "julia_vcat4473")
> > DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000913]
> =
> > "vcat")
> >
> >
> > [2]
> >
> https://github.com/llvm-mirror/llvm/blob/master/lib/DebugInfo/DWARFDebugInfoEntry.cpp#L279-L286
> >
> >
>...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...> > Thanks,
>>> > Isaiah
>>> >
>>> > [1]: for example:
>>> >
>>> > 0x0001bb00: DW_TAG_subprogram [2]
>>> > DW_AT_MIPS_linkage_name [DW_FORM_strp] (
>>> > .debug_str[0x00007934] = "julia_vcat4473")
>>> > DW_AT_name [DW_FORM_strp] (
>>> .debug_str[0x00000913] =
>>> > "vcat")
>>> >
>>> >
>>> > [2]
>>> >
>>> https://github.com/llvm-mirror/llvm/blob/master/lib/Debug...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...t;>> >
> >>>> > [1]: for example:
> >>>> >
> >>>> > 0x0001bb00: DW_TAG_subprogram [2]
> >>>> > DW_AT_MIPS_linkage_name [DW_FORM_strp] (
> >>>> > .debug_str[0x00007934] = "julia_vcat4473")
> >>>> > DW_AT_name [DW_FORM_strp] (
> >>>> > .debug_str[0x00000913] =
> >>>> > "vcat")
> >>>> >
> >>>> >
> >>>> > [2]
> >>>> >
&g...
2014 May 07
5
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...;> > [1]: for example:
>>> >>>> >
>>> >>>> > 0x0001bb00: DW_TAG_subprogram [2]
>>> >>>> > DW_AT_MIPS_linkage_name [DW_FORM_strp] (
>>> >>>> > .debug_str[0x00007934] = "julia_vcat4473")
>>> >>>> > DW_AT_name [DW_FORM_strp] (
>>> >>>> > .debug_str[0x00000913] =
>>> >>>> > "vcat")
>>> >>>> >
>>> >>>> >
>>> >>...