Searched refs:optimized (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/build/
H A DNWGNUhead.inc68 @echo $(DL)You can also specify RELEASE=debug, RELEASE=noopt, or RELEASE=optimized$(DL)
69 @echo $(DL)The default is RELEASE=optimized$(DL)
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dhashtest.c121 run_test(bool optimized GCC_UNUSED)
133 if (optimized) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMAgent.js109 * @param {boolean} optimized
111 WebInspector.DOMNode.XPathStep = function(value, optimized)
114 this.optimized = optimized;
358 * @param {boolean} optimized
360 copyXPath: function(optimized)
362 InspectorFrontendHost.copyText(this.xPath(optimized));
602 * @param {boolean} optimized
605 xPath: function(optimized)
613 var step = contextNode._xPathValue(optimized);
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/
H A DMakefile217 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
218 $(Echo) '*****' make an optimized build. Alternatively you can
219 $(Echo) '*****' configure with --enable-optimized.
H A Dbuild_llvm41 # The eighth parameter is a yes/no that indicates whether this is an optimized
130 --enable-optimized=$LLVM_OPTIMIZED \
/macosx-10.9.5/vim-53/runtime/colors/
H A Dtorte.vim5 " optimized for TFT panels
/macosx-10.9.5/llvmCore-3425.0.33/utils/crosstool/ARM/
H A Dbuild-install-linux.sh149 --enable-optimized \
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/htdocs/raw/
H A Dmem_event.exp52 The only type of memory channel which can be further optimized is
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dinstruction.rb32 @optimized = []
47 attr_reader :unifs, :optimized
61 @optimized << insn
372 [insn] + insn.optimized
/macosx-10.9.5/llvmCore-3425.0.33/utils/buildit/
H A Dbuild_llvm41 # The eighth parameter is a yes/no that indicates whether this is an optimized
130 --enable-optimized=$LLVM_OPTIMIZED \
/macosx-10.9.5/zlib-53/zlib/contrib/masmx86/
H A Dmatch686.asm1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges428 + optimized parsing strings with entity encoding (thanks to Mathieu
620 + optimized internal functions
667 + optimized code on server side
685 + optimized XML encoding
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges344 + optimized parsing strings with entity encoding (thanks to Mathieu
536 + optimized internal functions
583 + optimized code on server side
601 + optimized XML encoding
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges244 + optimized parsing strings with entity encoding (thanks to Mathieu
436 + optimized internal functions
483 + optimized code on server side
501 + optimized XML encoding
/macosx-10.9.5/llvmCore-3425.0.33/utils/release/
H A Dtest-release.sh255 --enable-optimized=$Optimized \
259 --enable-optimized=$Optimized \
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DObjCModernAbstraction.hpp832 size_t optimized() const { return fOptimized; } function in class:IvarOffsetOptimizer
930 size_t optimized() const { return fOptimized; } function in class:MethodListSorter
957 return "libobjc's read/write section is too small (metadata not optimized)";
H A Dupdate_dyld_shared_cache.cpp715 static const char* cacheFileSuffix(bool optimized, const char* archName);
1215 // make read-only (contains LINKEDIT segments) last, so it can be cut back when optimized
1892 // allocate space for optimized LINKEDIT area
1995 // overwrite mapped LINKEDIT area with new optimized LINKEDIT segment
2115 warn(archName(), "libobjc's optimization structure size is wrong (metadata not optimized)");
2131 warn(archName(), "libobjc's read-only section missing (metadata not optimized)");
2136 warn(archName(), "libobjc's read/write section missing (metadata not optimized)");
2147 warn(archName(), "libobjc's read-only section is too small (metadata not optimized)");
2155 warn(archName(), "libobjc's read-only section version is unrecognized (metadata not optimized)");
2269 // Success. Mark dylibs as optimized
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim229 " Set mid. This is optimized for readability, not micro-efficiency!
234 " Set flag. This is optimized for readability, not micro-efficiency!
/macosx-10.9.5/zlib-53/zlib/contrib/masmx64/
H A Dgvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex1158 specific multiplication routines optimized for given parameters. First there are the Toom-Cook multiplications which
1287 Note that one of the four optimized reduction algorithms are automatically chosen in the modular exponentiation
1303 Barrett reduction is a generic optimized reduction algorithm that requires pre--computation to achieve
H A Dtommath.tex480 When compiled with GCC for the x86 processor and optimized for speed the entire library is approximately $100$KiB\footnote{The notation ``KiB'' means $2^{10}$ octets, similarly ``MiB'' means $2^{20}$ octets.}
519 LibTomMath is a relatively compact, well documented, highly optimized and portable library which seems only natural for
1623 that these algorithms are highly optimized. On their own they are simple $O(n)$ algorithms but they can be called from higher level algorithms
1855 flag. A high level addition is actually performed as a series of eight separate cases which can be optimized down to three unique cases.
2078 This implementation is essentially an optimized implementation of s\_mp\_add for the case of doubling an input. The only noteworthy difference
2595 double precision result. The step is somewhat optimized from a long-hand multiplication algorithm because the carry from the addition in step
3727 So far the reduction algorithm has been optimized from $3m^2$ single precision multiplications down to $2m^2 + m$ single precision multiplications. As
4391 Now that division and reduction (\textit{step 1 and 3 of figure~\ref{fig:DR}}) have been optimized to simple digit operations the multiplication by $k$
4398 of this algorithm has been optimized to avoid additional overhead associated with a division by $\beta^p$, the multiplication by $k$ or the addition
5646 This algorithm divides the mp\_int $a$ by the single mp\_digit $b$ using an optimized approac
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c1213 du.optimized = 0;
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter32_64.asm1195 # FIXME: This could be massively optimized.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm1076 Logging comes with a price tag. C<Log::Log4perl> has been optimized
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1283 Logging comes with a price tag. C<Log::Log4perl> has been optimized

Completed in 401 milliseconds

12