Home
last modified time | relevance | path

Searched defs:extrapolate (Results 1 – 8 of 8) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
Dmodels.py47 def normalizeValue(v, triple, extrapolate=False): argument
78 def normalizeLocation(location, axes, extrapolate=False): argument
124 def supportScalar(location, support, ot=True, extrapolate=False, axisRanges=None): argument
251 def __init__(self, locations, axisOrder=None, extrapolate=False): argument
/external/harfbuzz_ng/src/
Dhb-subset-instancer-solver.cc368 const TripleDistances &triple_distances, bool extrapolate) in renormalizeValue()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dextrapolation_stepper.hpp241 void extrapolate( size_t k, state_table_type &table, in extrapolate() function in boost::numeric::odeint::extrapolation_stepper
Dbulirsch_stoer.hpp398 …void extrapolate( size_t k , state_table_type &table , const value_matrix &coeff , StateInOut &xes… in extrapolate() function in boost::numeric::odeint::bulirsch_stoer
Dbulirsch_stoer_dense_out.hpp402 …void extrapolate( size_t k , StateVector &table , const value_matrix &coeff , StateInOut &xest , s… in extrapolate() function in boost::numeric::odeint::bulirsch_stoer_dense_out
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DGraggBulirschStoerIntegrator.java527 private void extrapolate(final int offset, final int k, in extrapolate() method in GraggBulirschStoerIntegrator
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerIntegrator.java529 private void extrapolate(final int offset, final int k, in extrapolate() method in GraggBulirschStoerIntegrator
/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py295 def renormalizeValue(self, v, extrapolate=True): argument