search for: secref

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

Did you mean: secret
2011 Jul 06
1
[LLVMdev] clang-llvm exceptions problem powerpc-apple-darwin
...ding) const { const TargetLoweringObjectFile &TLOF = getObjFileLowering(); const MCExpr *Exp = TLOF.getExprForDwarfReference(Sym, Mang, MMI, Encoding, OutStreamer); const MCSectionMachO * SecCur = dyn_cast<MCSectionMachO> (getCurrentSection()); const MCSectionMachO * SecRef = dyn_cast<MCSectionMachO>(&Sym- >getSection()); #if 0 OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding)); #elif 0 if (SecRef->getType() == MCSectionMachO::S_COALESCED) OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); else OutStreamer.Em...
2009 Feb 20
2
why doesn't table() have a data=argument?
...t the \code{Arthritis} data in case form to a 3-way table of \code{Treatment} $\times$ \code{Sex} $\times$ \code{Improved}.% \footnote{ Unfortunately, \codefun{table} does not allow a \code{data} argument to provide an environment in which the table variables are to be found. In the examples in \secref{sec:table} I used \code{attach(mydata)} for this purpose, but \codefun{attach} leaves the variables in the global environment, while \codefun{with} just evaluates the \codefun{table} expression in a temporary environment of the data. } <<convert-ex2,results=verbatim>>= Art.tab <-wit...
2002 Jan 28
0
merge() generates a factor: bug?
....x=T) R> sapply(z, is.factor) k a b FALSE FALSE FALSE Version: platform = sparc-sun-solaris2.6 arch = sparc os = solaris2.6 system = sparc, solaris2.6 status = Patched major = 1 minor = 4.0 year = 2002 month = 01 day = 13 language = R Search Path: .GlobalEnv, package:secref, package:misc, package:io, package:arrays, package:ls1, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base -- -- David Brahm (brahm at alum.mit.edu) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mai...