search for: metafunction

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

Did you mean: getfunction
2009 Nov 03
1
why is adnonis function called adonis {package vegan}
Hello all, I used google and looked at the documentation to find out why the ADONIS function is called adonis (in the vegan package). I am writing a document and would like to include a abbreviation list (similar to "ANOSIM = Analysis of Similarities"). regards, Steve
2016 Feb 10
5
Question about an error we're now starting to get on LLVM 3.8.0rc2since
...d `iplist` for lists that > automatically manage a symbol table. This commit reduces a ton of code > duplication between the six traits classes that were used previously. > > As a drive by, reduce the number of template parameters from 2 to 1 by > using a SymbolTableListParentType metafunction (I originally had this as > a separate commit, but it touched most of the same lines so I squashed > them). > > I'm in the process of trying to remove the UB in `createSentinel()` (see > the FIXMEs I added for `ilist_embedded_sentinel_traits` and > `ilist_half_embedded_senti...
2008 Jan 22
5
[LLVMdev] Complex constant expressions?
More questions on the best way to write a compiler using LLVM: Lets say I have a struct definition that looks like this: const int imageSize = 77; struct A { char B[align(imageSize)]; } ...where 'imageSize' is some small inline function that rounds up to a power of two or something. (A common requirement for textures on 3d graphics cards.) Now, clearly the compiler