HomeSort by relevance Sort by last modified time
    Searched refs:Calculate (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 43 LI.Calculate(getAnalysis<MachineDominatorTree>().getBase()); // Update
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 41 // Calculate the vertical split points.
resizableverticalsplitview.js 58 // Calculate the horizontal split points.
  /external/llvm/include/llvm/Analysis/
Dominators.h 179 /// DominatorTree - Calculate the immediate dominator tree for a function.
183 void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType>& DT,
578 friend void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType>& DT,
630 // Haven't calculated this node yet? Get or calculate the node for the
665 Calculate<FT, NodeT*>(*this, F);
678 Calculate<FT, Inverse<NodeT*> >(*this, F);
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
16 // The algorithm to calculate these data structures however is completely
581 // Calculate - detecte all regions in function and build the region tree.
582 void Calculate(Function& F);
DominatorInternals.h 151 void Calculate(DominatorTreeBase<typename GraphTraits<NodeT>::NodeType>& DT,
203 // Step #3: Calculate the semidominators of all vertices
268 // Get or calculate the node for the immediate dominator
LoopInfo.h 19 // It can calculate on the fly various bits of information, for example:
157 /// getNumBackEdges - Calculate the number of back edges to the loop header
764 void Calculate(DominatorTreeBase<BlockT> &DT) {
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
AECMobile.m 74 % Calculate current energy error in near end (estimated echo vs. near end)
78 % Calculate step size used in LMS algorithm, based on current far end energy and near end energy error (dE)
120 % Check delay (calculate the delay offset (if we can))
151 % Calculate suppression gain, based on far end energy and near end energy error (dE)
  /external/v8/src/
heap-inl.h 633 double TranscendentalCache::SubCache::Calculate(double input) {
668 double answer = Calculate(input);
heap.h     [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 682 void RegionInfo::Calculate(Function &F) {
703 Calculate(F);
LoopInfo.cpp 593 LI.Calculate(getAnalysis<DominatorTree>().getBase()); // Update
  /external/zlib/contrib/masm686/
match.asm 338 ;/* Calculate the length of the match. If it is longer than MAX_MATCH, */
  /external/v8/benchmarks/
deltablue.js 257 * Calculate the walkabout strength, the stay flag, and, if it is
416 * Calculate the walkabout strength, the stay flag, and, if it is
496 * Calculate the walkabout strength, the stay flag, and, if it is
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 251 * Calculate the walkabout strength, the stay flag, and, if it is
410 * Calculate the walkabout strength, the stay flag, and, if it is
490 * Calculate the walkabout strength, the stay flag, and, if it is
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 251 * Calculate the walkabout strength, the stay flag, and, if it is
410 * Calculate the walkabout strength, the stay flag, and, if it is
490 * Calculate the walkabout strength, the stay flag, and, if it is
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 251 * Calculate the walkabout strength, the stay flag, and, if it is
410 * Calculate the walkabout strength, the stay flag, and, if it is
490 * Calculate the walkabout strength, the stay flag, and, if it is
  /external/chromium/chrome/browser/resources/keyboard/
main.js 572 * Calculate the height of the row based on the size of the page.
  /external/zlib/contrib/masmx64/
gvmat64.asm 471 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
  /external/zlib/contrib/masmx86/
match686.asm 387 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
gvmat32.asm 361 ; calculate the good chain_length, and we'll compare scan and match string
437 ; we will determine the unmatch byte and calculate len (in esi)
874 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
  /external/chromium/chrome/browser/resources/
new_new_tab.js 478 // Calculate the height of the fixed elements above the expanded section. Also
491 // Calculate the height of the fixed elements below the expanded section, if
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 552 milliseconds