/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/ |
plexus-interpolation-1.21.jar | |
/prebuilts/misc/common/robolectric/3.1.1/lib/ |
plexus-interpolation-1.11.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/ |
plexus-interpolation-1.11.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
faqwiz.py | 55 def interpolate(format, *args, **kw):
function 232 command = interpolate(SH_RLOG_H, self)
620 self.rlog(interpolate(SH_RLOG, entry), entry)
669 self.shell(interpolate(SH_REVISION, entry, rev=rev))
684 self.shell(interpolate(SH_RDIFF, entry, rev=rev, prev=prev))
789 command = interpolate(SH_LOCK, file=file)
815 command = interpolate(SH_CHECKIN, file=file, tfn=tf.name)
|
/external/python/cpython2/Tools/faqwiz/ |
faqwiz.py | 55 def interpolate(format, *args, **kw): function 232 command = interpolate(SH_RLOG_H, self) 620 self.rlog(interpolate(SH_RLOG, entry), entry) 669 self.shell(interpolate(SH_REVISION, entry, rev=rev)) 684 self.shell(interpolate(SH_RDIFF, entry, rev=rev, prev=prev)) 789 command = interpolate(SH_LOCK, file=file) 815 command = interpolate(SH_CHECKIN, file=file, tfn=tf.name)
|
/external/libmpeg2/common/ |
impeg2_inter_pred.c | 231 /* the ref frame.Interpolate these four values to get the */ 304 /* Interpolate these two values to get the value at(0.5,0) */ 370 /* Interpolate these two values to get the value at(0,0.5) */
|
/frameworks/base/core/java/android/util/ |
Spline.java | 32 public abstract float interpolate(float x); method in class:Spline 183 public float interpolate(float x) { method in class:Spline.MonotoneCubicSpline 252 public float interpolate(float x) { method in class:Spline.LinearSpline
|
/external/ImageMagick/utilities/ |
stream.1 | 23 \-interpolate method pixel color interpolation method
|
stream.1.in | 23 \-interpolate method pixel color interpolation method
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
LinearInterpolator.java | 44 public PolynomialSplineFunction interpolate(double x[], double y[]) { method in class:LinearInterpolator
|
MicrosphereInterpolator.java | 83 public MultivariateRealFunction interpolate(final double[][] xval, method in class:MicrosphereInterpolator
|
/external/dng_sdk/source/ |
dng_gain_map.h | 123 real32 Interpolate (int32 row,
|
/external/libopus/silk/float/ |
find_LPC_FLP.c | 72 /* Interpolate NLSFs for first half */
|
/external/libopus/silk/ |
resampler_down2_3.c | 64 /* Interpolate filtered signal */
|
resampler_private_IIR_FIR.c | 47 /* Interpolate upsampled signal and store in output array */
|
stereo_MS_to_LR.c | 53 /* Interpolate predictors and add prediction to side channel */
|
/external/libopus/ |
silk_sources.mk | 16 silk/interpolate.c \
|
/external/mesa3d/docs/specs/ |
EXT_shader_integer_mix.spec | 42 operate on a boolean third argument that does not interpolate but
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_transform.h | 140 decl.Declaration.Interpolate = 1; 146 decl.Interp.Interpolate = interp; 161 decl.Declaration.Interpolate = 1; 167 decl.Interp.Interpolate = interp;
|
/external/pdfium/core/fpdfapi/page/ |
cpdf_function.cpp | 128 float CPDF_Function::Interpolate(float x,
|
/external/replicaisland/src/com/replica/replicaisland/ |
Interpolator.java | 60 public float interpolate(float secondsDelta) { method in class:Interpolator
|
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerSinc.h | 58 inline void interpolate(
|
/frameworks/av/media/libnbaio/ |
AudioBufferProviderSource.cpp | 78 // This gives the caller a chance to interpolate other actions.
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 87 * The interpolator used to interpolate the delays. 219 * Sets the interpolator used to interpolate the delays between the 235 * Sets the interpolator used to interpolate the delays between the 250 * Returns the interpolator used to interpolate the delays between the
|
/frameworks/base/libs/hwui/tests/unit/ |
PathInterpolatorTests.cpp | 85 EXPECT_FLOAT_EQ(data.outFraction[i], interpolator.interpolate(data.inFraction[i]));
|