Home
last modified time | relevance | path

Searched refs:memoize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d993 template memoize(alias fun) in memoize() function
998 ReturnType!fun memoize(Parameters!fun args) in memoize()
1012 template memoize(alias fun, uint maxSize) in memoize() function
1016 ReturnType!fun memoize(Parameters!fun args) in memoize()
1079 return n < 2 ? n : memoize!fib(n - 2) + memoize!fib(n - 1); in fib()
1091 return n < 2 ? 1 : n * memoize!fact(n - 1); in fact()
1106 alias fact = memoize!factImpl;
1119 return n < 2 ? 1 : n * memoize!(fact, 8)(n - 1); in fact()
1129 alias msqrt = memoize!(function double(double x) { return sqrt(x); });
1143 alias mfib = memoize!fib; in fib()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfunctional.d1322 template memoize(alias fun)
1328 ReturnType!fun memoize(Parameters!fun args)
1345 template memoize(alias fun, uint maxSize)
1350 ReturnType!fun memoize(Parameters!fun args)
1417 return n < 2 ? n : memoize!fib(n - 2) + memoize!fib(n - 1);
1429 return n < 2 ? 1 : n * memoize!fact(n - 1);
1444 alias fact = memoize!factImpl;
1457 return n < 2 ? 1 : n * memoize!(fact, 8)(n - 1);
1467 alias msqrt = memoize!(function double(double x) { return sqrt(x); });
1481 alias mfib = memoize!fib;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td195 // This class used to use !foldl to memoize the AddrAsmNames list.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19982286 * search.c: Tear out all mi_matrix and memoize code.
2290 * cp-tree.h: Lose mi_matrix and memoize support.
2293 (pushclass, popclass): Lose memoize support.
H A DChangeLog-20161849 (learn_*): Add facilities to memoize implications for subsumption
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgimple.texi745 choose to memoize the result from @code{gimple_ops}() and use that to
H A Dgccint.info13802 choose to memoize the result from 'gimple_ops'() and use that to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgimple.texi745 choose to memoize the result from @code{gimple_ops}() and use that to
H A Dgccint.info13384 choose to memoize the result from 'gimple_ops'() and use that to