HomeSort by relevance Sort by last modified time
    Searched refs:correction (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/icu/icu4c/source/i18n/
gregoimp.cpp 124 int32_t correction = 0; local
127 correction = isLeap ? 1 : 2;
129 month = (12 * (doy + correction) + 6) / 367; // zero-based month
gregocal.cpp 404 int32_t correction = 0; local
407 correction = isLeap ? 1 : 2;
409 month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GregorianCalendar.java 783 int correction = 0; local
    [all...]
Calendar.java 5049 int correction = 0; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 291 unsigned int correction = -pos.y_offset / 2; local
292 base_extents.y_bearing += correction;
293 base_extents.height -= correction;
294 pos.y_offset += correction;
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 374 long correction = getStartTimeCorrection(); local
375 animation.setStartTime(currentTime + correction);
379 thumbnailAnimation.setStartTime(currentTime + correction);
  /external/skia/src/gpu/batches/
GrAtlasTextBatch.cpp 294 float correction = (*fDistanceAdjustTable)[lum >> kDistanceAdjustLumShift]; local
299 correction,
  /external/webp/src/utils/
quant_levels_dec.c 135 const int16_t* const correction = p->correction_; local
144 const int c = (v << DFIX) + correction[average[x] - (v << LFIX)];
156 // Initialize correction table
159 // The correction curve is:
245 // correction table
  /external/chromium-trace/catapult/tracing/third_party/mannwhitneyu/
mannwhitneyu.js 172 // compute standard deviation using tie correction factor
  /external/webp/src/dsp/
lossless_enc.c 337 int correction = 0; local
348 // The correction factor: log(1 + d) ~ d; for very small d values, so
351 correction = (23 * (orig_v & (y - 1))) >> 4;
352 return v_f * (kLog2Table[v] + log_cnt) + correction;
372 // Since the division is still expensive, add this correction factor only
374 const int correction = (23 * (orig_v & (y - 1))) >> 4; local
375 log_2 += (double)correction / orig_v;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 619 // compute the Newton correction
637 double correction = fp / (delta * sum2); local
647 lmPar = FastMath.max(parl, lmPar + correction);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 620 // compute the Newton correction
638 double correction = fp / (delta * sum2); local
648 lmPar = FastMath.max(parl, lmPar + correction);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
mqc.c 474 OPJ_UINT32 correction = 1; local
486 return correction;
t1.c 1606 OPJ_UINT32 correction = 3; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1677 long correction = 0; local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /external/ImageMagick/www/api/
enhance.php 185 <p>ColorDecisionListImage() accepts a lightweight Color Correction Collection (CCC) file which solely contains one or more color corrections and applies the correction to the image. Here is a sample CCC file:</p>
223 <dd>the color correction collection in XML. </dd>
456 <p>Gamma specifies a gamma correction to apply to the image.</p>
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 913 int correction = 0; local
    [all...]
  /external/v8/test/mjsunit/
date-parse.js 130 // Test that we do the right correction for different time zones.
unicode-test.js     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 4885 int correction = 0; local
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 64 We now draw new logical lines to reflect the correction to new_Y, and
  /external/bison/data/
yacc.c 40 # lookahead correction.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py     [all...]

Completed in 3188 milliseconds

12 3 4