Home
last modified time | relevance | path

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

12345678910>>...360

/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 …]
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 …]
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 …]
/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/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 …]
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/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/javaparser/javaparser-metamodel-generator/src/main/java/com/github/javaparser/generator/metamodel/
DMetaModelGenerator.java33 add(Node.class);
35 add(BodyDeclaration.class);
36 add(CallableDeclaration.class);
37 add(Statement.class);
38 add(Expression.class);
39 add(Type.class);
41 add(AnnotationExpr.class);
42 add(TypeDeclaration.class);
43 add(ReferenceType.class);
45 add(LiteralExpr.class);
[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/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
DJavaParserMetaModel.java19 …bodyDeclarationMetaModel.getConstructorParameters().add(bodyDeclarationMetaModel.annotationsProper… in initializeConstructorParameters()
20 …callableDeclarationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.modifiers… in initializeConstructorParameters()
21 …callableDeclarationMetaModel.getConstructorParameters().add(bodyDeclarationMetaModel.annotationsPr… in initializeConstructorParameters()
22 …callableDeclarationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.typeParam… in initializeConstructorParameters()
23 …callableDeclarationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.namePrope… in initializeConstructorParameters()
24 …callableDeclarationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.parameter… in initializeConstructorParameters()
25 …callableDeclarationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.thrownExc… in initializeConstructorParameters()
26 …callableDeclarationMetaModel.getConstructorParameters().add(callableDeclarationMetaModel.receiverP… in initializeConstructorParameters()
27 typeMetaModel.getConstructorParameters().add(typeMetaModel.annotationsPropertyMetaModel); in initializeConstructorParameters()
28 …annotationExprMetaModel.getConstructorParameters().add(annotationExprMetaModel.namePropertyMetaMod… in initializeConstructorParameters()
[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/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/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/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/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 …]

12345678910>>...360