Searched refs:NORMALIZE (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_frag.c | 138 #define NORMALIZE 0x2 macro 151 map |= flags & NORMALIZE ? in get_input_mapping() 155 map |= flags & NORMALIZE ? in get_input_mapping() 273 INPUT_ARG(rc, A, 0, NORMALIZE); in setup_combiner() 274 INPUT_ARG(rc, B, 1, NORMALIZE); in setup_combiner() 281 INPUT_ARG(rc, A, 0, NORMALIZE); in setup_combiner() 282 INPUT_ARG(rc, B, 1, NORMALIZE); in setup_combiner()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | gensprep.c | 90 NORMALIZE, enumerator 156 options[NORMALIZE].value = ""; in main() 177 if(options[NORMALIZE].doesOccur) { in main() 178 icuUniDataDir = options[NORMALIZE].value; in main() 233 …if(options[NORMALIZE].doesOccur){ /* this option might be set by @normalize;; in the source file */ in main() 361 options[NORMALIZE].doesOccur = TRUE; in strprepProfileLineFn()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 66 #define NORMALIZE 0 macro 224 #if NORMALIZE /* OPTIONAL normalization of length */ in aa_transform_prolog() 487 #if !NORMALIZE in aapoint_point()
|
/external/lzma/C/ |
D | LzmaDec.c | 19 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); } macro 21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… 396 NORMALIZE in LzmaDec_DecodeReal() 498 NORMALIZE; in LzmaDec_DecodeReal()
|
/external/libxml2/ |
D | xmlschemas.c | 24523 #define NORMALIZE(atype) \ in xmlSchemaVCheckCVCSimpleType() macro 24571 NORMALIZE(type); in xmlSchemaVCheckCVCSimpleType() 24685 NORMALIZE(type); in xmlSchemaVCheckCVCSimpleType() 24754 NORMALIZE(type); in xmlSchemaVCheckCVCSimpleType() 24815 NORMALIZE(memberLink->type); in xmlSchemaVCheckCVCSimpleType()
|