HomeSort by relevance Sort by last modified time
    Searched full:differential (Results 26 - 50 of 221) sorted by null

12 3 4 5 6 7 8 9

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
AbstractIntegrator.java 78 /** Differential equations to integrate. */
190 /** Set the differential equations.
191 * @param equations differential equations to integrate
349 * @param ode differential equations set
package.html 21 This package provides classes to solve Ordinary Differential Equations problems.
57 discontinuities in the differential equations gracefully and get
FirstOrderConverter.java 22 /** This class converts second order differential equations to first
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
package.html 22 Ordinary Differential Equations integration.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
FixedStepHandler.java 27 * in getting the solution of an ordinary differential equation at
package.html 22 Ordinary Differential Equations integration.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_CompareMotionCostToMV.c 89 * [in] diffMV differential MV
  /external/skia/third_party/etc1/
etc1.cpp 213 // differential
224 // not differential
388 bool differential; local
405 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg)
407 if (differential) {
416 if (!differential) {
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 205 // differential
216 // not differential
380 bool differential; local
397 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg)
399 if (differential) {
408 if (!differential) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
FirstOrderIntegratorWithJacobians.java 39 /** This class enhances a first order integrator for differential equations to
188 /** Integrate the differential equations and the variational equations up to the given time.
292 * differential equations} problem) if the value of the current step that
305 * differential equations} problem) if the signed value of the current stepsize
315 /** Set the maximal number of differential equations function evaluations.
334 /** Get the number of evaluations of the differential equations function.
339 * @return number of evaluations of the differential equations function
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853Integrator.java 25 * Differential Equations.
50 * <i>Solving Ordinary Differential Equations</i> (Springer-Verlag,
DormandPrince54Integrator.java 25 * Differential Equations.
HighamHall54Integrator.java 25 * Ordinary Differential Equations.
RungeKuttaIntegrator.java 32 * integrators for Ordinary Differential Equations.
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_common_defs.h 90 /** This enumeration defines the extended differential motion vector range flag
109 /** This enumeration defines the differential quantizer profiles as defined in
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 209 /// differential. This function does not detect the end of the list, that
228 // The end of the list is encoded as a 0 differential.
565 // unit number. The first differential can be 0 which would normally
567 // unit, we can allow a 0 differential here.
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 87 /* differential mode */
  /external/openssh/
cipher-3des1.c 40 * perhaps makes differential analysis easier. On the other hand, the
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 158 // Individual, differential, H and T modes
163 // Individual and differential modes
178 struct // Differential colors
567 // Index for individual, differential, H and T modes
  /external/v8/benchmarks/
README.txt 85 Added the Navier-Stokes benchmark, a 2D differential equation solver
revisions.html 24 <p>This version includes the new Navier-Stokes benchmark, a 2D differential
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_EncodeMV.c 156 /* Calculating the differential motion vector (diffMV) */
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 210 /// differential. This function does not detect the end of the list, that
228 // The end of the list is encoded as a 0 differential.
582 // unit number. The first differential can be 0 which would normally
584 // unit, we can allow a 0 differential here.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 210 /// differential. This function does not detect the end of the list, that
228 // The end of the list is encoded as a 0 differential.
582 // unit number. The first differential can be 0 which would normally
584 // unit, we can allow a 0 differential here.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 210 /// differential. This function does not detect the end of the list, that
228 // The end of the list is encoded as a 0 differential.
582 // unit number. The first differential can be 0 which would normally
584 // unit, we can allow a 0 differential here.

Completed in 381 milliseconds

12 3 4 5 6 7 8 9