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

1 2 3 45 6 7 8 91011>>

  /external/eigen/bench/btl/actions/
action_matrix_matrix_product_bis.hh 46 static double calculate( int nb_calc, int size ) { function in class:Action_matrix_matrix_product_bis
action_matrix_vector_product.hh 105 BTL_DONT_INLINE void calculate( void ) { function in class:Action_matrix_vector_product
action_symv.hh 95 BTL_DONT_INLINE void calculate( void ) { function in class:Action_symv
action_syr2.hh 90 BTL_DONT_INLINE void calculate( void ) { function in class:Action_syr2
action_trisolve_matrix.hh 119 inline void calculate( void ) { function in class:Action_trisolve_matrix
action_trmm.hh 119 inline void calculate( void ) { function in class:Action_trmm
  /external/llvm/lib/CodeGen/
MachineRegionInfo.cpp 66 calculate(F);
MachineBlockFrequencyInfo.cpp 141 MBFI->calculate(F, MBPI, MLI);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 28 * Suggestion formatter using the Levenshtein distance (minumum edit distance) to calculate the
84 table.calculate();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java 45 assertEquals(expectedDistance, distance.calculate());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
GetPowerOfTwo.asm 42 ; Input - value to calculate power of two
Log2.asm 41 ; Operand - value to calculate logarithm
  /external/pdfium/fpdfsdk/javascript/
app.h 47 bool calculate(CJS_Runtime* pRuntime,
186 JS_STATIC_PROP(calculate, app);
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 116 public boolean calculate(long currentTimeMillis) { method in class:StateTransitionAnimation
117 boolean retval = super.calculate(currentTimeMillis);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 104 calculate(F);
BranchProbabilityInfo.cpp 111 /// \brief Calculate edge weights for successors lead to unreachable.
244 /// \brief Calculate edge weights for edges leading to cold blocks.
308 // Calculate Edge Weights using "Pointer Heuristics". Predict a comparsion
343 // Calculate Edge Weights using "Loop Branch Heuristics". Predict backedges
644 void BranchProbabilityInfo::calculate(const Function &F, const LoopInfo &LI) { function in class:BranchProbabilityInfo
684 BPI.calculate(F, LI);
699 BPI.calculate(F, AM.getResult<LoopAnalysis>(F));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DominanceFrontier.cpp 39 DominanceFrontier::calculate(const DominatorTree &DT, function in class:DominanceFrontier
64 // Loop over CFG successors to calculate DFlocal[currentNode]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
LevenshteinDistance.java 64 public int calculate() { method in class:LevenshteinDistance
99 * Gets the list of operations which were applied to each target token; {@link #calculate} must
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 120 private void calculate() method in class:CalendarPanel
165 // Calculate the number of full or partial weeks in this month.
197 calculate(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 271 more |= mAnimation.calculate(animTime);
459 // Calculate
485 // Then calculate how many columns we need for all slots.
621 return mVerticalPadding.calculate(animTime) | mHorizontalPadding.calculate(animTime);
GLView.java 226 if (mTransition != null && mTransition.calculate(AnimationTime.get())) {
279 if (anim.calculate(AnimationTime.get())) {
  /external/libvorbis/doc/
06-floor0.tex 155 \item calculate \varname{[p]} and \varname{[q]} according to:
164 \item calculate \varname{[p]} and \varname{[q]} according to:
173 \item calculate \varname{[linear_floor_value]} according to:
  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 33 // mladder uses a Montgomery ladder to calculate (xr/zr) *= s.
  /prebuilts/go/darwin-x86/src/math/cmplx/
sin.go 123 // calculate sinh and cosh
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
mont25519_amd64.go 33 // mladder uses a Montgomery ladder to calculate (xr/zr) *= s.

Completed in 850 milliseconds

1 2 3 45 6 7 8 91011>>