/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
MidpointDisplacementHeightMap.java | 132 int stepSize = size - 1;
133 while (stepSize > 1) {
136 nextCoords = doSquareStep(tempBuffer, nextCoords, stepSize, offsetRange, random);
140 nextCoords = doDiamondStep(tempBuffer, nextCoords, stepSize, offsetRange, random);
142 stepSize /= 2;
159 * Will fill the value at (coords[0]+stepSize/2, coords[1]+stepSize/2) with
161 * and width of stepSize.
164 * @param stepSize the size of the square
169 protected int[] doSquareStep(float[][] tempBuffer, int[] coords, int stepSize, float offsetRange, Random random) { [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/ |
probability_utils.h | 45 const float stepSize = static_cast<float>(MAX_PROBABILITY - unigramProbability) 48 + static_cast<int>(static_cast<float>(bigramProbability + 1) * stepSize);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRatingBar.java | 24 final float stepSize = attributeSet.getAttributeFloatValue("android", "stepSize", -1); 30 if (stepSize >= 0) { 31 setStepSize(stepSize); 77 public void setStepSize(float stepSize) { 78 if (stepSize <= 0) { 82 final float newMax = mNumStars / stepSize;
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 93 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); 100 if (stepSize >= 0) { 101 setStepSize(stepSize); 209 * @param stepSize The step size of this rating bar. For example, if 212 public void setStepSize(float stepSize) { 213 if (stepSize <= 0) { 217 final float newMax = mNumStars / stepSize;
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_imaadpcm.c | 228 EAS_INT stepSize; 230 /* get stepsize from table */ 231 stepSize = imaStepSizeTable[pState->step]; 236 delta += stepSize; 240 delta += stepSize >> 1; 244 delta += stepSize >> 2; 247 delta += stepSize >> 3;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_imaadpcm.c | 228 EAS_INT stepSize; 230 /* get stepsize from table */ 231 stepSize = imaStepSizeTable[pState->step]; 236 delta += stepSize; 240 delta += stepSize >> 1; 244 delta += stepSize >> 2; 247 delta += stepSize >> 3;
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_imaadpcm.c | 228 EAS_INT stepSize; 230 /* get stepsize from table */ 231 stepSize = imaStepSizeTable[pState->step]; 236 delta += stepSize; 240 delta += stepSize >> 1; 244 delta += stepSize >> 2; 247 delta += stepSize >> 3;
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
RadialPickerLayout.java | 401 int stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; 402 int floor = (degrees / stepSize) * stepSize; 403 int ceiling = floor + stepSize; 408 floor -= stepSize; 441 int stepSize; 452 stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; 455 stepSize = MINUTE_VALUE_TO_DEGREES_STEP_SIZE; 475 int value = degrees / stepSize; [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_data_series.js | 76 * points, starting at |startTime|, and |stepSize| milliseconds apart. 80 getValues: function(startTime, stepSize, count) { 83 this.cacheStepSize_ == stepSize && 89 this.cacheValues_ = this.getValuesInternal_(startTime, stepSize, count); 91 this.cacheStepSize_ = stepSize; 105 getValuesInternal_: function(startTime, stepSize, count) { 117 time += stepSize; 269 getValuesInternal_: function(startTime, stepSize, count) { 270 // Find the first DataPoint after |startTime| - |stepSize|. 273 this.dataPoints_[nextPoint].time < startTime - stepSize) { [all...] |
/frameworks/wilhelm/src/itf/ |
IPlaybackRate.c | 166 SLpermille stepSize = thiz->mStepSize; 170 *pStepSize = stepSize;
|
/external/aac/libSBRenc/src/ |
ton_corr.h | 119 INT stepSize; /*!< Stride for the lpc estimate. */
|
ton_corr.cpp | 134 INT stepSize = hTonCorr->stepSize; 301 k += stepSize; 729 hTonCorr->stepSize = hTonCorr->lpcLength[0] + LPC_ORDER; /* stepSize[0] implicitly 0. */ [all...] |
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 71 SLpermille minRate, maxRate, stepSize, rate = 1000; 76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa); 309 SLpermille minRate, maxRate, stepSize; 311 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
BinaryDictEncoderUtils.java | [all...] |
BinaryDictIOUtils.java | 592 final float stepSize = (FormatSpec.MAX_TERMINAL_FREQUENCY - unigramFrequency) 594 final float resultFreqFloat = unigramFrequency + stepSize * (bigramFrequency + 1.0f);
|
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |
/prebuilts/sdk/6/ |
android.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/13/ |
android.jar | |