Home
last modified time | relevance | path

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

12345678910>>...1106

/aosp_15_r20/external/python/cpython2/Lib/test/decimaltestdata/
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 …]
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 …]
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 …]
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 …]
/aosp_15_r20/external/python/cpython3/Lib/test/decimaltestdata/
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 …]
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 …]
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 …]
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 …]
/aosp_15_r20/external/mesa3d/src/etnaviv/ci/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dduff_riscv64.s9 ADD $8, X25
11 ADD $8, X25
13 ADD $8, X25
15 ADD $8, X25
17 ADD $8, X25
19 ADD $8, X25
21 ADD $8, X25
23 ADD $8, X25
25 ADD $8, X25
27 ADD $8, X25
[all …]
/aosp_15_r20/dalvik/dx/tests/122-switch-with-high-register/
H A Dexpected.txt5 0003: add-int/2addr v1, v3
6 0004: add-int/2addr v1, v4
7 0005: add-int/2addr v1, v5
8 0006: add-int/2addr v1, v6
9 0007: add-int/2addr v1, v7
10 0008: add-int/2addr v1, v8
11 0009: add-int/2addr v1, v9
12 000a: add-int/2addr v1, v10
13 000b: add-int/2addr v1, v11
14 000c: add-int/2addr v1, v12
[all …]
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A 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 …]
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
H A 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 …]
/aosp_15_r20/external/boringssl/src/gen/bcm/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/gen/bcm/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/libtextclassifier/native/annotator/datetime/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
H A 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 …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A 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 …]
/aosp_15_r20/external/openscreen/third_party/boringssl/win-x86/crypto/fipsmodule/
H A 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 …]
/aosp_15_r20/external/rust/crates/quiche/deps/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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/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 …]

12345678910>>...1106