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

  /external/webkit/Source/WebCore/platform/graphics/
UnitBezier.h 108 double solve(double x, double epsilon) function in struct:WebCore::UnitBezier
  /external/mesa3d/docs/
MESA_resize_buffers.spec 43 the new window size. This extension exports a new function to solve
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 380 void solve();
457 void LazyValueInfoCache::solve() { function in class:LazyValueInfoCache
495 // cache needs updating, i.e. if we have solve a new value or not.
897 solve();
911 solve();
925 // to solve now. We do NOT try to proactively update these values. Instead,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.cpp 146 fractionalTime = bezier.solve(fractionalTime, 1.0f / (200.0f * m_duration));
  /external/iproute2/doc/
api-ip6-flowlabels.tex 30 The API must solve the following tasks:
92 to solve the first four tasks using
ip-cref.tex     [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicSolver.h 29 /// to HeuristicSolver<HImpl>::solve(Graph&).
117 /// \brief Construct a heuristic solver implementation to solve the given
563 // Solve based on existing solved edges.
598 /// <tt>Solution s = HeuristicSolver<H>::solve(g);</tt>
608 static Solution solve(Graph &g) { function in class:PBQP::HeuristicSolver
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 400 return narrowPrecisionToFloat(bezier.solve(percent, solveEpsilon(duration.value())));
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 1555 private void solve(Arc[] arcs, int[] locations) { method in class:GridLayout
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1490 private void solve(Arc[] arcs, int[] locations) { method in class:GridLayout
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 84 /// PBQP based allocators solve the register allocation problem by mapping
670 // * Solve the PBQP problem
711 PBQP::HeuristicSolver<PBQP::Heuristics::Briggs>::solve(
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 58 // The epsilon value we pass to UnitBezier::solve given that the animation is going to run over |dur| seconds. The longer the
70 return bezier.solve(t, solveEpsilon(duration));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 659 milliseconds