Home
last modified time | relevance | path

Searched refs:isDot (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/bookmaker/
DspellCheck.cpp607 bool isDot = '.' == ch; in wordCheck() local
608 hasDot |= isDot; in wordCheck()
614 if (isColon || isDot || isUnderscore || isParen) { in wordCheck()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java754 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) { in setPathSegment()
768 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) { in setEncodedPathSegment()
1125 if (isDot(segment)) {
1142 private boolean isDot(String input) {
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DHttpUrl.java763 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) { in setPathSegment()
777 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) { in setEncodedPathSegment()
1135 if (isDot(segment)) {
1152 private boolean isDot(String input) {
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7657 bool &isDot, const PPCSubtarget &Subtarget) { in getVectorCompareInfo() argument
7661 isDot = false; in getVectorCompareInfo()
7665 case Intrinsic::ppc_altivec_vcmpbfp_p: CompareOpc = 966; isDot = 1; break; in getVectorCompareInfo()
7666 case Intrinsic::ppc_altivec_vcmpeqfp_p: CompareOpc = 198; isDot = 1; break; in getVectorCompareInfo()
7667 case Intrinsic::ppc_altivec_vcmpequb_p: CompareOpc = 6; isDot = 1; break; in getVectorCompareInfo()
7668 case Intrinsic::ppc_altivec_vcmpequh_p: CompareOpc = 70; isDot = 1; break; in getVectorCompareInfo()
7669 case Intrinsic::ppc_altivec_vcmpequw_p: CompareOpc = 134; isDot = 1; break; in getVectorCompareInfo()
7673 isDot = 1; in getVectorCompareInfo()
7678 case Intrinsic::ppc_altivec_vcmpgefp_p: CompareOpc = 454; isDot = 1; break; in getVectorCompareInfo()
7679 case Intrinsic::ppc_altivec_vcmpgtfp_p: CompareOpc = 710; isDot = 1; break; in getVectorCompareInfo()
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10277 bool &isDot, const PPCSubtarget &Subtarget) { in getVectorCompareInfo() argument
10281 isDot = false; in getVectorCompareInfo()
10288 isDot = true; in getVectorCompareInfo()
10292 isDot = true; in getVectorCompareInfo()
10296 isDot = true; in getVectorCompareInfo()
10300 isDot = true; in getVectorCompareInfo()
10304 isDot = true; in getVectorCompareInfo()
10309 isDot = true; in getVectorCompareInfo()
10342 isDot = true; in getVectorCompareInfo()
10348 isDot = true; in getVectorCompareInfo()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9517 bool &isDot, const PPCSubtarget &Subtarget) { in getVectorCompareInfo() argument
9521 isDot = false; in getVectorCompareInfo()
9528 isDot = true; in getVectorCompareInfo()
9532 isDot = true; in getVectorCompareInfo()
9536 isDot = true; in getVectorCompareInfo()
9540 isDot = true; in getVectorCompareInfo()
9544 isDot = true; in getVectorCompareInfo()
9549 isDot = true; in getVectorCompareInfo()
9582 isDot = true; in getVectorCompareInfo()
9588 isDot = true; in getVectorCompareInfo()
[all …]