Home
last modified time | relevance | path

Searched refs:canonicalize (Results 1 – 25 of 100) sorted by relevance

1234

/external/llvm/test/CodeGen/AMDGPU/
Dfcanonicalize.ll3 declare float @llvm.canonicalize.f32(float) #0
4 declare double @llvm.canonicalize.f64(double) #0
11 %canonicalized = call float @llvm.canonicalize.f32(float %val)
20 %canonicalized = call float @llvm.canonicalize.f32(float %val)
29 %canonicalized = call float @llvm.canonicalize.f32(float 0.0)
38 %canonicalized = call float @llvm.canonicalize.f32(float -0.0)
47 %canonicalized = call float @llvm.canonicalize.f32(float 1.0)
56 %canonicalized = call float @llvm.canonicalize.f32(float -1.0)
65 %canonicalized = call float @llvm.canonicalize.f32(float 16.0)
74 %canonicalized = call float @llvm.canonicalize.f32(float bitcast (i32 8388607 to float))
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java690 this.encodedUsername = canonicalize(username, USERNAME_ENCODE_SET, false, false, false, true); in username()
696 this.encodedUsername = canonicalize( in encodedUsername()
703 this.encodedPassword = canonicalize(password, PASSWORD_ENCODE_SET, false, false, false, true); in password()
709 this.encodedPassword = canonicalize( in encodedPassword()
752 String canonicalPathSegment = canonicalize( in setPathSegment()
765 String canonicalPathSegment = canonicalize(encodedPathSegment, in setEncodedPathSegment()
793 ? queryStringToNamesAndValues(canonicalize( in query()
802 canonicalize(encodedQuery, QUERY_ENCODE_SET, true, false, true, true)) in encodedQuery()
812 canonicalize(name, QUERY_COMPONENT_ENCODE_SET, false, false, true, true)); in addQueryParameter()
814 ? canonicalize(value, QUERY_COMPONENT_ENCODE_SET, false, false, true, true) in addQueryParameter()
[all …]
DFormEncodingBuilder.java35 HttpUrl.canonicalize(content, name, 0, name.length(), in add()
38 HttpUrl.canonicalize(content, value, 0, value.length(), in add()
48 HttpUrl.canonicalize(content, name, 0, name.length(), in addEncoded()
51 HttpUrl.canonicalize(content, value, 0, value.length(), in addEncoded()
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java146 return ((CompositeType) canonicalize(type)).isFullySpecified(); in isFullySpecified()
155 public static Type canonicalize(Type type) { in canonicalize() method in MoreTypes
158 return c.isArray() ? new GenericArrayTypeImpl(canonicalize(c.getComponentType())) : c; in canonicalize()
365 this.ownerType = ownerType == null ? null : canonicalize(ownerType); in ParameterizedTypeImpl()
366 this.rawType = canonicalize(rawType); in ParameterizedTypeImpl()
371 this.typeArguments[t] = canonicalize(this.typeArguments[t]); in ParameterizedTypeImpl()
449 this.componentType = canonicalize(componentType); in GenericArrayTypeImpl()
493 this.lowerBound = canonicalize(lowerBounds[0]); in WildcardTypeImpl()
500 this.upperBound = canonicalize(upperBounds[0]); in WildcardTypeImpl()
DBytecodeGen.java67 static final ClassLoader GUICE_CLASS_LOADER = canonicalize(BytecodeGen.class.getClassLoader());
150 private static ClassLoader canonicalize(ClassLoader classLoader) { in canonicalize() method in BytecodeGen
173 delegate = canonicalize(delegate); in getClassLoader()
/external/elfutils/libdwfl/
Ddwfl_error.c94 canonicalize (Dwfl_Error error) in canonicalize() function
129 return canonicalize (error); in __libdwfl_canon_error()
136 global_error = canonicalize (error); in __libdwfl_seterrno()
/external/llvm/test/CodeGen/X86/
Dinsertps-O0-bug.ll3 ; Check that at -O0, the backend doesn't attempt to canonicalize a vector load
7 ; tries to canonicalize a vector load in input to an INSERTPS node into a
21 ; At -O0, the backend would attempt to canonicalize the load to 'b' into
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleIDParser.java43 private boolean canonicalize; field in LocaleIDParser
65 public LocaleIDParser(String localeID, boolean canonicalize) { in LocaleIDParser() argument
69 this.canonicalize = canonicalize; in LocaleIDParser()
551 if (canonicalize) { in setToKeywordStart()
DPluralRulesLoader.java65 String localeId = ULocale.canonicalize(locale.getBaseName()); in getFunctionalEquivalent()
168 String localeId = ULocale.canonicalize(locale.getBaseName()); in getRulesIdForLocale()
268 String localeId = ULocale.canonicalize(locale.getBaseName()); in getPluralRanges()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleIDParser.java41 private boolean canonicalize; field in LocaleIDParser
63 public LocaleIDParser(String localeID, boolean canonicalize) { in LocaleIDParser() argument
67 this.canonicalize = canonicalize; in LocaleIDParser()
549 if (canonicalize) { in setToKeywordStart()
DPluralRulesLoader.java63 String localeId = ULocale.canonicalize(locale.getBaseName()); in getFunctionalEquivalent()
166 String localeId = ULocale.canonicalize(locale.getBaseName()); in getRulesIdForLocale()
266 String localeId = ULocale.canonicalize(locale.getBaseName()); in getPluralRanges()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
DLocaleIDParser.java41 private boolean canonicalize; field in LocaleIDParser
63 public LocaleIDParser(String localeID, boolean canonicalize) { in LocaleIDParser() argument
67 this.canonicalize = canonicalize; in LocaleIDParser()
549 if (canonicalize) { in setToKeywordStart()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexItemFactory.java276 synchronized private static <T extends DexItem> T canonicalize(Map<T, T> map, T item) { in canonicalize() method in DexItemFactory
301 return canonicalize(types, type); in createType()
311 return canonicalize(fields, field); in createField()
321 return canonicalize(protos, proto); in createProto()
346 return canonicalize(methods, method); in createMethod()
357 return canonicalize(methodHandles, methodHandle); in createMethodHandle()
365 return canonicalize(callSites, callSite); in createCallSite()
DDexDebugEntryBuilder.java107 getEntry(register).set(canonicalize(name, type, signature)); in startLocal()
146 private DebugLocalInfo canonicalize(DexString name, DexType type, DexString signature) { in canonicalize() method in DexDebugEntryBuilder
/external/icu/icu4c/source/common/
Dlocid.cpp170 UBool canonicalize = FALSE; in locale_set_default_internal() local
178 canonicalize = TRUE; // always canonicalize host ID in locale_set_default_internal()
183 if (canonicalize) { in locale_set_default_internal()
486 Locale& Locale::init(const char* localeID, UBool canonicalize) in init() argument
521 length = canonicalize ? in init()
533 length = canonicalize ? in init()
/external/guice/core/src/com/google/inject/
DTypeLiteral.java21 import static com.google.inject.internal.MoreTypes.canonicalize;
89 this.type = canonicalize(checkNotNull(type, "type")); in TypeLiteral()
104 return canonicalize(parameterized.getActualTypeArguments()[0]); in getSuperclassTypeParameter()
/external/llvm/include/llvm/ADT/
DImmutableMap.h104 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {} in Canonicalize() argument
106 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true)
107 : F(Alloc), Canonicalize(canonicalize) {} in F()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableMap.h102 Factory(bool canonicalize = true)
103 : Canonicalize(canonicalize) {} in Canonicalize() argument
105 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
106 : F(Alloc), Canonicalize(canonicalize) {} in F()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc34 unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize = in CaseInsensitiveCompareUC16() local
77 canonicalize->get(c1, '\0', s1); in CaseInsensitiveCompareUC16()
80 canonicalize->get(c2, '\0', s2); in CaseInsensitiveCompareUC16()
/external/desugar/java/com/google/devtools/common/options/
DOptionsProvider.java75 List<String> canonicalize(); in canonicalize() method
/external/python/cpython2/Lib/test/decimaltestdata/
DddCanonical.decTest141 -- canonicalize propagated operands
192 ----- Copy: [does not usually canonicalize]
208 ----- CopyAbs: [does not usually canonicalize]
224 ----- CopyNegate: [does not usually canonicalize]
240 ----- CopySign: [does not usually canonicalize]
DdqCanonical.decTest172 -- canonicalize propagated operands
223 ----- Copy: [does not usually canonicalize]
237 ----- CopyAbs: [does not usually canonicalize]
251 ----- CopyNegate: [does not usually canonicalize]
265 ----- CopySign: [does not usually canonicalize]
/external/llvm/test/Transforms/Reassociate/
Dpr21205.ll7 ; Don't canonicalize %conv - undef into %conv + (-undef).
/external/llvm/test/MC/ARM/
Darm-aliases.s4 @ Shift-by-zero should canonicalize to no shift at all (lsl #0 encoding)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DIETFUtils.java442 public static String canonicalize(String s) in canonicalize() method in IETFUtils
585 String v1 = IETFUtils.canonicalize(IETFUtils.valueToString(atv1.getValue())); in atvAreEqual()
586 String v2 = IETFUtils.canonicalize(IETFUtils.valueToString(atv2.getValue())); in atvAreEqual()

1234