HomeSort by relevance Sort by last modified time
    Searched refs:fraction (Results 276 - 300 of 663) sorted by null

<<11121314151617181920>>

  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/v8/tools/ignition/
bytecode_dispatches_report.py 175 fraction=0.01,
  /frameworks/base/core/java/android/transition/
ChangeImageTransform.java 55 public Matrix evaluate(float fraction, Matrix startValue, Matrix endValue) {
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeImageTransform.java 56 public Matrix evaluate(float fraction, Matrix startValue, Matrix endValue) {
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
LetterTileDrawable.java 93 sLetterToTileRatio = res.getFraction(R.fraction.letter_to_tile_ratio, 1, 1);
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 635 // animate the joining fraction for the given dot
649 private void setJoiningFraction(int leftDot, float fraction) {
650 joiningFractions[leftDot] = fraction;
659 private void setDotRevealFraction(int dot, float fraction) {
660 dotRevealFractions[dot] = fraction;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 261 // A RegX represents a fraction of a multi-value register.
263 // but the size of the fraction is not specified.
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 289 // assume fraction
389 // Instead, we compute the fraction again and compare the rounded
value.go 80 ratVal struct{ val *big.Rat } // Float values representable as a fraction
81 floatVal struct{ val *big.Float } // Float values not representable as a fraction
284 // ok to remain fraction
327 // smallRat reports whether x would lead to "reasonably"-sized fraction
651 // fraction, the result is Unknown. Otherwise the result is an Int
674 // fraction, the result is Unknown. Otherwise the result is an Int >= 1.
754 // allow any value that would also be permissible as a fraction.)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 261 // A RegX represents a fraction of a multi-value register.
263 // but the size of the fraction is not specified.
  /prebuilts/go/linux-x86/src/go/constant/
value_test.go 289 // assume fraction
389 // Instead, we compute the fraction again and compare the rounded
value.go 80 ratVal struct{ val *big.Rat } // Float values representable as a fraction
81 floatVal struct{ val *big.Float } // Float values not representable as a fraction
284 // ok to remain fraction
327 // smallRat reports whether x would lead to "reasonably"-sized fraction
651 // fraction, the result is Unknown. Otherwise the result is an Int
674 // fraction, the result is Unknown. Otherwise the result is an Int >= 1.
754 // allow any value that would also be permissible as a fraction.)
  /external/vixl/src/aarch64/
logic-aarch64.cc 4636 uint64_t fraction; local
4751 uint64_t fraction; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
MatrixUtils.java 31 import org.apache.commons.math.fraction.BigFraction;
32 import org.apache.commons.math.fraction.Fraction;
660 * Convert a {@link FieldMatrix}/{@link Fraction} matrix to a {@link RealMatrix}.
664 public static Array2DRowRealMatrix fractionMatrixToRealMatrix(final FieldMatrix<Fraction> m) {
670 /** Converter for {@link FieldMatrix}/{@link Fraction}. */
671 private static class FractionMatrixConverter extends DefaultFieldMatrixPreservingVisitor<Fraction> {
678 super(Fraction.ZERO);
690 public void visit(int row, int column, Fraction value) {
    [all...]
  /external/tensorflow/tensorflow/python/training/
learning_rate_decay_test.py 443 fraction = 2.0 * num_periods * step / float(decay_steps)
444 cosine_decayed = 0.5 * (1.0 + math.cos(math.pi * fraction))
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java     [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 232 * values are used to calculate the animated value for a given animation fraction
1161 float fraction = animation.getAnimatedFraction(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
ColorDisplayService.java 612 public float[] evaluate(float fraction, float[] startValue, float[] endValue) {
614 mResultMatrix[i] = MathUtils.lerp(startValue[i], endValue[i], fraction);
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionMeasuringActivity.java 406 double fraction = (mTargetFPS - fail.mFPS) / (ok.mFPS - fail.mFPS); local
407 return ok.mSurfaceCnt + fraction;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 390 public void setAnimFraction(float fraction) {
391 mAnimFraction = fraction;
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 63 * Fraction of the width to scroll when showing the next page hint.
486 * Scrolls the current view by a fraction
489 float fraction = (direction == Folder.SCROLL_LEFT) ^ mIsRtl local
491 int hint = (int) (fraction * getWidth());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 200 res, R.fraction.config_key_preview_show_up_start_scale);
202 res, R.fraction.config_key_preview_dismiss_end_scale);
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 134 // coverage returns the fraction of the statements in the function that were covered, as a numerator and denominator.

Completed in 1270 milliseconds

<<11121314151617181920>>