Searched defs:Norm (Results 1 – 11 of 11) sorted by relevance
/external/cronet/stable/third_party/icu/source/tools/gennorm2/ |
D | norms.h | 58 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/ |
D | norms.h | 58 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/ |
D | norms.h | 58 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/ |
D | codec_def_vp8_probs.h | 455 const uint8_t Norm[256] = variable
|
/external/licenseclassifier/v2/ |
D | document.go | 40 Norm string // The normalized token sequence member
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 149 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO); in mapping() local
|
/external/arm-optimized-routines/math/aarch64/sve/ |
D | powf.c | 18 #define Norm 0x1p23f /* 0x4b000000. */ macro
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | qr_expander.cc | 61 XlaOp Norm(std::vector<XlaOp> xs) { in Norm() function
|
/external/pytorch/benchmarks/static_runtime/ |
D | test_static_runtime.cc | 1145 TEST(StaticRuntime, Norm) { in TEST() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2501 SDValue Norm = DAG.getNode(ISD::SHL, SL, MVT::i64, Src, ShAmt); in LowerINT_TO_FP32() local
|
D | AMDGPULegalizerInfo.cpp | 2222 auto Norm = B.buildShl(S64, Src, ShAmt); in legalizeITOFP() local
|