Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 8349) sorted by relevance

12345678910>>...334

/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 …]
DAlternateFormatsCountryCodeSet.java33 countryCodeSet.add(7); in getCountryCodeSet()
34 countryCodeSet.add(27); in getCountryCodeSet()
35 countryCodeSet.add(30); in getCountryCodeSet()
36 countryCodeSet.add(31); in getCountryCodeSet()
37 countryCodeSet.add(34); in getCountryCodeSet()
38 countryCodeSet.add(36); in getCountryCodeSet()
39 countryCodeSet.add(39); in getCountryCodeSet()
40 countryCodeSet.add(43); in getCountryCodeSet()
41 countryCodeSet.add(44); in getCountryCodeSet()
42 countryCodeSet.add(49); in getCountryCodeSet()
[all …]
DCountryCodeToRegionCodeMap.java42 listWithRegionCode.add("US"); in getCountryCodeToRegionCodeMap()
43 listWithRegionCode.add("AG"); in getCountryCodeToRegionCodeMap()
44 listWithRegionCode.add("AI"); in getCountryCodeToRegionCodeMap()
45 listWithRegionCode.add("AS"); in getCountryCodeToRegionCodeMap()
46 listWithRegionCode.add("BB"); in getCountryCodeToRegionCodeMap()
47 listWithRegionCode.add("BM"); in getCountryCodeToRegionCodeMap()
48 listWithRegionCode.add("BS"); in getCountryCodeToRegionCodeMap()
49 listWithRegionCode.add("CA"); in getCountryCodeToRegionCodeMap()
50 listWithRegionCode.add("DM"); in getCountryCodeToRegionCodeMap()
51 listWithRegionCode.add("DO"); in getCountryCodeToRegionCodeMap()
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVNameMapEnum.h58 add(SourceLanguageUnknown, "Unknown"); in init()
59 add(SourceLanguageESSL, "ESSL"); in init()
60 add(SourceLanguageGLSL, "GLSL"); in init()
61 add(SourceLanguageOpenCL_C, "OpenCL_C"); in init()
62 add(SourceLanguageOpenCL_CPP, "OpenCL_CPP"); in init()
68 add(ExecutionModelVertex, "Vertex"); in SPIRV_DEF_NAMEMAP()
69 add(ExecutionModelTessellationControl, "TessellationControl"); in SPIRV_DEF_NAMEMAP()
70 add(ExecutionModelTessellationEvaluation, "TessellationEvaluation"); in SPIRV_DEF_NAMEMAP()
71 add(ExecutionModelGeometry, "Geometry"); in SPIRV_DEF_NAMEMAP()
72 add(ExecutionModelFragment, "Fragment"); in SPIRV_DEF_NAMEMAP()
[all …]
DSPIRVExtInst.h61 add(OpenCLLIB::Acos, "acos"); in init()
62 add(OpenCLLIB::Acosh, "acosh"); in init()
63 add(OpenCLLIB::Acospi, "acospi"); in init()
64 add(OpenCLLIB::Asin, "asin"); in init()
65 add(OpenCLLIB::Asinh, "asinh"); in init()
66 add(OpenCLLIB::Asinpi, "asinpi"); in init()
67 add(OpenCLLIB::Atan, "atan"); in init()
68 add(OpenCLLIB::Atan2, "atan2"); in init()
69 add(OpenCLLIB::Atanh, "atanh"); in init()
70 add(OpenCLLIB::Atanpi, "atanpi"); in init()
[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 …]
Dinexact.decTest28 inx001 add 1 1 -> 2
29 inx002 add 123456789 0 -> 123456789
30 inx003 add 123456789 0.0 -> 123456789 Rounded
31 inx004 add 123456789 0.00 -> 123456789 Rounded
32 inx005 add 123456789 1 -> 123456790
33 inx006 add 123456789 0.1 -> 123456789 Inexact Rounded
34 inx007 add 123456789 0.01 -> 123456789 Inexact Rounded
35 inx008 add 123456789 0.001 -> 123456789 Inexact Rounded
36 inx009 add 123456789 0.000001 -> 123456789 Inexact Rounded
37 inx010 add 123456789 0.000000001 -> 123456789 Inexact Rounded
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCSharp3Target.java49 add("abstract"); add("event"); add("new"); add("struct");
50 add("as"); add("explicit"); add("null"); add("switch");
51 add("base"); add("extern"); add("object"); add("this");
52 add("bool"); add("false"); add("operator"); add("throw");
53 add("break"); add("finally"); add("out"); add("true");
54 add("byte"); add("fixed"); add("override"); add("try");
55 add("case"); add("float"); add("params"); add("typeof");
56 add("catch"); add("for"); add("private"); add("uint");
57 add("char"); add("foreach"); add("protected"); add("ulong");
58 add("checked"); add("goto"); add("public"); add("unchecked");
[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/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp185 PM.add(createCFLSteensAAWrapperPass()); in addInitialAliasAnalysisPasses()
188 PM.add(createCFLAndersAAWrapperPass()); in addInitialAliasAnalysisPasses()
191 PM.add(createCFLSteensAAWrapperPass()); in addInitialAliasAnalysisPasses()
192 PM.add(createCFLAndersAAWrapperPass()); in addInitialAliasAnalysisPasses()
201 PM.add(createTypeBasedAAWrapperPass()); in addInitialAliasAnalysisPasses()
202 PM.add(createScopedNoAliasAAWrapperPass()); in addInitialAliasAnalysisPasses()
208 PM.add(createInstructionCombiningPass(ExpensiveCombines)); in addInstructionCombiningPass()
217 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateFunctionPassManager()
223 FPM.add(createCFGSimplificationPass()); in populateFunctionPassManager()
224 FPM.add(createSROAPass()); in populateFunctionPassManager()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPassManagerBuilder.cpp77 PM.add(createTypeBasedAliasAnalysisPass()); in addInitialAliasAnalysisPasses()
78 PM.add(createBasicAliasAnalysisPass()); in addInitialAliasAnalysisPasses()
85 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo)); in populateFunctionPassManager()
91 FPM.add(createCFGSimplificationPass()); in populateFunctionPassManager()
92 FPM.add(createScalarReplAggregatesPass()); in populateFunctionPassManager()
93 FPM.add(createEarlyCSEPass()); in populateFunctionPassManager()
94 FPM.add(createLowerExpectIntrinsicPass()); in populateFunctionPassManager()
101 MPM.add(Inliner); in populateModulePassManager()
108 if (LibraryInfo) MPM.add(new TargetLibraryInfo(*LibraryInfo)); in populateModulePassManager()
113 MPM.add(createGlobalOptimizerPass()); // Optimize out global vars in populateModulePassManager()
[all …]
/external/llvm/test/CodeGen/X86/
D2009-03-23-MultiUseSched.ll38 %tmp25 = add i64 %tmp6, %tmp5 ; <i64> [#uses=1]
39 %tmp26 = add i64 %tmp25, %tmp4 ; <i64> [#uses=1]
40 %tmp27 = add i64 %tmp7, %tmp4 ; <i64> [#uses=1]
41 %tmp28 = add i64 %tmp27, %tmp26 ; <i64> [#uses=1]
42 %tmp29 = add i64 %tmp28, %tmp24 ; <i64> [#uses=2]
43 %tmp30 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1]
44 %tmp31 = add i64 %tmp30, %tmp ; <i64> [#uses=1]
45 %tmp32 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1]
46 %tmp33 = add i64 %tmp31, %tmp32 ; <i64> [#uses=1]
47 %tmp34 = add i64 %tmp29, %tmp3 ; <i64> [#uses=5]
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-03-23-MultiUseSched.ll37 %tmp25 = add i64 %tmp6, %tmp5 ; <i64> [#uses=1]
38 %tmp26 = add i64 %tmp25, %tmp4 ; <i64> [#uses=1]
39 %tmp27 = add i64 %tmp7, %tmp4 ; <i64> [#uses=1]
40 %tmp28 = add i64 %tmp27, %tmp26 ; <i64> [#uses=1]
41 %tmp29 = add i64 %tmp28, %tmp24 ; <i64> [#uses=2]
42 %tmp30 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1]
43 %tmp31 = add i64 %tmp30, %tmp ; <i64> [#uses=1]
44 %tmp32 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1]
45 %tmp33 = add i64 %tmp31, %tmp32 ; <i64> [#uses=1]
46 %tmp34 = add i64 %tmp29, %tmp3 ; <i64> [#uses=5]
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
D2011-10-04-ConstEvolve.ll14 %0 = add i32 %iv, 1
15 %1 = add i32 %0, 2
16 %2 = add i32 %1, %0
17 %3 = add i32 %2, %1
18 %4 = add i32 %3, %2
19 %5 = add i32 %4, %3
20 %6 = add i32 %5, %4
21 %7 = add i32 %6, %5
22 %8 = add i32 %7, %6
23 %9 = add i32 %8, %7
[all …]
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
D2011-10-04-ConstEvolve.ll14 %0 = add i32 %iv, 1
15 %1 = add i32 %0, 2
16 %2 = add i32 %1, %0
17 %3 = add i32 %2, %1
18 %4 = add i32 %3, %2
19 %5 = add i32 %4, %3
20 %6 = add i32 %5, %4
21 %7 = add i32 %6, %5
22 %8 = add i32 %7, %6
23 %9 = add i32 %8, %7
[all …]
/external/llvm/test/Transforms/LoopUnroll/PowerPC/
Dp7-unrolling.ll8 %inc = add i32 %iv, 1
17 ; CHECK: add
18 ; CHECK-NEXT: add
19 ; CHECK-NEXT: add
20 ; CHECK-NEXT: add
21 ; CHECK-NEXT: add
22 ; CHECK-NEXT: add
23 ; CHECK-NEXT: add
24 ; CHECK-NEXT: add
25 ; CHECK-NEXT: add
[all …]
/external/r8/src/test/java/com/android/tools/r8/debug/
DInterfaceMethodTest.java23 commands.add(breakpoint(debuggeeClass, "testDefaultMethod")); in testDefaultMethod()
24 commands.add(run()); in testDefaultMethod()
25 commands.add(checkMethod(debuggeeClass, "testDefaultMethod")); in testDefaultMethod()
26 commands.add(checkLine(SOURCE_FILE, 31)); in testDefaultMethod()
30 commands.add(stepInto()); in testDefaultMethod()
32 commands.add(stepInto()); in testDefaultMethod()
35 commands.add(checkLocal("this")); in testDefaultMethod()
37 commands.add(checkLocal(parameterName)); in testDefaultMethod()
38 commands.add(stepOver()); in testDefaultMethod()
39 commands.add(checkLocal(parameterName)); in testDefaultMethod()
[all …]
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
Dmblaze_operands.s10 # CHECK: add
13 add r0, r0, r0
15 # CHECK: add
18 add r1, r1, r1
20 # CHECK: add
23 add r2, r2, r2
25 # CHECK: add
28 add r3, r3, r3
30 # CHECK: add
33 add r4, r4, r4
[all …]
/external/boringssl/linux-aarch64/crypto/fipsmodule/
Dsha1-armv8.S18 add x16,x16,x17
24 add x29,sp,#0
45 add w24,w24,w28 // warm it up
46 add w24,w24,w3
52 add w23,w23,w28 // future e+=K
54 add w24,w24,w27 // e+=rot(a,5)
56 add w23,w23,w4 // future e+=X[i]
57 add w24,w24,w25 // e+=F(b,c,d)
66 add w22,w22,w28 // future e+=K
68 add w23,w23,w27 // e+=rot(a,5)
[all …]
/external/boringssl/ios-aarch64/crypto/fipsmodule/
Dsha1-armv8.S17 add x16,x16,x17
23 add x29,sp,#0
44 add w24,w24,w28 // warm it up
45 add w24,w24,w3
51 add w23,w23,w28 // future e+=K
53 add w24,w24,w27 // e+=rot(a,5)
55 add w23,w23,w4 // future e+=X[i]
56 add w24,w24,w25 // e+=F(b,c,d)
65 add w22,w22,w28 // future e+=K
67 add w23,w23,w27 // e+=rot(a,5)
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java58 chardata.add("H"); in TestDefaultRuleBasedCharacterIteration()
59 chardata.add("e"); in TestDefaultRuleBasedCharacterIteration()
60 chardata.add("l"); in TestDefaultRuleBasedCharacterIteration()
61 chardata.add("l"); in TestDefaultRuleBasedCharacterIteration()
62 chardata.add("o"); in TestDefaultRuleBasedCharacterIteration()
63 chardata.add("e\u0301"); // acuteE in TestDefaultRuleBasedCharacterIteration()
64 chardata.add("&"); in TestDefaultRuleBasedCharacterIteration()
65 chardata.add("e\u0303"); // tildaE in TestDefaultRuleBasedCharacterIteration()
67 chardata.add("\u0906"); // devanagiri AA in TestDefaultRuleBasedCharacterIteration()
69 chardata.add("\u0916\u0947"); // devanagiri KHA+vowelsign E in TestDefaultRuleBasedCharacterIteration()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java59 chardata.add("H"); in TestDefaultRuleBasedCharacterIteration()
60 chardata.add("e"); in TestDefaultRuleBasedCharacterIteration()
61 chardata.add("l"); in TestDefaultRuleBasedCharacterIteration()
62 chardata.add("l"); in TestDefaultRuleBasedCharacterIteration()
63 chardata.add("o"); in TestDefaultRuleBasedCharacterIteration()
64 chardata.add("e\u0301"); // acuteE in TestDefaultRuleBasedCharacterIteration()
65 chardata.add("&"); in TestDefaultRuleBasedCharacterIteration()
66 chardata.add("e\u0303"); // tildaE in TestDefaultRuleBasedCharacterIteration()
68 chardata.add("\u0906"); // devanagiri AA in TestDefaultRuleBasedCharacterIteration()
70 chardata.add("\u0916\u0947"); // devanagiri KHA+vowelsign E in TestDefaultRuleBasedCharacterIteration()
[all …]

12345678910>>...334