HomeSort by relevance Sort by last modified time
    Searched refs:NORMALIZE (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 50 #define NORMALIZE_DIRECTIVE "normalize"
90 NORMALIZE,
121 "\t-n or --normalize turn on the option for normalization and include mappings\n"
127 "\t unlike -n/--normalize, this option does not force the\n"
156 options[NORMALIZE].value = "";
177 if(options[NORMALIZE].doesOccur) {
178 icuUniDataDir = options[NORMALIZE].value;
233 if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */
361 options[NORMALIZE].doesOccur = TRUE
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 138 #define NORMALIZE 0x2
151 map |= flags & NORMALIZE ?
155 map |= flags & NORMALIZE ?
273 INPUT_ARG(rc, A, 0, NORMALIZE);
274 INPUT_ARG(rc, B, 1, NORMALIZE);
281 INPUT_ARG(rc, A, 0, NORMALIZE);
282 INPUT_ARG(rc, B, 1, NORMALIZE);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
config.h 79 // Do we want to brightness-normalize each keypoint patch when we compute
86 // Whether to normalize keypoint windows for intensity in LK optical flow.
88 #define NORMALIZE 1
optical_flow.cc 122 #if NORMALIZE
159 #if NORMALIZE
179 #if NORMALIZE
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 80 * - NORMALIZE: In addition to the changes made by PRESERVE_VALID, also
81 * - unescapes then reescapes text to normalize entities
84 public enum ParseStyle { NORMALIZE, PRESERVE_VALID, PRESERVE_ALL }
102 this(ParseStyle.NORMALIZE);
894 // Normalize.
948 // Normalize: ignore the original content.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 61 * Enabling NORMALIZE might give _slightly_ better results.
66 #define NORMALIZE 0
224 #if NORMALIZE /* OPTIONAL normalization of length */
487 #if !NORMALIZE
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaDec.c 19 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
396 NORMALIZE
498 NORMALIZE;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 21 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
23 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
398 NORMALIZE
500 NORMALIZE;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 21 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
23 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
398 NORMALIZE
500 NORMALIZE;
  /external/lzma/C/
LzmaDec.c 19 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
396 NORMALIZE
498 NORMALIZE;
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jdom2-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jdom/jdom2/2.0.6/
jdom2-2.0.6.jar 
  /external/libxml2/
xmlschemas.c     [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /prebuilts/maven_repo/android/androidx/tools/jetifier/gradle-plugin/0.1/
gradle-plugin-0.1.jar 

Completed in 619 milliseconds