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

1 2 3 4 5 6 7 8 9

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
SecondOrderIntegrator.java 24 * differential equations.
26 * <p>The classes which are devoted to solve second order differential
38 /** Integrate the differential equations up to the given time
39 * @param equations differential equations to integrate
FirstOrderDifferentialEquations.java 22 /** This interface represents a first order differential equations set.
25 * differential equation problems before they can be handled by the
28 * <p>A first order differential equations problem, as seen by an
FirstOrderIntegrator.java 22 * differential equations.
24 * <p>The classes which are devoted to solve first order differential
38 /** Integrate the differential equations up to the given time.
43 * @param equations differential equations to integrate
ODEIntegrator.java 27 * for first and second order differential equations.
95 * differential equations} problem) if the value of the current step that
106 * differential equations} problem) if the signed value of the current stepsize
114 /** Set the maximal number of differential equations function evaluations.
129 /** Get the number of evaluations of the differential equations function.
134 * @return number of evaluations of the differential equations function
SecondOrderDifferentialEquations.java 22 /** This interface represents a second order differential equations set.
25 * differential equation problems before they can be handled by the
28 * <p>A second order differential equations problem, as seen by an
ExtendedFirstOrderDifferentialEquations.java 20 /** This interface represents a first order differential equations set
26 * of a complete set of differential equations correspond to the main
DerivativeException.java 27 * the differential equations.
  /system/nfc/halimpl/pn54x/inc/
phNxpNciHal_SelfTest.h 61 /* Agc Differential Values With Open/Short RM */
62 uint16_t wAgcDifferentialWithOpen1; /*Agc Differential With Open 1*/
63 uint16_t wAgcDifferentialWithOpenTolerance1; /*Agc Differential With Open
65 uint16_t wAgcDifferentialWithOpen2; /*Agc Differential With Open 2*/
66 uint16_t wAgcDifferentialWithOpenTolerance2; /*Agc Differential With Open
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
package.html 21 This package provides classes to solve non-stiff Ordinary Differential Equations problems.
EulerIntegrator.java 23 * Differential Equations.
26 * integrate ordinary differential equations. It is a simple inversion
MidpointIntegrator.java 23 * Ordinary Differential Equations.
AdaptiveStepsizeIntegrator.java 30 * stepsize integrators for Ordinary Differential Equations.
44 * <p>If the Ordinary Differential Equations is an {@link ExtendedFirstOrderDifferentialEquations
172 * @param equations differential equations set
206 * @param equations differential equations set
ClassicalRungeKuttaIntegrator.java 23 * integrator for Ordinary Differential Equations (it is the most
GillIntegrator.java 25 * integrator for Ordinary Differential Equations .
ThreeEighthesIntegrator.java 23 * integrator for Ordinary Differential Equations.
  /hardware/intel/common/libva/va/
va_enc_jpeg.h 89 * \brief differential:
90 * 0 - non differential, 1 - differential
92 unsigned int differential : 1; member in struct:_VAEncPictureParameterBufferJPEG::__anon42410::__anon42411
  /external/libjpeg-turbo/
rdjpgcom.c 297 case M_SOF5: process = "Differential sequential"; break;
298 case M_SOF6: process = "Differential progressive"; break;
299 case M_SOF7: process = "Differential lossless"; break;
303 case M_SOF13: process = "Differential sequential, arithmetic coding"; break;
304 case M_SOF14: process = "Differential progressive, arithmetic coding"; break;
305 case M_SOF15: process = "Differential lossless, arithmetic coding"; break;
354 case M_SOF5: /* Differential sequential, Huffman */
355 case M_SOF6: /* Differential progressive, Huffman */
356 case M_SOF7: /* Differential lossless, Huffman */
360 case M_SOF13: /* Differential sequential, arithmetic *
    [all...]
wrjpgcom.c 303 case M_SOF5: /* Differential sequential, Huffman */
304 case M_SOF6: /* Differential progressive, Huffman */
305 case M_SOF7: /* Differential lossless, Huffman */
309 case M_SOF13: /* Differential sequential, arithmetic */
310 case M_SOF14: /* Differential progressive, arithmetic */
311 case M_SOF15: /* Differential lossless, arithmetic */
  /external/libmpeg2/decoder/
impeg2d_d_pic.c 45 /* Description : Decode the DC differential value from the bitstream for */
54 /* Outputs : dc_diff - dc differential used in dc prediction */
56 /* Returns : dc_diff - dc differential used in dc prediction */
91 /* Description : Decode the DC differential value from the bitstream for */
100 /* Outputs : dc_diff - dc differential used in dc prediction */
102 /* Returns : dc_diff - dc differential used in dc prediction */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
package.html 21 This package was intended to solve Ordinary Differential Equations problems
ParameterizedODE.java 24 * first order differential equations} with parameters.
ODEWithJacobians.java 25 * first order differential equations} with parameters and partial derivatives.
  /external/llvm/docs/
Phabricator.rst 45 *Differential*.
62 * Click *Differential*.
78 * Click *Differential*.
136 Differential Revision: <URL>
145 Note that if you use the Arcanist tool the ``Differential Revision`` line will
147 ``Differential Revision`` line (as the last line) to the commit message
151 as it will retrieve reviewers, the ``Differential Revision``, etc from the review
157 ``Differential Revision`` line to your commit message then it is recommended
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 77 * differential changes in gain is considered. This is
102 * gain_mult : differential changes to gain.
132 * where the output of different gain values (differential
182 /* Add the contribution of differential gain change. */
227 /* If in this mode make a differential change to pitch gain. */
257 * where the output of different gain values (differential
  /art/compiler/optimizing/
scheduler_arm.h 31 // automatic tuning using differential evolution approach on various benchmarks.

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 9