search for: illustratory

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

Did you mean: illustrator
2013 Feb 04
2
Contract Syntactic Sugar
...exist in x; may need some special IQ x$base^exponent } should be self-explanatory. anything that has '::' means "run what is before through all the functions after and barf if it is not true". any other operator rather than :: or other syntax would be as good---this is just illustratory. in the end, this code should be viewed by R as the same as > exponentiate <- function( x, exponent ) { stopifnot( is.data.frame(x) ) stopifnot( is.numeric(exponent) ) stopifnot( is.positive(exponent) ) stopifnot( exists("base", "x") ) stopifnot( is.p...
2015 Jan 30
2
[LLVMdev] [PATCH] Bugfix for missed dependency from store to load in buildSchedGraph().
...ctet-stream Size: 5040 bytes Desc: 0002-Assert-added-to-trigger-on-edges-between-NonAlias-an.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150130/59aecbd5/attachment-0001.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Initial-Illustratory-fix-for-avoiding-NonAlias-Alias.patch Type: application/octet-stream Size: 4152 bytes Desc: 0003-Initial-Illustratory-fix-for-avoiding-NonAlias-Alias.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150130/59aecbd5/attachment-0002.obj>
2015 Feb 10
2
[LLVMdev] [PATCH] Bugfix for missed dependency from store to load in buildSchedGraph().
...Type: application/octet-stream Size: 1481 bytes Desc: 0001-Two-comments-in-ScheduleDAGInstrs.cpp.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150210/26b7e2df/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Initial-Illustratory-fix-for-avoiding-NonAlias-Alias.patch Type: application/octet-stream Size: 4152 bytes Desc: 0002-Initial-Illustratory-fix-for-avoiding-NonAlias-Alias.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150210/26b7e2df/attachment-0001.obj>