Home
last modified time | relevance | path

Searched refs:LOWER (Results 1 – 25 of 103) sorted by relevance

12345

/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dpostlegalizer-lowering-adjust-icmp-imm.mir2 …ss=aarch64-postlegalizer-lowering -verify-machineinstrs %s -o - | FileCheck %s --check-prefix=LOWER
21 ; LOWER-LABEL: name: slt_to_sle_s32
22 ; LOWER: liveins: $w0
23 ; LOWER: %reg:_(s32) = COPY $w0
24 ; LOWER: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 4096
25 ; LOWER: %cmp:_(s32) = G_ICMP intpred(sle), %reg(s32), [[C]]
26 ; LOWER: $w0 = COPY %cmp(s32)
27 ; LOWER: RET_ReallyLR implicit $w0
55 ; LOWER-LABEL: name: slt_to_sle_s64
56 ; LOWER: liveins: $x0
[all …]
/external/guava/android/guava-tests/test/com/google/common/base/
DAsciiTest.java37 private static final String LOWER = "abcdefghijklmnopqrstuvwxyz"; field in AsciiTest
41 assertEquals(LOWER, Ascii.toLowerCase(UPPER)); in testToLowerCase()
42 assertSame(LOWER, Ascii.toLowerCase(LOWER)); in testToLowerCase()
48 assertEquals(UPPER, Ascii.toUpperCase(LOWER)); in testToUpperCase()
65 for (char c : LOWER.toCharArray()) { in testCharsLower()
131 assertTrue(Ascii.equalsIgnoreCase(LOWER, UPPER)); in testEqualsIgnoreCase()
132 assertTrue(Ascii.equalsIgnoreCase(UPPER, LOWER)); in testEqualsIgnoreCase()
/external/guava/guava-tests/test/com/google/common/base/
DAsciiTest.java37 private static final String LOWER = "abcdefghijklmnopqrstuvwxyz"; field in AsciiTest
41 assertEquals(LOWER, Ascii.toLowerCase(UPPER)); in testToLowerCase()
42 assertSame(LOWER, Ascii.toLowerCase(LOWER)); in testToLowerCase()
48 assertEquals(UPPER, Ascii.toUpperCase(LOWER)); in testToUpperCase()
65 for (char c : LOWER.toCharArray()) { in testCharsLower()
131 assertTrue(Ascii.equalsIgnoreCase(LOWER, UPPER)); in testEqualsIgnoreCase()
132 assertTrue(Ascii.equalsIgnoreCase(UPPER, LOWER)); in testEqualsIgnoreCase()
/external/mtools/
Dfile_name.c50 LOWER enumerator
81 *Case = LOWER; in TranslateToDos()
84 if(*Case == LOWER && !mtools_no_vfat) in TranslateToDos()
139 if(BaseCase == LOWER) in dos_name()
141 if(ExtCase == LOWER) in dos_name()
/external/llvm-project/llvm/test/Transforms/PGOProfile/
Dindirect_call_profile_funclet.ll2 ; RUN: opt < %s -pgo-instr-gen -instrprof -S | FileCheck %s --check-prefix=LOWER
5 ; RUN: opt < %s -passes=pgo-instr-gen,instrprof -S | FileCheck %s --check-prefix=LOWER
63 ; LOWER: catch:
64 ; LOWER: call void @__llvm_profile_instrument_target(
65 ; LOWER-SAME: [ "funclet"(token %tmp1) ]
Dmemop_profile_funclet.ll2 ; RUN: opt < %s -pgo-instr-gen -instrprof -S | FileCheck %s --check-prefixes=LOWER
5 ; RUN: opt < %s -passes=pgo-instr-gen,instrprof -S | FileCheck %s --check-prefixes=LOWER
65 ; LOWER: catch:
66 ; LOWER: call void @__llvm_profile_instrument_memop(
67 ; LOWER-SAME: [ "funclet"(token %tmp1) ]
Dindirect_call_profile.ll3 ; RUN: opt < %s -passes=pgo-instr-gen,instrprof -S | FileCheck %s --check-prefix=LOWER
57 ; LOWER: @__profd_foo3.[[FOO3_HASH:[0-9]+]] = linkonce_odr{{.*}}@__profc_foo3.[[FOO3_HASH]]
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmsgpack.cpp18 #define X(NAME, WIDTH, PAYLOAD, LOWER, UPPER) \ in type_name() argument
30 #define X(NAME, WIDTH, PAYLOAD, LOWER, UPPER) \ in bytes_used_fixed() argument
41 #define X(NAME, WIDTH, PAYLOAD, LOWER, UPPER) \ in parse_type() argument
42 if (x >= LOWER && x <= UPPER) { \ in parse_type()
156 #define X(NAME, WIDTH, PAYLOAD, LOWER, UPPER) \ in payload_info() argument
Dmsgpack.h104 #define X(NAME, WIDTH, PAYLOAD, LOWER, UPPER) NAME, argument
220 #define X(NAME, WIDTH, PAYLOAD, LOWER, UPPER) \ in handle_msgpack() argument
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py40 LOWER = .2 variable
51 min_angle = LOWER * 2. * np.pi
66 shape=[batch_size, 1], minval=1. + LOWER, maxval=1. + UPPER)
68 shape=[batch_size, 1], minval=1. + LOWER, maxval=1. + UPPER)
/external/rust/crates/regex-syntax/src/unicode_tables/
Dsentence_break.rs16 ("Lower", LOWER),
399 pub const LOWER: &'static [(char, char)] = &[ constant
/external/llvm-project/llvm/test/tools/llvm-symbolizer/
Dinput-base.test20 RUN: llvm-addr2line -e /dev/null -a 0o1234 | FileCheck %s --check-prefix=INVALID-NOT-OCTAL-LOWER
29 INVALID-NOT-OCTAL-LOWER: 0o1234
30 INVALID-NOT-OCTAL-LOWER-NOT: ??
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DFuzzySymbolIndex.cpp53 enum CharType { UPPER, LOWER, DIGIT, MISC }; enumerator
58 return LOWER; in classify()
83 else if (Type == LOWER) in tokenize()
/external/llvm-project/llvm/test/tools/llvm-ar/
Dwindows-name-case.test11 # RUN: FileCheck %s -input-file=%t/archive.a --check-prefix=LOWER --implicit-check-not=FILE.TXT
15 # LOWER: file.txt
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java214 if(getTypeFromProps(props)==LOWER) { in toupper()
220 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toupper()
234 if(getTypeFromProps(props)==LOWER) { in totitle()
240 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in totitle()
1167 if(getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1255 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1509 return LOWER==getType(c); in hasBinaryProperty()
1587 public static final int LOWER=1; field in UCaseProps
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java210 if(getTypeFromProps(props)==LOWER) { in toupper()
216 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toupper()
230 if(getTypeFromProps(props)==LOWER) { in totitle()
236 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in totitle()
1162 if(getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1250 if(hasSlot(excWord, EXC_DELTA) && getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1504 return LOWER==getType(c); in hasBinaryProperty()
1582 public static final int LOWER=1; field in UCaseProps
/external/turbine/java/com/google/turbine/processing/
DTurbineTypes.java231 && a.boundKind() == BoundKind.LOWER in isSameWildType()
244 case LOWER: in isSameWildType()
254 case LOWER: in isSameWildType()
261 case LOWER: in isSameWildType()
262 return b.boundKind() == BoundKind.LOWER && isSameType(a.bound(), b.bound()); in isSameWildType()
274 && w.boundKind() == BoundKind.LOWER in isSameClassType()
575 case LOWER: in substWildTy()
728 case LOWER: in containedBy()
735 case LOWER: in containedBy()
740 case LOWER: in containedBy()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationKey.java107 public static final int LOWER = 0; field in CollationKey.BoundMode
456 case BoundMode.LOWER: // = 0 in getBound()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationKey.java105 public static final int LOWER = 0; field in CollationKey.BoundMode
445 case BoundMode.LOWER: // = 0 in getBound()
/external/turbine/java/com/google/turbine/bytecode/sig/
DSig.java159 LOWER, enumConstant
209 return BoundKind.LOWER; in boundKind()
/external/llvm/test/Transforms/PGOProfile/
Dindirect_call_profile.ll3 ; RUN: opt < %s -passes=pgo-instr-gen,instrprof -S | FileCheck %s --check-prefix=LOWER
57 ; LOWER: @__profd_foo3 = linkonce_odr{{.*}}@foo3
/external/rust/crates/uuid/src/adapter/
Dmod.rs124 const LOWER: [u8; 16] = [ constant
155 let hex = if upper { &UPPER } else { &LOWER }; in encode()
/external/turbine/java/com/google/turbine/type/
DType.java339 LOWER enumConstant
403 return BoundKind.LOWER; in boundKind()
/external/turbine/java/com/google/turbine/types/
DErasure.java99 case LOWER: in eraseWildTy()
/external/unicode/
Demoji-variation-sequences.txt622 1F58A FE0E ; text style; # (7.0) LOWER LEFT BALLPOINT PEN
623 1F58A FE0F ; emoji style; # (7.0) LOWER LEFT BALLPOINT PEN
624 1F58B FE0E ; text style; # (7.0) LOWER LEFT FOUNTAIN PEN
625 1F58B FE0F ; emoji style; # (7.0) LOWER LEFT FOUNTAIN PEN
626 1F58C FE0E ; text style; # (7.0) LOWER LEFT PAINTBRUSH
627 1F58C FE0F ; emoji style; # (7.0) LOWER LEFT PAINTBRUSH
628 1F58D FE0E ; text style; # (7.0) LOWER LEFT CRAYON
629 1F58D FE0F ; emoji style; # (7.0) LOWER LEFT CRAYON

12345