Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/icu/source/tools/gennorm2/
Dnorms.h58 struct Norm { struct
59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
64 void setMappingCP() { in setMappingCP()
73 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()
84 UnicodeString *mapping;
85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
87 int32_t mappingPhase;
88 MappingType mappingType;
[all …]
/external/cronet/tot/third_party/icu/source/tools/gennorm2/
Dnorms.h58 struct Norm { struct
59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
64 void setMappingCP() { in setMappingCP()
73 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()
84 UnicodeString *mapping;
85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
87 int32_t mappingPhase;
88 MappingType mappingType;
[all …]
/external/icu/icu4c/source/tools/gennorm2/
Dnorms.h58 struct Norm { struct
59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping()
64 void setMappingCP() { in setMappingCP()
73 bool combinesFwd() const { return compositions!=nullptr; } in combinesFwd()
74 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs()
85 UnicodeString *mapping;
86 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed
87 UChar32 mappingCP; // >=0 if mapping to 1 code point
88 int32_t mappingPhase;
[all …]
/external/intel-media-driver/media_common/agnostic/common/codec/shared/
Dcodec_def_vp8_probs.h455 const uint8_t Norm[256] = variable
/external/licenseclassifier/v2/
Ddocument.go40 Norm string // The normalized token sequence member
/external/llvm/tools/dsymutil/
DDebugMap.cpp149 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO); in mapping() local
/external/arm-optimized-routines/math/aarch64/sve/
Dpowf.c18 #define Norm 0x1p23f /* 0x4b000000. */ macro
/external/tensorflow/tensorflow/compiler/xla/service/
Dqr_expander.cc61 XlaOp Norm(std::vector<XlaOp> xs) { in Norm() function
/external/pytorch/benchmarks/static_runtime/
Dtest_static_runtime.cc1145 TEST(StaticRuntime, Norm) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2501 SDValue Norm = DAG.getNode(ISD::SHL, SL, MVT::i64, Src, ShAmt); in LowerINT_TO_FP32() local
DAMDGPULegalizerInfo.cpp2222 auto Norm = B.buildShl(S64, Src, ShAmt); in legalizeITOFP() local