HomeSort by relevance Sort by last modified time
    Searched full:correction (Results 126 - 150 of 1707) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-ot-math.cc 89 * Return value: the italics correction of the glyph or 0
140 * @correction_height: the correction height to use to determine the kerning.
227 * @italics_correction: italic correction of the glyph assembly
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Grego.java 140 int correction = 0; local
143 correction = isLeap ? 1 : 2;
145 int month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month
  /external/skia/gm/
gamma.cpp 151 // Tests gamma-correction of gradient stops before interpolation in two-stop case
164 // Tests gamma-correction of gradient stops before interpolation in three-stop case
177 // Tests gamma-correction of gradient stops before interpolation in texture implementation
  /external/skqp/gm/
gamma.cpp 151 // Tests gamma-correction of gradient stops before interpolation in two-stop case
164 // Tests gamma-correction of gradient stops before interpolation in three-stop case
177 // Tests gamma-correction of gradient stops before interpolation in texture implementation
  /frameworks/base/core/java/android/text/
AutoText.java 104 * Retrieves a possible spelling correction for the specified range
105 * of text. Returns null if no correction can be found.
115 * no auto correction data available for the current locale.
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 70 * and correction properties.
82 * and correction properties.
100 * or correction.
  /prebuilts/go/darwin-x86/src/math/
log1p.go 30 // may not be representable exactly. In that case, a correction
33 // and add back the correction term c/u.
157 c = x - (u - 1.0) // correction term
  /prebuilts/go/linux-x86/src/math/
log1p.go 30 // may not be representable exactly. In that case, a correction
33 // and add back the correction term c/u.
157 c = x - (u - 1.0) // correction term
  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 137 # Color correction gain and transform must be valid.
143 # Color correction should not match the manual settings.
191 # Color correction gain and transform must be valid.
192 # Color correction gains and transform should be the same size and
  /external/clang/test/Sema/
typo-correction.c 3 // This file contains typo correction tests which hit different code paths in C
  /external/compiler-rt/lib/builtins/
divtf3.c 112 rep_t correction, reciprocal; local
120 correction = -(r64q63 + (r64q127 >> 64));
122 uint64_t cHi = correction >> 64;
123 uint64_t cLo = correction;
  /external/crcalc/src/com/hp/creals/
StringFloatRep.java 14 // SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES
  /external/libjpeg-turbo/simd/
jquant-mmx.asm 133 %define CORRECTION(m,n,b) MMBLOCK(DCTSIZE*1+(m),(n),(b),SIZEOF_DCTELEM)
208 paddw mm0, MMWORD [CORRECTION(0,0,edx)] ; correction + roundfactor
209 paddw mm1, MMWORD [CORRECTION(0,1,edx)]
  /external/libpng/contrib/conftest/
read.dfa 52 # transforms, but needs libpng to perform gamma correction. It doesn't do any
  /external/libxcam/modules/ocl/
cl_bayer_basic_handler.h 37 /* Black level correction configuration */
  /external/skia/src/core/
SkDeviceProfile.h 73 * contrast correction).
  /external/skqp/src/core/
SkDeviceProfile.h 73 * contrast correction).
  /external/syslinux/core/
timer.inc 60 __ms_timer_adj dw 0 ; Millisecond timer correction factor
  /external/tcpdump/
rpc_auth.h 14 * part of Sun Microsystems, Inc. to assist in its use, correction,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 80 /* Volume correction table */
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 54 void commitCorrection(in CorrectionInfo correction);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 142 double correction; member in struct:__anon52916
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 318 // Correction for MATCH_CHAR
320 // Correction for PROXIMITY_CHAR
322 // Correction for ADDITIONAL_PROXIMITY_CHAR
324 // Correction for SUBSTITUTION_CHAR
  /system/core/logd/
LogKlog.cpp 200 log_time LogKlog::correction = member in class:LogKlog
278 // timezone so we are calculating our own correction.
290 correction = log_time::EPOCH;
292 correction = real - monotonic;
332 correction = (real < mono) ? log_time::EPOCH : (real - mono);
347 if (real > correction) {
348 correction = log_time::EPOCH;
350 correction -= real;
353 correction += real;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 1597 milliseconds

1 2 3 4 56 7 8 91011>>