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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h 142 SQLUINTEGER fraction; member in struct:tagTIMESTAMP_STRUCT
168 SQLUINTEGER fraction; member in struct:tagSQL_DAY_SECOND
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 257 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction)
279 bitleft = bitused - (numbyte << 3); /* number of bits used (fraction) */
283 *fraction = 1;
287 *fraction = 0;
301 if (*fraction)
329 Int fraction; local
341 BitstreamSavePartial(stream, &fraction);
359 Int fraction; local
377 BitstreamSavePartial(stream, &fraction);
422 Int bitused, bitleft, offset, fraction; local
585 Int fraction; local
684 Int movebyte, bitused, leftover, i, fraction; local
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 242 * number := (integer ('.' fraction)?) | sigDigits
246 * fraction := '0'* '#'*
305 * <li>If the number of actual fraction digits exceeds the <em>maximum
306 * fraction digits</em>,
307 * then half-even rounding is performed to the maximum fraction digits. For
308 * example, 0.125 is formatted as "0.12" if the maximum fraction digits is 2.
309 * <li>If the number of actual fraction digits is less than the
310 * <em>minimum fraction digits</em>, then trailing zeros are added. For
311 * example, 0.125 is formatted as "0.1250" if the minimum fraction digits is set
315 * fraction digits. For example, 0.10004 is formatted as "0.1" if the maximu
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modff.c 48 } else { /* no fraction part */
s_modfl.c 52 /* The number of fraction bits in manh, not counting the integer bit */
83 } else if (e >= LDBL_MANT_DIG - 1) { /* x has no fraction part. */
88 } else { /* Fraction part is in manl. */
  /bootable/recovery/
install.cpp 156 float fraction = strtof(fraction_s, NULL); local
159 ui->ShowProgress(fraction * (1-VERIFICATION_PROGRESS_FRACTION), seconds);
162 float fraction = strtof(fraction_s, NULL); local
163 ui->SetProgress(fraction);
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
FractionalLinearLayout.java 30 * the location of the fragment's layout as a fraction of the device's height. By
  /external/fonttools/Lib/fontTools/encodings/
MacRoman.py 29 'ydieresis', 'Ydieresis', 'fraction', 'currency', 'guilsinglleft',
  /external/icu/icu4c/source/test/cintltst/
currtest.c 162 const char expectedFirst[] = "123,46\\u00A0HUF"; /* changed to use 2 fraction digits */
169 /* Make sure that you can format normal fraction digits. */
175 /* Make sure that you can format 2 fraction digits. */
182 /* Make sure that you can format more fraction digits. */
  /external/jemalloc/test/src/
timer.c 65 /* Fraction. */
  /external/skia/src/animator/
SkDrawColor.cpp 71 //SkScalar fraction = SkScalarMod(hue, 60 * SK_Scalar1);
73 SkScalar fraction = hue / 60 - SkIntToScalar(sextant); local
75 SkScalar q = SkScalarMul(value, SK_Scalar1 - SkScalarMul(saturation, fraction));
77 SkScalarMul(saturation, SK_Scalar1 - fraction));
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
int_lpc.c 35 Word16 frac[], /* input : fraction for 3 first subfr (Q15) */
  /ndk/sources/android/support/src/stdio/
floatio.h 41 /* 128 bit fraction takes up 39 decimal digits; max reasonable precision */
  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 121 * @param fraction Fraction in [0,1]. Multiplied by min(cropRegion.width(), cropRegion.height())
128 float fraction, final Rect cropRegion, int sensorOrientation) {
131 int halfSideLength = (int) (0.5f * fraction * minCropEdge);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
hierarchy.py 18 Flow hierarchy is defined as the fraction of edges not participating
  /system/core/include/utils/
LinearTransform.h 56 // Helpers which will reduce the fraction N/D using Euclid's method.
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
CustomEvaluator.java 86 public Object evaluate(float fraction, Object startValue, Object endValue) {
89 return new XYHolder(startXY.getX() + fraction * (endXY.getX() - startXY.getX()),
90 startXY.getY() + fraction * (endXY.getY() - startXY.getY()));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
AbstractFormat.java 18 package org.apache.commons.math.fraction;
178 * Formats a double value as a fraction and appends the result to a StringBuffer.
195 * Formats a long value as a fraction and appends the result to a StringBuffer.
  /external/libxml2/result/
isolat2 38 274 188 BC ? VULGAR FRACTION ONE QUARTER
39 275 189 BD ? VULGAR FRACTION ONE HALF
40 276 190 BE ? VULGAR FRACTION THREE QUARTERS
isolat2.rde 38 274 188 BC ¼ VULGAR FRACTION ONE QUARTER
39 275 189 BD ½ VULGAR FRACTION ONE HALF
40 276 190 BE ¾ VULGAR FRACTION THREE QUARTERS
isolat2.rdr 38 274 188 BC ¼ VULGAR FRACTION ONE QUARTER
39 275 189 BD ½ VULGAR FRACTION ONE HALF
40 276 190 BE ¾ VULGAR FRACTION THREE QUARTERS
  /external/libxml2/result/noent/
isolat2 38 274 188 BC ? VULGAR FRACTION ONE QUARTER
39 275 189 BD ? VULGAR FRACTION ONE HALF
40 276 190 BE ? VULGAR FRACTION THREE QUARTERS
  /external/libxml2/test/
isolat2 38 274 188 BC ? VULGAR FRACTION ONE QUARTER
39 275 189 BD ? VULGAR FRACTION ONE HALF
40 276 190 BE ? VULGAR FRACTION THREE QUARTERS
  /external/skia/src/utils/
SkInterpolator.cpp 81 SkScalar fraction = SkScalarFraction(fRepeat); local
82 offsetTime = fraction == 0 && fRepeat > 0 ? totalTime :
83 (SkMSec) SkScalarFloorToInt(fraction * totalTime);
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp.
266 // p: 64-bit fraction
339 * 2) left adjusted fraction
340 * 3) right adjusted fraction
341 * 4) exponent and fraction
368 bexp = 64; /* convert from 64b int to fraction */
384 /* At this point we have a 64b fraction and a binary exponent
455 * Fraction bits 52
503 int bexp = 64; /* convert from 64b int to fraction */
    [all...]

Completed in 565 milliseconds

<<11121314151617181920>>