HomeSort by relevance Sort by last modified time
    Searched refs:calculate (Results 26 - 50 of 326) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 46 /// calculate - compute block frequency info for the given function.
47 void calculate(const MachineFunction &F,
  /prebuilts/go/darwin-x86/doc/play/
pi.go 6 // It is an unreasonable way to calculate pi.
  /prebuilts/go/linux-x86/doc/play/
pi.go 6 // It is an unreasonable way to calculate pi.
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 120 calculate(F, BPI, LI);
138 void BlockFrequencyInfo::calculate(const Function &F, function in class:BlockFrequencyInfo
143 BFI->calculate(F, BPI, LI);
247 BFI.calculate(F, BPI, LI);
255 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F),
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 95 boolean requestRender = mTransitionAnimation.calculate(animTime);
99 requestRender |= mPrevAnimation.calculate(animTime);
109 requestRender |= mCurrentAnimation.calculate(animTime);
  /external/eigen/bench/btl/actions/
action_cholesky.hh 97 inline void calculate( void ) { function in class:Action_cholesky
action_lu_decomp.hh 90 inline void calculate( void ) { function in class:Action_lu_decomp
action_partial_lu.hh 92 inline void calculate( void ) { function in class:Action_partial_lu
action_rot.hh 79 BTL_DONT_INLINE void calculate( void ) { function in class:Action_rot
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer_old.hh 115 action.calculate();
x86_perf_analyzer.hh 60 action.calculate();
  /external/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 74 BFI.calculate(*F, *BPI, *LI);
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 38 void Init(bool calculate = true)
42 _calculate = calculate;
44 void EnableCalc(bool calculate) { _calculate = calculate; }
  /external/python/cpython2/Doc/includes/
mp_pool.py 17 def calculate(func, args): function
25 return calculate(*args)
68 results = [pool.apply_async(calculate, t) for t in TASKS]
190 res = pool.apply_async(calculate, TASKS[0])
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 53 BFI.calculate(
LazyBranchProbabilityInfo.h 65 BPI.calculate(*F, *LI);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 53 BFI.calculate(
LazyBranchProbabilityInfo.h 65 BPI.calculate(*F, *LI);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 53 BFI.calculate(
LazyBranchProbabilityInfo.h 65 BPI.calculate(*F, *LI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 53 BFI.calculate(
LazyBranchProbabilityInfo.h 65 BPI.calculate(*F, *LI);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 53 BFI.calculate(
LazyBranchProbabilityInfo.h 65 BPI.calculate(*F, *LI);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 53 BFI.calculate(

Completed in 508 milliseconds

12 3 4 5 6 7 8 91011>>