Home
last modified time | relevance | path

Searched refs:FIVE (Results 1 – 25 of 76) sorted by relevance

1234

/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp926 const llong FIVE(0, 5);
927 const llong NEG_FIVE = -FIVE;
932 const llong TWO_TO_32X5 = TWO_TO_32 * FIVE;
943 &FIVE, &TWO, &TWO,
944 &FIVE, &NEG_TWO, &NEG_TWO,
947 &TWO, &FIVE, &ZERO,
949 &NEG_TWO, &FIVE, &ZERO,
955 &TWO_TO_32, &FIVE, &TWO_TO_32d5,
957 &NEG_TWO_TO_32, &FIVE, &NEG_TWO_TO_32d5,
959 &TWO_TO_32X5, &FIVE, &TWO_TO_32,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dobj-globalhash.test11 RUN: cat %T/hashes-combined.out | FileCheck --check-prefix=CHECK-FIVE %s
45 CHECK-FIVE: obj-hashes-1
46 CHECK-FIVE: obj-hashes-2
47 CHECK-FIVE: TI: 0x1003, LocalHash: {{.*}}, GlobalHash: 20691EA9B88584CC
/external/clang/test/Sema/
Dexprs.c63 #define FIVE 5 in test4() macro
64 var=-FIVE; // no warning with macros. in test4()
65 var=-FIVE; in test4()
/external/clang/test/CodeGenObjC/
Doptimize-ivar-offset-load.m33 // CHECK: [[FIVE:%.*]] = load i32, i32* [[FOUR]], align 4
34 // CHECK: call void @foo(i32 [[FIVE]])
Dobjc-container-subscripting-1.m30 // CHECK-NEXT: [[FIVE:%.*]] = load i8*, i8** @OBJC_SELECTOR_REFERENCES_.2
32 …8*, ...)* @objc_msgSend to void (i8*, i8*, i8*, i32)*)(i8* [[SIX]], i8* [[FIVE]], i8* [[FOUR]], i3…
Dns_consume_null_check.m20 // CHECK: [[FIVE:%.*]] = call i8* @objc_retain
28 // CHECK: call void @objc_release(i8* [[FIVE]]) [[NUW:#[0-9]+]]
/external/clang/test/CodeGenObjCXX/
Dproperty-lvalue-capture.mm31 // CHECK: [[FIVE:%.*]] = bitcast [[ONET]]* [[ZERO:%.*]] to i8*
32 …(i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, %struct.Quad2*)*)(i8* [[FIVE]], i8* [[FOUR]], %s…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DconfusablesWholeScript.txt19 0665 ; Arab; Armn; L # (٥) ARABIC-INDIC DIGIT FIVE
23 06F5 ; Arab; Armn; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
31 0665 ; Arab; Cyrl; L # (٥) ARABIC-INDIC DIGIT FIVE
35 06F5 ; Arab; Cyrl; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
43 0665 ; Arab; Deva; L # (٥) ARABIC-INDIC DIGIT FIVE
48 06F5 ; Arab; Deva; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
57 0665 ; Arab; Geor; L # (٥) ARABIC-INDIC DIGIT FIVE
61 06F5 ; Arab; Geor; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
69 0665 ; Arab; Grek; L # (٥) ARABIC-INDIC DIGIT FIVE
73 06F5 ; Arab; Grek; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DconfusablesWholeScript.txt19 0665 ; Arab; Armn; L # (٥) ARABIC-INDIC DIGIT FIVE
23 06F5 ; Arab; Armn; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
31 0665 ; Arab; Cyrl; L # (٥) ARABIC-INDIC DIGIT FIVE
35 06F5 ; Arab; Cyrl; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
43 0665 ; Arab; Deva; L # (٥) ARABIC-INDIC DIGIT FIVE
48 06F5 ; Arab; Deva; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
57 0665 ; Arab; Geor; L # (٥) ARABIC-INDIC DIGIT FIVE
61 06F5 ; Arab; Geor; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
69 0665 ; Arab; Grek; L # (٥) ARABIC-INDIC DIGIT FIVE
73 06F5 ; Arab; Grek; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
[all …]
/external/icu/icu4c/source/data/unidata/
DconfusablesWholeScript.txt19 0665 ; Arab; Armn; L # (٥) ARABIC-INDIC DIGIT FIVE
23 06F5 ; Arab; Armn; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
31 0665 ; Arab; Cyrl; L # (٥) ARABIC-INDIC DIGIT FIVE
35 06F5 ; Arab; Cyrl; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
43 0665 ; Arab; Deva; L # (٥) ARABIC-INDIC DIGIT FIVE
48 06F5 ; Arab; Deva; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
57 0665 ; Arab; Geor; L # (٥) ARABIC-INDIC DIGIT FIVE
61 06F5 ; Arab; Geor; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
69 0665 ; Arab; Grek; L # (٥) ARABIC-INDIC DIGIT FIVE
73 06F5 ; Arab; Grek; L # (۵) EXTENDED ARABIC-INDIC DIGIT FIVE
[all …]
/external/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c137 const xmmi FIVE = _mm_load_si128((const xmmi *)poly1305_x64_sse2_5); in poly1305_first_block() local
194 p->S21.v = _mm_mul_epu32(p->R21.v, FIVE); in poly1305_first_block()
195 p->S22.v = _mm_mul_epu32(p->R22.v, FIVE); in poly1305_first_block()
196 p->S23.v = _mm_mul_epu32(p->R23.v, FIVE); in poly1305_first_block()
197 p->S24.v = _mm_mul_epu32(p->R24.v, FIVE); in poly1305_first_block()
230 const xmmi FIVE = _mm_load_si128((const xmmi *)poly1305_x64_sse2_5); in poly1305_blocks() local
388 T0 = _mm_add_epi64(T0, _mm_mul_epu32(C2, FIVE)); in poly1305_blocks()
421 const xmmi FIVE = _mm_load_si128((const xmmi *)poly1305_x64_sse2_5); in poly1305_combine() local
521 T0 = _mm_add_epi64(T0, _mm_mul_epu32(C2, FIVE)); in poly1305_combine()
615 T0 = _mm_add_epi64(T0, _mm_mul_epu32(C2, FIVE)); in poly1305_combine()
/external/icu/icu4c/source/data/translit/
DArab_Latn.txt32 # ٭ ↔ ; # ARABIC FIVE POINTED STAR // no need to transliterate
42 ۵ ↔ 5 $disambig ; # EXTENDED ARABIC-INDIC DIGIT FIVE
52 ٥ ↔ 5 ; # ARABIC-INDIC DIGIT FIVE
Dar_ar_Latn_BGN.txt53 # ٭ ↔ ; # ARABIC FIVE POINTED STAR // no need to transliterate
63 ۵ ↔ 5 $disambig ; # EXTENDED ARABIC-INDIC DIGIT FIVE
73 ٥ ↔ 5 ; # ARABIC-INDIC DIGIT FIVE
Dfa_fa_Latn_BGN.txt50 # ٭ ↔ ; # ARABIC FIVE POINTED STAR // no need to transliterate
60 ٥ ↔ 5 $disambig ; # ARABIC-INDIC DIGIT FIVE
70 ۵ ↔ 5 ; # EXTENDED ARABIC-INDIC DIGIT FIVE
Dps_ps_Latn_BGN.txt50 # ٭ ↔ ; # ARABIC FIVE POINTED STAR // no need to transliterate
60 ٥ ↔ 5 $disambig ; # ARABIC-INDIC DIGIT FIVE
70 ۵ ↔ 5 ; # EXTENDED ARABIC-INDIC DIGIT FIVE
DTamil_InterIndic.txt65 ௫→\uE06B; # DIGIT FIVE
DLatin_ASCII.txt470 Ⅴ → V ; # 2164;ROMAN NUMERAL FIVE (compat)
480 Ⅾ → D ; # 216E;ROMAN NUMERAL FIVE HUNDRED (compat)
486 ⅴ → v ; # 2174;SMALL ROMAN NUMERAL FIVE (compat)
496 ⅾ → d ; # 217E;SMALL ROMAN NUMERAL FIVE HUNDRED (compat)
511 ⅚ → ' 5/6' ; # 215A;VULGAR FRACTION FIVE SIXTHS (from ‹character-fallback›)
514 ⅝ → ' 5/8' ; # 215D;VULGAR FRACTION FIVE EIGHTHS (from ‹character-fallback›)
524 ⑸ → '(5)' ; # 2478;PARENTHESIZED DIGIT FIVE (compat)
544 ⒌ → '5.' ; # 248C;DIGIT FIVE FULL STOP (compat)
569 5 → 5 ; # FF15;FULLWIDTH DIGIT FIVE (compat)
DMalayalam_InterIndic.txt80 ൫→\uE06B; # DIGIT FIVE
DTelugu_InterIndic.txt86 ౫→\uE06B; # DIGIT FIVE
DGujarati_InterIndic.txt85 ૫→\uE06B; # DIGIT FIVE
DOriya_InterIndic.txt88 ୫→\uE06B; # DIGIT FIVE
DKannada_InterIndic.txt87 ೫→\uE06B; # DIGIT FIVE
DGurmukhi_InterIndic.txt80 ੫→\uE06B; # DIGIT FIVE
DBengali_InterIndic.txt85 ৫→\uE06B; # DIGIT FIVE
DDevanagari_InterIndic.txt110 ५→\uE06B; # DIGIT FIVE

1234