Home
last modified time | relevance | path

Searched refs:NARROW (Results 1 – 25 of 85) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwiden_cast-4.ll2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse4.2 | FileCheck %s --check-prefix=NARROW
8 ; NARROW-LABEL: update:
9 ; NARROW: # %bb.0: # %entry
10 ; NARROW-NEXT: subl $12, %esp
11 ; NARROW-NEXT: movl $0, (%esp)
12 ; NARROW-NEXT: pcmpeqd %xmm0, %xmm0
13 ; NARROW-NEXT: movdqa {{.*#+}} xmm1 = <0,2,4,6,8,10,12,14,u,u,u,u,u,u,u,u>
14 ; NARROW-NEXT: jmp .LBB0_1
15 ; NARROW-NEXT: .p2align 4, 0x90
16 ; NARROW-NEXT: .LBB0_2: # %forbody
[all …]
/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp68 …ype width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; in TestGetMonths2()
93 …ype width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; in TestGetWeekdays2()
254 …codeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
255 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
256 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) != in TestSymbols()
257 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
275 …andaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); in TestSymbols()
276 ….setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); in TestSymbols()
277 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) != in TestSymbols()
278 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW )) { in TestSymbols()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java62 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
84 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
221 … final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
222 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
223 … final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
266 …ing[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
267 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
268 …ng[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
345 … final String[] narrowWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
346 fr.setWeekdays(narrowWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
DMeasureUnitTest.java1311 ULocale.FRENCH, FormatWidth.NARROW); in TestExamplesInDocs()
1443 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf); in TestFormatPeriodEn()
1650 {ULocale.ENGLISH, FormatWidth.NARROW, "2mi 1\u2032 2.3\u2033"}, in testMultiples()
1653 …{russia, FormatWidth.NARROW, "2 \u043C\u0438\u043B\u044C 1 \u0444\u0442 2,3 \u0434\u044E\u0439\u04… in testMultiples()
1681 { ulocDanish, FormatWidth.NARROW, "5 t og 37 min" }, in testManyLocaleDurations()
1683 { ULocale.GERMAN, FormatWidth.NARROW, "5 Std., 37 Min." }, in testManyLocaleDurations()
1685 { ULocale.ENGLISH, FormatWidth.NARROW, "5h 37m" }, in testManyLocaleDurations()
1687 { ulocSpanish, FormatWidth.NARROW, "5h 37min" }, in testManyLocaleDurations()
1689 { ulocFinnish, FormatWidth.NARROW, "5t 37min" }, in testManyLocaleDurations()
1691 { ULocale.FRENCH, FormatWidth.NARROW, "5h 37\u202Fmin" }, in testManyLocaleDurations()
[all …]
DPluralRangesTest.java88 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "€0.00–1.00"}, in TestFormatting()
89 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00–1,00 €"}, in TestFormatting()
90 … {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0–100\u00a0JPY"}, in TestFormatting()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java65 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
87 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
224 … final String[] narrowMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
225 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
226 … final String[] narrowMonths1 = fr.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
269 …ing[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
270 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
271 …ng[] standaloneNarrowMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
348 … final String[] narrowWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
349 fr.setWeekdays(narrowWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
DMeasureUnitTest.java1314 ULocale.FRENCH, FormatWidth.NARROW); in TestExamplesInDocs()
1446 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NARROW, nf); in TestFormatPeriodEn()
1653 {ULocale.ENGLISH, FormatWidth.NARROW, "2mi 1\u2032 2.3\u2033"}, in testMultiples()
1656 …{russia, FormatWidth.NARROW, "2 \u043C\u0438\u043B\u044C 1 \u0444\u0442 2,3 \u0434\u044E\u0439\u04… in testMultiples()
1684 { ulocDanish, FormatWidth.NARROW, "5 t og 37 min" }, in testManyLocaleDurations()
1686 { ULocale.GERMAN, FormatWidth.NARROW, "5 Std., 37 Min." }, in testManyLocaleDurations()
1688 { ULocale.ENGLISH, FormatWidth.NARROW, "5h 37m" }, in testManyLocaleDurations()
1690 { ulocSpanish, FormatWidth.NARROW, "5h 37min" }, in testManyLocaleDurations()
1692 { ulocFinnish, FormatWidth.NARROW, "5t 37min" }, in testManyLocaleDurations()
1694 { ULocale.FRENCH, FormatWidth.NARROW, "5h 37\u202Fmin" }, in testManyLocaleDurations()
[all …]
DPluralRangesTest.java91 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.NARROW, Currency.getInstance("EUR"), "€0.00–1.00"}, in TestFormatting()
92 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00–1,00 €"}, in TestFormatting()
93 … {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0–100\u00a0JPY"}, in TestFormatting()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDateFormatSymbols.java117 public static final int NARROW = 2; field in DateFormatSymbols
312 case NARROW: in getMonths()
345 case NARROW: in setMonths()
398 case NARROW: in getWeekdays()
422 case NARROW: in setWeekdays()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dselect-bitext-bitwise-ops.ll9 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
10 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
45 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
46 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
81 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
82 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
Dselect-obo-peo-ops.ll9 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
10 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
28 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
29 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
47 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
48 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
66 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
67 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
85 ; CHECK-NEXT: [[NARROW:%.*]] = select i1 [[TMP3]], i32 0, i32 [[TMP2]]
86 ; CHECK-NEXT: [[TMP4:%.*]] = zext i32 [[NARROW]] to i64
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java138 public static final int NARROW = 2; field in DateFormatSymbols
782 case NARROW : in getMonths()
796 case NARROW : in getMonths()
833 case NARROW : in setMonths()
848 case NARROW : in setMonths()
905 case NARROW : in getWeekdays()
921 case NARROW : in getWeekdays()
953 case NARROW : in setWeekdays()
969 case NARROW : in setWeekdays()
1028 case NARROW : in getQuarters()
[all …]
DDateTimePatternGenerator.java250 if (getFieldDisplayName(i, DisplayWidth.NARROW) == null) { in fillInMissing()
251 … setFieldDisplayName(i, DisplayWidth.NARROW, getFieldDisplayName(i, DisplayWidth.ABBREVIATED)); in fillInMissing()
1112 NARROW("-narrow"); enumConstant
2201 NARROW = -0x101, field in DateTimePatternGenerator
2275 {'G', ERA, NARROW, 5},
2283 {'U', YEAR, NARROW, 5},
2288 {'Q', QUARTER, NARROW, 5},
2292 {'q', QUARTER, NARROW - DELTA, 5},
2297 {'M', MONTH, NARROW, 5},
2301 {'L', MONTH, NARROW - DELTA, 5},
[all …]
DRelativeDateTimeFormatter.java95 NARROW; enumConstant
508 DateFormatSymbols.WIDE, DateFormatSymbols.SHORT, DateFormatSymbols.NARROW
932 return Style.NARROW; in styleFromKey()
943 return Style.NARROW; in styleFromAlias()
952 case NARROW: return 7; in styleSuffixLength()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java142 public static final int NARROW = 2; field in DateFormatSymbols
800 case NARROW : in getMonths()
814 case NARROW : in getMonths()
853 case NARROW : in setMonths()
868 case NARROW : in setMonths()
929 case NARROW : in getWeekdays()
945 case NARROW : in getWeekdays()
978 case NARROW : in setWeekdays()
994 case NARROW : in setWeekdays()
1057 case NARROW : in getQuarters()
[all …]
DDateTimePatternGenerator.java254 if (getFieldDisplayName(i, DisplayWidth.NARROW) == null) { in fillInMissing()
255 … setFieldDisplayName(i, DisplayWidth.NARROW, getFieldDisplayName(i, DisplayWidth.ABBREVIATED)); in fillInMissing()
1144 NARROW("-narrow"); enumConstant
2224 NARROW = -0x101, field in DateTimePatternGenerator
2298 {'G', ERA, NARROW, 5},
2306 {'U', YEAR, NARROW, 5},
2311 {'Q', QUARTER, NARROW, 5},
2315 {'q', QUARTER, NARROW - DELTA, 5},
2320 {'M', MONTH, NARROW, 5},
2324 {'L', MONTH, NARROW - DELTA, 5},
[all …]
/external/python/cpython3/Include/
Dpyport.h298 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \ argument
299 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
301 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
/external/python/cpython2/Include/
Dpyport.h455 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \ argument
456 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
458 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
/external/icu/icu4c/source/i18n/
Dudat.cpp651 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
659 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
671 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
687 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
715 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
727 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
789 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
797 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
809 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
825 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp690 case NARROW : in getMonths()
709 case NARROW : in getMonths()
756 case NARROW : in getWeekdays()
778 case NARROW : in getWeekdays()
809 case NARROW : in getQuarters()
828 case NARROW : in getQuarters()
1003 case NARROW : in setMonths()
1030 case NARROW : in setMonths()
1104 case NARROW : in setWeekdays()
1138 case NARROW : in setWeekdays()
[all …]
/external/v8/src/objects/
Djs-list-format.cc44 case JSListFormat::Style::NARROW: in GetIcuStyleString()
67 case JSListFormat::Style::NARROW: in GetIcuStyleString()
78 case JSListFormat::Style::NARROW: in GetIcuStyleString()
93 if (strcmp(&str[1], "arrow") == 0) return JSListFormat::Style::NARROW; in get_style()
231 case Style::NARROW: in StyleAsString()
Djs-relative-time-format.cc35 case JSRelativeTimeFormat::Style::NARROW: in getIcuStyle()
46 if (strcmp(str, "narrow") == 0) return JSRelativeTimeFormat::Style::NARROW; in getStyle()
195 case Style::NARROW: in StyleAsString()
Djs-relative-time-format.h59 NARROW, // Use the shortest possible form. enumerator
88 STATIC_ASSERT(Style::NARROW <= StyleBits::kMax);
Djs-list-format.h67 NARROW, // Use the shortest possible form. enumerator
94 STATIC_ASSERT(Style::NARROW <= StyleBits::kMax);
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatter.java104 NARROW, enumConstant

1234