Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 189) sorted by relevance

12345678

/external/lzma/CPP/7zip/Archive/Common/
DOutStreamWithCRC.h25 void Init(bool calculate = true)
28 _calculate = calculate;
31 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc() argument
/external/eigen/bench/btl/generic_bench/timers/
Dportable_perf_analyzer.hh70 action.calculate(); in eval_mflops()
79 action.calculate(); in time_calculate()
83 action.calculate(); in time_calculate()
DSTL_perf_analyzer.hh59 action.calculate(); in eval_mflops()
Dx86_perf_analyzer.hh60 action.calculate(); in eval_mflops()
Dportable_perf_analyzer_old.hh115 action.calculate(); in time_calculate()
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp120 calculate(F, BPI, LI); in BlockFrequencyInfo()
138 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo
143 BFI->calculate(F, BPI, LI); in calculate()
247 BFI.calculate(F, BPI, LI); in runOnFunction()
255 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F), in run()
/external/pdfium/testing/resources/javascript/
Dapp_props_expected.txt3 Alert: app.calculate is boolean true
16 Alert: app.calculate = 3; yields 3
29 Alert: app.calculate is boolean true
Ddocument_props_expected.txt6 Alert: this.calculate is boolean true
39 Alert: this.calculate = 3; yields 3
73 Alert: this.calculate is boolean true
/external/python/cpython2/Doc/includes/
Dmp_pool.py17 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])
Dmp_workers.py25 result = calculate(func, args)
32 def calculate(func, args): function
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h38 void Init(bool calculate = true)
42 _calculate = calculate;
44 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc() argument
/external/clang/test/SemaCXX/
Dblocks.cpp35 int calculate(unsigned n) { in calculate() function in test2::Power
41 return Power(2).calculate(10); in test()
/external/webrtc/webrtc/modules/video_processing/test/
DreadYUV420file.m15 % calculate number of frames
20 % calculate number of frames
/external/eigen/bench/btl/actions/
Daction_hessenberg.hh96 inline void calculate( void ) { in calculate() function in Action_hessenberg
199 inline void calculate( void ) { in calculate() function in Action_tridiagonalization
Daction_partial_lu.hh92 inline void calculate( void ) { in calculate() function in Action_partial_lu
Daction_lu_decomp.hh90 inline void calculate( void ) { in calculate() function in Action_lu_decomp
Daction_rot.hh79 BTL_DONT_INLINE void calculate( void ) { in calculate() function in Action_rot
/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h45 calculate(F, LI); in BranchProbabilityInfo()
117 void calculate(const Function &F, const LoopInfo &LI);
DDominanceFrontier.h131 calculate(DT, DT[this->Roots[0]]); in analyze()
134 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
DIteratedDominanceFrontier.h84 void calculate(SmallVectorImpl<BasicBlock *> &IDFBlocks);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominanceFrontier.h174 calculate(DT, DT[Roots[0]]); in runOnFunction()
183 const DomSetType &calculate(const DominatorTree &DT,
/external/ply/ply/example/
DREADME3 classcalc - Simple calculate defined as a class
/external/fmtlib/doc/bootstrap/mixins/
Dnav-vertical-align.less4 …t has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate …
/external/autotest/client/site_tests/power_UiResume/
Dcontrol16 After resume calculate and report the time it took to suspend and resume .
/external/eigen/bench/btl/
DREADME85 *** calculate : this method actually launch the calculation to be benchmarked
86 action.calculate;
87 …*** nb_op_base() : this method returns the complexity of the calculate method (allowing the mflops…

12345678