HomeSort by relevance Sort by last modified time
    Searched refs:Normalized (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 309 Normalized(TheNormalized), FilterMode(TheFilterMode){
314 Normalized(SPIRVWORD_MAX), FilterMode(SPIRVSFM_Invalid){}
325 return Normalized;
332 SPIRVWord Normalized;
340 _SPIRV_DEF_ENCDEC5(Type, Id, AddrMode, Normalized, FilterMode)
  /frameworks/compile/slang/
slang_rs_export_type.h 226 // @T was normalized by calling RSExportType::NormalizeType().
279 // @T may not be normalized
378 // @T was normalized by calling RSExportType::NormalizeType() before calling
385 bool Normalized = false);
393 bool Normalized)
396 mNormalized(Normalized) {
404 // T is normalized by calling RSExportType::NormalizeType() before
408 // @T may not be normalized
465 // @PT was normalized by calling RSExportType::NormalizeType() before calling
491 bool Normalized,
    [all...]
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 634 SocketAddress normalized(addr.ipaddr().Normalized(), addr.port());
636 AddressMap::value_type entry(normalized, socket);
644 addr->SetIP(addr->ipaddr().Normalized());
662 SocketAddress normalized(addr.ipaddr().Normalized(),
664 AddressMap::iterator it = bindings_->find(normalized);
685 SocketAddress normalized(addr.ipaddr().Normalized(),
687 ASSERT((*bindings_)[normalized] == socket)
    [all...]
ipaddress.h 103 IPAddress Normalized() const;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 544 // Stick the corrected components back together to form the normalized string.
545 std::string Normalized;
547 if (i) Normalized += '-';
548 Normalized += Components[i];
550 return Normalized;
  /external/clang/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
SemaInternal.h 149 unsigned getBestEditDistance(bool Normalized) {
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
  /external/mesa3d/src/mesa/tnl/
t_draw.c 66 * array->Normalized flag and selects the correct conversion method.
70 if (input->Normalized) { \
103 assert(input->Normalized);
138 * If the buffer has the \c normalized flag set, the formula
151 if (input->Normalized) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpander.h 243 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,

Completed in 1346 milliseconds

1 2 3 4