Home
last modified time | relevance | path

Searched defs:Norm (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp98 struct Norm { struct
99 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
101 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
104 void setMappingCP() { in setMappingCP()
113 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()
123 UnicodeString *mapping;
124 UnicodeString *rawMapping; // non-NULL if the mapping is further decomposed
125 UChar32 mappingCP; // >=0 if mapping to 1 code point
126 int32_t mappingPhase;
127 MappingType mappingType;
[all …]
/external/opencv/cv/src/
Dcvoptflowlk.cpp513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2); in icvCalcOpticalFlowLK_8u32fR() local