/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/ |
plexus-utils-1.5.5.pom | 78 <include>org.codehaus.plexus:plexus-interpolation</include>
83 <pattern>org.codehaus.plexus.interpolation</pattern>
142 <artifactId>plexus-interpolation</artifactId>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/ |
plexus-utils-1.5.6.pom | 78 <include>org.codehaus.plexus:plexus-interpolation</include>
83 <pattern>org.codehaus.plexus.interpolation</pattern>
136 <artifactId>plexus-interpolation</artifactId>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
DormandPrince54StepInterpolator.java | 77 /** First vector for interpolation. */ 80 /** Second vector for interpolation. */ 83 /** Third vector for interpolation. */ 86 /** Fourth vector for interpolation. */ 89 /** Initialization indicator for the interpolation vectors. */ 182 // we need to compute the interpolation vectors for this time step
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
NevilleInterpolator.java | 17 package org.apache.commons.math.analysis.interpolation; 26 * Neville's Algorithm</a> for interpolation of real univariate functions. For
|
package.html | 20 Univariate real functions interpolation algorithms.
|
/external/dng_sdk/source/ |
dng_1d_table.h | 15 * Definition of a lookup table based 1D floating-point to floating-point function abstraction using linear interpolation. 32 /// \brief A 1D floating-point lookup table using linear interpolation.
|
/external/libopus/silk/ |
sigm_Q15.c | 61 /* Linear interpolation of look up table */ 70 /* Linear interpolation of look up table */
|
/frameworks/base/core/java/android/animation/ |
FloatArrayEvaluator.java | 20 * This evaluator can be used to perform type interpolation between <code>float[]</code> values. 60 * @return A <code>float[]</code> where each element is an interpolation between
|
IntArrayEvaluator.java | 20 * This evaluator can be used to perform type interpolation between <code>int[]</code> values. 59 * @return An <code>int[]</code> where each element is an interpolation between
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
RectFEvaluator.java | 22 * This evaluator can be used to perform type interpolation between <code>RectF</code> values. 40 * @return A linear interpolation between the start and end values, given the
|
/frameworks/support/transition/src/main/java/androidx/transition/ |
FloatArrayEvaluator.java | 22 * This evaluator can be used to perform type interpolation between <code>float[]</code> values. 52 * @return A <code>float[]</code> where each element is an interpolation between
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/ |
maven-model-builder-3.3.9.pom | 25 <description>The effective model builder, with inheritance, profile activation, interpolation, ...</description> 34 <artifactId>plexus-interpolation</artifactId>
|
/external/python/cpython3/Lib/ |
configparser.py | 21 interpolation=<unset>, converters=<unset>): 24 must be appropriate for %()s string interpolation. 57 When `interpolation` is given, it should be an Interpolation subclass 60 any sort of interpolation, whereas ConfigParser uses an instance of 156 "Interpolation", "BasicInterpolation", "ExtendedInterpolation", 254 """Base class for interpolation-related exceptions.""" 268 "an interpolation key {!r} which is not a valid option name. " 288 "in section {!r} contains an interpolation key which " 359 class Interpolation [all...] |
/external/libmpeg2/common/x86/ |
impeg2_inter_pred_sse42_intr.c | 498 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 0 horizontal interpolation 499 tmp1 = _mm_add_epi16(src_r1, src_r1_1); //Row 1 horizontal interpolation 500 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 0 vertical interpolation 518 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 2 horizontal interpolation 519 tmp1 = _mm_add_epi16(tmp0, tmp1); //Row 1 vertical interpolation 537 tmp1 = _mm_add_epi16(src_r0, src_r0_1); //Row 3 horizontal interpolation 539 tmp0 = _mm_add_epi16(tmp0, tmp1); //Row 2 vertical interpolation 557 tmp0 = _mm_add_epi16(src_r0, src_r0_1); //Row 4 horizontal interpolation 559 tmp1 = _mm_add_epi16(tmp0, tmp1); //Row 3 vertical interpolation 577 tmp1 = _mm_add_epi16(src_r0, src_r0_1); //Row 5 horizontal interpolation [all...] |
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
sample_stats.py | 217 # Make work with "linear", "midpoint" interpolation. (linear should be default) 221 interpolation=None, 231 `interpolation` parameter will determine the percentile if the normalized 239 # Get 30th percentile with default ('nearest') interpolation. 244 # Get 30th percentile with 'lower' interpolation 246 percentile(x, q=30., interpolation='lower') 273 interpolation : {"lower", "higher", "nearest"}. Default: "nearest" 274 This optional parameter specifies the interpolation method to 290 ValueError: If argument 'interpolation' is not an allowed type. 295 if interpolation is None [all...] |
/external/python/cpython3/Doc/library/ |
configparser.rst | 287 Interpolation of values 291 interpolation. This means values can be preprocessed before returning them 311 In the example above, :class:`ConfigParser` with *interpolation* set to 318 With ``interpolation`` set to ``None``, the parser would simply return 324 An alternative handler for interpolation which implements a more advanced 325 syntax, used for instance in ``zc.buildout``. Extended interpolation is 327 Interpolation can span multiple levels. For convenience, if the 328 ``section:`` part is omitted, interpolation defaults to the current section 331 For example, the configuration specified above with basic interpolation, 332 would look like this with extended interpolation [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
SignalGenerator.java | 30 * interpolation calculation at the end of wavetable more efficient.
|
/external/deqp/android/cts/master/src/ |
gles3-multisample.txt | 19 dEQP-GLES3.functional.rasterization.interpolation.*
|
/external/deqp/android/cts/mnc/src/ |
gles3-multisample.txt | 19 dEQP-GLES3.functional.rasterization.interpolation.*
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/ |
gles3-multisample.txt | 19 dEQP-GLES3.functional.rasterization.interpolation.*
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/ |
gles3-multisample.txt | 19 dEQP-GLES3.functional.rasterization.interpolation.*
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/ |
gles3-multisample.txt | 19 dEQP-GLES3.functional.rasterization.interpolation.*
|
/external/libvpx/libvpx/vp8/decoder/ |
ec_types.h | 40 * refer to. Used for motion vector interpolation.
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_bicubic_filter.h | 28 /* implementation of bicubic interpolation filters */
|
/external/skia/src/gpu/ccpr/ |
GrCCQuadraticShader.cpp | 104 using Interpolation = GrGLSLVaryingHandler::Interpolation; 107 varyingHandler->addVarying("dXYDdx", &fdXYDdx, Interpolation::kCanBeFlat); 113 varyingHandler->addVarying("dXYDdy", &fdXYDdy, Interpolation::kCanBeFlat);
|