Searched defs:NORMALIZE (Results 1 – 8 of 8) sorted by relevance
90 NORMALIZE, enumerator
88 #define NORMALIZE 1 macro
138 #define NORMALIZE 0x2 macro
68 #define NORMALIZE 0 macro
64 #define NORMALIZE( v, max ) ( v < 0 ? 0 : ( v > 1.f ? max : round_to_even( v * max ) ) ) macro
20 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); } macro
24523 #define NORMALIZE(atype) \ in xmlSchemaVCheckCVCSimpleType() macro