Home
last modified time | relevance | path

Searched full:add (Results 1 – 25 of 19395) sorted by relevance

12345678910>>...776

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumbersRegionCodeSet.java33 regionCodeSet.add("AC"); in getRegionCodeSet()
34 regionCodeSet.add("AD"); in getRegionCodeSet()
35 regionCodeSet.add("AE"); in getRegionCodeSet()
36 regionCodeSet.add("AF"); in getRegionCodeSet()
37 regionCodeSet.add("AG"); in getRegionCodeSet()
38 regionCodeSet.add("AI"); in getRegionCodeSet()
39 regionCodeSet.add("AL"); in getRegionCodeSet()
40 regionCodeSet.add("AM"); in getRegionCodeSet()
41 regionCodeSet.add("AO"); in getRegionCodeSet()
42 regionCodeSet.add("AR"); in getRegionCodeSet()
[all …]
/external/mesa3d/src/etnaviv/ci/
Detnaviv-vipnano-fails.txt118 Add.Op/input_size_3_weight_size_3_input_channels_120_output_channels_120_stride_2_padding_same_0_is…
119 Add.Op/input_size_3_weight_size_3_input_channels_120_output_channels_128_stride_2_padding_same_0_is…
120 Add.Op/input_size_3_weight_size_3_input_channels_120_output_channels_160_stride_2_padding_same_0_is…
121 Add.Op/input_size_3_weight_size_3_input_channels_120_output_channels_1_stride_2_padding_same_0_is_s…
122 Add.Op/input_size_3_weight_size_3_input_channels_120_output_channels_256_stride_2_padding_same_0_is…
123 Add.Op/input_size_3_weight_size_3_input_channels_120_output_channels_32_stride_2_padding_same_0_is_…
124 Add.Op/input_size_3_weight_size_3_input_channels_128_output_channels_120_stride_2_padding_same_0_is…
125 Add.Op/input_size_3_weight_size_3_input_channels_128_output_channels_128_stride_2_padding_same_0_is…
126 Add.Op/input_size_3_weight_size_3_input_channels_128_output_channels_160_stride_2_padding_same_0_is…
127 Add.Op/input_size_3_weight_size_3_input_channels_128_output_channels_1_stride_2_padding_same_0_is_s…
[all …]
/external/python/cpython3/Lib/test/decimaltestdata/
DdqAdd.decTest32 dqadd001 add 1 1 -> 2
33 dqadd002 add 2 3 -> 5
34 dqadd003 add '5.75' '3.3' -> 9.05
35 dqadd004 add '5' '-3' -> 2
36 dqadd005 add '-5' '-3' -> -8
37 dqadd006 add '-7' '2.5' -> -4.5
38 dqadd007 add '0.7' '0.3' -> 1.0
39 dqadd008 add '1.25' '1.25' -> 2.50
40 dqadd009 add '1.23456789' '1.00000000' -> '2.23456789'
41 dqadd010 add '1.23456789' '1.00000011' -> '2.23456800'
[all …]
DddAdd.decTest32 ddadd001 add 1 1 -> 2
33 ddadd002 add 2 3 -> 5
34 ddadd003 add '5.75' '3.3' -> 9.05
35 ddadd004 add '5' '-3' -> 2
36 ddadd005 add '-5' '-3' -> -8
37 ddadd006 add '-7' '2.5' -> -4.5
38 ddadd007 add '0.7' '0.3' -> 1.0
39 ddadd008 add '1.25' '1.25' -> 2.50
40 ddadd009 add '1.23456789' '1.00000000' -> '2.23456789'
41 ddadd010 add '1.23456789' '1.00000011' -> '2.23456800'
[all …]
Dadd.decTest2 -- add.decTest -- decimal addition --
29 addx001 add 1 1 -> 2
30 addx002 add 2 3 -> 5
31 addx003 add '5.75' '3.3' -> 9.05
32 addx004 add '5' '-3' -> 2
33 addx005 add '-5' '-3' -> -8
34 addx006 add '-7' '2.5' -> -4.5
35 addx007 add '0.7' '0.3' -> 1.0
36 addx008 add '1.25' '1.25' -> 2.50
37 addx009 add '1.23456789' '1.00000000' -> '2.23456789'
[all …]
Drounding.decTest25 -- [We do assume add/minus/plus/subtract are common paths, however, as
43 radx100 add 12345 -0.1 -> 12344 Inexact Rounded
44 radx101 add 12345 -0.01 -> 12344 Inexact Rounded
45 radx102 add 12345 -0.001 -> 12344 Inexact Rounded
46 radx103 add 12345 -0.00001 -> 12344 Inexact Rounded
47 radx104 add 12345 -0.000001 -> 12344 Inexact Rounded
48 radx105 add 12345 -0.0000001 -> 12344 Inexact Rounded
49 radx106 add 12345 0 -> 12345
50 radx107 add 12345 0.0000001 -> 12345 Inexact Rounded
51 radx108 add 12345 0.000001 -> 12345 Inexact Rounded
[all …]
/external/python/cpython2/Lib/test/decimaltestdata/
DdqAdd.decTest32 dqadd001 add 1 1 -> 2
33 dqadd002 add 2 3 -> 5
34 dqadd003 add '5.75' '3.3' -> 9.05
35 dqadd004 add '5' '-3' -> 2
36 dqadd005 add '-5' '-3' -> -8
37 dqadd006 add '-7' '2.5' -> -4.5
38 dqadd007 add '0.7' '0.3' -> 1.0
39 dqadd008 add '1.25' '1.25' -> 2.50
40 dqadd009 add '1.23456789' '1.00000000' -> '2.23456789'
41 dqadd010 add '1.23456789' '1.00000011' -> '2.23456800'
[all …]
DddAdd.decTest32 ddadd001 add 1 1 -> 2
33 ddadd002 add 2 3 -> 5
34 ddadd003 add '5.75' '3.3' -> 9.05
35 ddadd004 add '5' '-3' -> 2
36 ddadd005 add '-5' '-3' -> -8
37 ddadd006 add '-7' '2.5' -> -4.5
38 ddadd007 add '0.7' '0.3' -> 1.0
39 ddadd008 add '1.25' '1.25' -> 2.50
40 ddadd009 add '1.23456789' '1.00000000' -> '2.23456789'
41 ddadd010 add '1.23456789' '1.00000011' -> '2.23456800'
[all …]
Dadd.decTest2 -- add.decTest -- decimal addition --
29 addx001 add 1 1 -> 2
30 addx002 add 2 3 -> 5
31 addx003 add '5.75' '3.3' -> 9.05
32 addx004 add '5' '-3' -> 2
33 addx005 add '-5' '-3' -> -8
34 addx006 add '-7' '2.5' -> -4.5
35 addx007 add '0.7' '0.3' -> 1.0
36 addx008 add '1.25' '1.25' -> 2.50
37 addx009 add '1.23456789' '1.00000000' -> '2.23456789'
[all …]
Drounding.decTest25 -- [We do assume add/minus/plus/subtract are common paths, however, as
43 radx100 add 12345 -0.1 -> 12344 Inexact Rounded
44 radx101 add 12345 -0.01 -> 12344 Inexact Rounded
45 radx102 add 12345 -0.001 -> 12344 Inexact Rounded
46 radx103 add 12345 -0.00001 -> 12344 Inexact Rounded
47 radx104 add 12345 -0.000001 -> 12344 Inexact Rounded
48 radx105 add 12345 -0.0000001 -> 12344 Inexact Rounded
49 radx106 add 12345 0 -> 12345
50 radx107 add 12345 0.0000001 -> 12345 Inexact Rounded
51 radx108 add 12345 0.000001 -> 12345 Inexact Rounded
[all …]
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DShortNumbersRegionCodeSet.java37 regionCodeSet.add("AC"); in getRegionCodeSet()
38 regionCodeSet.add("AD"); in getRegionCodeSet()
39 regionCodeSet.add("AE"); in getRegionCodeSet()
40 regionCodeSet.add("AF"); in getRegionCodeSet()
41 regionCodeSet.add("AG"); in getRegionCodeSet()
42 regionCodeSet.add("AI"); in getRegionCodeSet()
43 regionCodeSet.add("AL"); in getRegionCodeSet()
44 regionCodeSet.add("AM"); in getRegionCodeSet()
45 regionCodeSet.add("AO"); in getRegionCodeSet()
46 regionCodeSet.add("AR"); in getRegionCodeSet()
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDayPeriods.java163 public DayPeriodBuilder add(String dayPeriod, String localeName, int... hours) { in add() method in DayPeriods.DayPeriodBuilder
194 .add("NIGHT1", "night", 0, 1, 2, 3)
195 .add("MORNING1", "morning", 4, 5, 6, 7, 8, 9, 10, 11)
196 .add("AFTERNOON1", "afternoon", 12, 13, 14, 15, 16, 17)
197 .add("EVENING1", "evening", 18, 19, 20)
198 .add("NIGHT1", "night", 21, 22, 23)
202 .add("NIGHT1", "nag", 0, 1, 2, 3, 4)
203 .add("MORNING1", "oggend", 5, 6, 7, 8, 9, 10, 11)
204 .add("AFTERNOON1", "middag", 12, 13, 14, 15, 16, 17)
205 .add("EVENING1", "aand", 18, 19, 20, 21, 22, 23)
[all …]
DDayPeriodsOld.java163 public DayPeriodBuilder add(String dayPeriod, String localeName, int... hours) { in add() method in DayPeriodsOld.DayPeriodBuilder
194 .add("NIGHT1", "night", 0, 1, 2, 3, 4, 5, 21, 22, 23)
195 .add("MORNING1", "morning", 6, 7, 8, 9, 10, 11)
196 .add("AFTERNOON1", "afternoon", 12, 13, 14, 15, 16, 17)
197 .add("EVENING1", "evening", 18, 19, 20)
201 .add("MORNING", "oggend", 5, 6, 7, 8, 9, 10, 11)
202 .add("AFTERNOON", "middag", 12, 13, 14, 15, 16, 17)
203 .add("EVENING", "aand", 18, 19, 20, 21, 22, 23)
204 .add("NIGHT", "nag", 0, 1, 2, 3, 4)
208 .add("MORNING", "ochtend", 6, 7, 8, 9, 10, 11)
[all …]
/external/libtextclassifier/native/annotator/datetime/
Dregex-parser_test.cc90 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 1) in TEST_F()
91 .Add(DatetimeComponent::ComponentType::MONTH, 1) in TEST_F()
92 .Add(DatetimeComponent::ComponentType::YEAR, 1988) in TEST_F()
100 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 1) in TEST_F()
101 .Add(DatetimeComponent::ComponentType::MONTH, 1) in TEST_F()
102 .Add(DatetimeComponent::ComponentType::YEAR, 1988) in TEST_F()
107 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 31) in TEST_F()
108 .Add(DatetimeComponent::ComponentType::MONTH, 1) in TEST_F()
109 .Add(DatetimeComponent::ComponentType::YEAR, 2018) in TEST_F()
114 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 1) in TEST_F()
[all …]
Dgrammar-parser_test.cc80 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 1) in TEST_F()
81 .Add(DatetimeComponent::ComponentType::MONTH, 2) in TEST_F()
82 .Add(DatetimeComponent::ComponentType::YEAR, 2020) in TEST_F()
91 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 2) in TEST_F()
92 .Add(DatetimeComponent::ComponentType::MONTH, 1) in TEST_F()
93 .Add(DatetimeComponent::ComponentType::YEAR, 2020) in TEST_F()
99 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 1) in TEST_F()
100 .Add(DatetimeComponent::ComponentType::MONTH, 1) in TEST_F()
101 .Add(DatetimeComponent::ComponentType::YEAR, 1988) in TEST_F()
109 .Add(DatetimeComponent::ComponentType::DAY_OF_MONTH, 1) in TEST_F()
[all …]
/external/llvm/test/Transforms/Reassociate/
D2012-05-08-UndefLeak.ll10 ; CHECK-NEXT: add i64 %{{.*}}, 1617
12 %t0 = add i64 %x0, 1
13 %t1 = add i64 %x0, 2
14 %t2 = add i64 %x0, 3
15 %t3 = add i64 %x0, 4
16 %t4 = add i64 %x0, 5
17 %t5 = add i64 %x0, 6
18 %t6 = add i64 %x0, 7
19 %t7 = add i64 %x0, 8
20 %t8 = add i64 %x0, 9
[all …]
/external/javaparser/javaparser-core-metamodel-generator/src/main/java/com/github/javaparser/generator/metamodel/
DMetaModelGenerator.java34 add(Node.class);
36 add(BodyDeclaration.class);
37 add(CallableDeclaration.class);
38 add(Statement.class);
39 add(Expression.class);
40 add(Type.class);
42 add(AnnotationExpr.class);
43 add(TypeDeclaration.class);
44 add(ReferenceType.class);
46 add(LiteralExpr.class);
[all …]
/external/boringssl/src/gen/bcm/
Dsha1-586-win.asm29 add eax,esi
93 add ebp,edi
99 add ebp,esi
105 add ebp,edx
111 add ebp,edi
117 add ebp,ecx
123 add ebp,edx
129 add ebp,ebx
135 add ebp,ecx
141 add ebp,eax
[all …]
Dsha1-x86_64-win.asm73 add r13d,ecx
76 add r13d,eax
86 add r12d,ecx
89 add r12d,eax
99 add r11d,ecx
102 add r11d,eax
112 add edi,ecx
115 add edi,eax
125 add esi,ecx
128 add esi,eax
[all …]
/external/zxing/core/src/main/java/com/google/zxing/oned/
DEANManufacturerOrgSupport.java54 private void add(int[] range, String id) { in add() method in EANManufacturerOrgSupport
55 ranges.add(range); in add()
56 countryIdentifiers.add(id); in add()
63 add(new int[] {0,19}, "US/CA"); in initIfNeeded()
64 add(new int[] {30,39}, "US"); in initIfNeeded()
65 add(new int[] {60,139}, "US/CA"); in initIfNeeded()
66 add(new int[] {300,379}, "FR"); in initIfNeeded()
67 add(new int[] {380}, "BG"); in initIfNeeded()
68 add(new int[] {383}, "SI"); in initIfNeeded()
69 add(new int[] {385}, "HR"); in initIfNeeded()
[all …]
/external/cronet/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Dsha1-x86_64-win.asm94 add r13d,ecx
97 add r13d,eax
107 add r12d,ecx
110 add r12d,eax
120 add r11d,ecx
123 add r11d,eax
133 add edi,ecx
136 add edi,eax
146 add esi,ecx
149 add esi,eax
[all …]
/external/rust/crates/quiche/deps/boringssl/win-x86_64/crypto/fipsmodule/
Dsha1-x86_64.asm91 add r13d,ecx
94 add r13d,eax
104 add r12d,ecx
107 add r12d,eax
117 add r11d,ecx
120 add r11d,eax
130 add edi,ecx
133 add edi,eax
143 add esi,ecx
146 add esi,eax
[all …]
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Dsha1-x86_64.asm91 add r13d,ecx
94 add r13d,eax
104 add r12d,ecx
107 add r12d,eax
117 add r11d,ecx
120 add r11d,eax
130 add edi,ecx
133 add edi,eax
143 add esi,ecx
146 add esi,eax
[all …]
/external/openscreen/third_party/boringssl/win-x86/crypto/fipsmodule/
Dsha1-586.asm49 add eax,esi
113 add ebp,edi
119 add ebp,esi
125 add ebp,edx
131 add ebp,edi
137 add ebp,ecx
143 add ebp,edx
149 add ebp,ebx
155 add ebp,ecx
161 add ebp,eax
[all …]
/external/cronet/third_party/boringssl/win-x86/crypto/fipsmodule/
Dsha1-586-win.asm50 add eax,esi
114 add ebp,edi
120 add ebp,esi
126 add ebp,edx
132 add ebp,edi
138 add ebp,ecx
144 add ebp,edx
150 add ebp,ebx
156 add ebp,ecx
162 add ebp,eax
[all …]

12345678910>>...776