Searched defs:multiplier (Results 1 - 3 of 3) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp151 // normal mixer multiplier is 1
153 // multiplier is calculated based on min & max normal mixer buffer size
155 // multiplier is calculated based on min & max normal mixer buffer size
178 // AudioFlinger derives the default from HAL buffer size and 'fast track multiplier'.
1910 // read the fast track multiplier property the first time it is needed
2436 double multiplier = 1.0; local
2448 multiplier = (double) minNormalFrameCount / (double) mFrameCount;
2449 if (multiplier <= 1.0) {
2450 multiplier = 1.0;
2451 } else if (multiplier <
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp49 const double multiplier,
55 w_[iter->first] += ((multiplier * iter->second) / w1.normalizer_
63 const double multiplier,
69 w_[iter->first] += ((multiplier * iter->second * iter->second) /
78 const double multiplier,
85 w_[iter->first] += ((multiplier * sqrt(w1.normalizer_)) /
95 const double multiplier,
103 w_[iter->first] += ((multiplier * iter->second) / w1.normalizer_
48 AdditiveWeightUpdate( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
62 AdditiveSquaredWeightUpdate( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
77 AdditiveInvSqrtWeightUpdate( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
94 AdditiveWeightUpdateBounded( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java1149 * to change the multiplier used.
1212 * Set the parallax scroll multiplier used in conjunction with
1216 * @param multiplier the multiplier.
1220 public void setParallaxMultiplier(float multiplier) { argument
1221 mParallaxMult = multiplier;
1225 * Returns the parallax scroll multiplier used in conjunction with

Completed in 199 milliseconds