HomeSort by relevance Sort by last modified time
    Searched full:fraction (Results 226 - 250 of 1336) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 279 public PathParser.PathDataNode[] evaluate(float fraction,
293 endPathData[i], fraction);
988 float fraction = a.getFloat(R.styleable.Keyframe_fraction, -1); local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Arabic.java 268 // U+00BD: "½" VULGAR FRACTION ONE HALF
269 // U+2153: "?" VULGAR FRACTION ONE THIRD
270 // U+00BC: "¼" VULGAR FRACTION ONE QUARTER
271 // U+215B: "?" VULGAR FRACTION ONE EIGHTH
276 // U+2154: "?" VULGAR FRACTION TWO THIRDS
280 // U+00BE: "¾" VULGAR FRACTION THREE QUARTERS
281 // U+215C: "?" VULGAR FRACTION THREE EIGHTHS
288 // U+215D: "?" VULGAR FRACTION FIVE EIGHTHS
293 // U+215E: "?" VULGAR FRACTION SEVEN EIGHTHS
Farsi.java 255 // U+00BD: "½" VULGAR FRACTION ONE HALF
256 // U+2153: "?" VULGAR FRACTION ONE THIRD
257 // U+00BC: "¼" VULGAR FRACTION ONE QUARTER
258 // U+215B: "?" VULGAR FRACTION ONE EIGHTH
263 // U+2154: "?" VULGAR FRACTION TWO THIRDS
267 // U+00BE: "¾" VULGAR FRACTION THREE QUARTERS
268 // U+215C: "?" VULGAR FRACTION THREE EIGHTHS
275 // U+215D: "?" VULGAR FRACTION FIVE EIGHTHS
280 // U+215E: "?" VULGAR FRACTION SEVEN EIGHTHS
Hindi.java 294 // U+00BD: "½" VULGAR FRACTION ONE HALF
295 // U+2153: "?" VULGAR FRACTION ONE THIRD
296 // U+00BC: "¼" VULGAR FRACTION ONE QUARTER
297 // U+215B: "?" VULGAR FRACTION ONE EIGHTH
302 // U+2154: "?" VULGAR FRACTION TWO THIRDS
306 // U+00BE: "¾" VULGAR FRACTION THREE QUARTERS
307 // U+215C: "?" VULGAR FRACTION THREE EIGHTHS
314 // U+215D: "?" VULGAR FRACTION FIVE EIGHTHS
319 // U+215E: "?" VULGAR FRACTION SEVEN EIGHTHS
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values/
donottranslate-more-keys.xml 135 U+00BD: "½" VULGAR FRACTION ONE HALF
136 U+2153: "?" VULGAR FRACTION ONE THIRD
137 U+00BC: "¼" VULGAR FRACTION ONE QUARTER
138 U+215B: "?" VULGAR FRACTION ONE EIGHTH -->
141 U+2154: "?" VULGAR FRACTION TWO THIRDS -->
144 U+00BE: "¾" VULGAR FRACTION THREE QUARTERS
145 U+215C: "?" VULGAR FRACTION THREE EIGHTHS -->
149 <!-- U+215D: "?" VULGAR FRACTION FIVE EIGHTHS -->
152 <!-- U+215E: "?" VULGAR FRACTION SEVEN EIGHTHS -->
  /external/icu/icu4c/source/i18n/
nfrs.cpp 228 // same as the preceding rule's base value in fraction
247 // if it's the improper fraction rule, copy it into the
256 // if it's the proper fraction rule, copy it into the
372 // if this is a fraction rule set, use findFractionRuleSetRule()
388 // if the number isn't an integer, we use one of the fraction rules...
391 // fraction rule
395 // otherwise, return the improper fraction rule
415 // if this is a fraction rule set, use findFractionRuleSetRule()
435 // function. This function does skip the fraction rules since
437 // rule, since it's considered a fraction rule. Skipping th
    [all...]
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 34 <fraction name="def_window_animation_scale">100%</fraction>
35 <fraction name="def_window_transition_scale">100%</fraction>
138 <fraction name="def_accessibility_display_magnification_scale">200%</fraction>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 210 R.fraction.config_max_keyboard_height, dm.heightPixels, dm.heightPixels);
212 R.fraction.config_min_keyboard_height, dm.heightPixels, dm.heightPixels);
214 // Specified fraction was negative, so it should be calculated against display
217 R.fraction.config_min_keyboard_height, dm.widthPixels, dm.widthPixels);
224 public static boolean isValidFraction(final float fraction) {
225 return fraction >= 0.0f;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 58 CANNOT_CONVERT_OBJECT_TO_FRACTION("cannot convert given object to a fraction number: {0}"),
63 CANNOT_FORMAT_OBJECT_TO_FRACTION("cannot format given object as a fraction number"),
74 CONTINUED_FRACTION_INFINITY_DIVERGENCE("Continued fraction convergents diverged to +/- infinity for value {0}"),
75 CONTINUED_FRACTION_NAN_DIVERGENCE("Continued fraction diverged to NaN for value {0}"),
99 FAILED_FRACTION_CONVERSION("Unable to convert {0} to fraction after {1} iterations"),
103 FRACTION_CONVERSION_OVERFLOW("Overflow trying to convert {0} to fraction ({1}/{2})"),
154 NON_CONVERGENT_CONTINUED_FRACTION("Continued fraction convergents failed to converge for value {0}"),
220 FRACTION("fraction"), /* keep */
243 OVERFLOW_IN_FRACTION("overflow in fraction {0}/{1}, cannot negate")
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2_norm.cpp 95 fraction = pointer to the fractional part of Log2 (of type Word16)
100 fraction points to the newly calculated fractional part of Log2
122 5. fraction = table[i]<<16 - (table[i] - table[i+1]) * a * 2
141 Word16 *fraction // (o) : Fractional part of Log2. (range: 0<=val<1)
150 *fraction = 0;
159 a = extract_l (L_x); // Extract b10-b24 of fraction
168 *fraction = extract_h (L_y);
200 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
209 *fraction = 0;
221 a = L_x & 0x7fff; /* Extract b10-b24 of fraction */
    [all...]
pow2.cpp 83 fraction = Fractional part whose valid range is 0 <= value < 1
103 This function computes L_x = pow(2.0, exponent.fraction)
107 1- i = bit10-b15 of fraction, 0 <= i <= 31
108 2- a = bit0-b9 of fraction
127 Word16 fraction // (i) : Fractional part. (range: 0.0<=val<1.0)
133 L_x = L_mult (fraction, 32); // L_x = fraction<<6
134 i = extract_h (L_x); // Extract b10-b16 of fraction
136 a = extract_l (L_x); // Extract b0-b9 of fraction
178 Word16 fraction, /* (i) : Fractional part. (range: 0.0<=val<1.0) *
    [all...]
  /frameworks/base/core/java/android/util/
TypedValue.java 45 /** The <var>data</var> field holds a complex number encoding a fraction
111 /** {@link #TYPE_FRACTION} complex unit: A basic fraction of the overall
114 /** {@link #TYPE_FRACTION} complex unit: A fraction of the parent size. */
378 * Converts a complex data value holding a fraction to its final floating
384 * @param base The base value of this fraction. In other words, a
385 * standard fraction is multiplied by this value.
386 * @param pbase The parent base value of this fraction. In other
387 * words, a parent fraction (nn%p) is multiplied by this
405 * Return the data for this value as a fraction. Only use for values whose
408 * @param base The base value of this fraction. In other words, a
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_constants.h 57 #define DB_POINT_STANDARDDEV (1.0/(826.0)) /*1 pixel for CIF (fraction of (image width+image height)/2)*/
118 * \brief Maximum disparity (as fraction of image size) allowed in feature matching
  /external/kernel-headers/original/uapi/linux/
acct.h 25 * exponent and a 13-bit fraction.
26 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qgain475.h 126 Word16 frac_gcode0, /* i : predicted CB gain (fraction), Q15 */
128 Word16 cod_gain_frac, /* i : optimum codebook gain (fraction), Q15 */
147 Word16 sf0_frac_gcode0, /* i : predicted CB gain (fraction), Q15 */
149 Word16 sf0_frac_coeff[], /* i : energy coeff. (5), fraction part, Q15 */
153 Word16 sf0_frac_target_en, /* i : fraction of target energy, Q15 */
159 Word16 sf1_frac_gcode0, /* i : predicted CB gain (fraction), Q15 */
161 Word16 sf1_frac_coeff[], /* i : energy coeff. (5), fraction part, Q15 */
165 Word16 sf1_frac_target_en, /* i : fraction of target energy, Q15 */
  /frameworks/base/core/res/
MakeJavaSymbols.sed 13 s|.*R.fraction.\([a-zA-Z0-9_]*\).*| <java-symbol type="fraction" name="\1" />|gp
  /frameworks/base/tools/aapt2/
Resource.cpp 36 case ResourceType::kFraction: return u"fraction";
65 { u"fraction", ResourceType::kFraction },
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 51 // Represent RGB color as fraction of color components.
69 // Represent RGB color as fraction of color components.
  /frameworks/support/design/eclair-mr1/android/support/design/widget/
ValueAnimatorCompatImplEclairMr1.java 137 // Set our animated fraction to 1
152 // Update the animated fraction
  /frameworks/support/v4/donut/android/support/v4/view/animation/
PathInterpolatorDonut.java 90 final float fraction = tInRange / xRange; local
95 return startY + (fraction * (endY - startY));
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_constants.h 57 #define DB_POINT_STANDARDDEV (1.0/(826.0)) /*1 pixel for CIF (fraction of (image width+image height)/2)*/
118 * \brief Maximum disparity (as fraction of image size) allowed in feature matching
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_constants.h 57 #define DB_POINT_STANDARDDEV (1.0/(826.0)) /*1 pixel for CIF (fraction of (image width+image height)/2)*/
118 * \brief Maximum disparity (as fraction of image size) allowed in feature matching
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintLocationAnimationView.java 60 R.fraction.fingerprint_sensor_location_fraction_x, 1, 1);
62 R.fraction.fingerprint_sensor_location_fraction_y, 1, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
acct.h 25 * exponent and a 13-bit fraction.
26 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
acct.h 25 * exponent and a 13-bit fraction.
26 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction

Completed in 966 milliseconds

1 2 3 4 5 6 7 8 91011>>