/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | alu32_perm.ll | 13 ; CHECK: = combine({{.*}}, #0) 20 ; CHECK: = combine(#0, {{.*}}) 27 ; CHECK: = combine(#0, #0) 29 declare i32 @llvm.hexagon.A2.combine.hh(i32, i32) 31 %z = call i32 @llvm.hexagon.A2.combine.hh(i32 %a, i32 %b) 34 ; CHECK: = combine({{.*}}, {{.*}}) 36 declare i32 @llvm.hexagon.A2.combine.hl(i32, i32) 38 %z = call i32 @llvm.hexagon.A2.combine.hl(i32 %a, i32 %b) 41 ; CHECK: = combine({{.*}}, {{.*}}) 43 declare i32 @llvm.hexagon.A2.combine.lh(i32, i32) [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_texblend.c | 134 const struct gl_tex_env_combine_state * combine, in i830SetTexEnvCombine() argument 138 const GLuint numColorArgs = combine->_NumArgsRGB; in i830SetTexEnvCombine() 139 const GLuint numAlphaArgs = combine->_NumArgsA; in i830SetTexEnvCombine() 169 switch (combine->ModeRGB) { in i830SetTexEnvCombine() 171 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine() 181 rgb_shift = combine->ScaleShiftRGB; in i830SetTexEnvCombine() 182 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine() 187 switch (combine->ModeRGB) { in i830SetTexEnvCombine() 223 switch (combine->SourceRGB[i]) { in i830SetTexEnvCombine() 231 args_RGB[i] = GetTexelOp(combine->SourceRGB[i] - GL_TEXTURE0); in i830SetTexEnvCombine() [all …]
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | alu32_perm.txt | 6 # CHECK: r17 = combine(r31.h, r21.h) 8 # CHECK: r17 = combine(r31.h, r21.l) 10 # CHECK: r17 = combine(r31.l, r21.h) 12 # CHECK: r17 = combine(r31.l, r21.l) 14 # CHECK: r17:16 = combine(#21, #31) 16 # CHECK: r17:16 = combine(#21, r31) 18 # CHECK: r17:16 = combine(r21, #31) 20 # CHECK: r17:16 = combine(r21, r31)
|
/external/llvm/test/Transforms/CodeExtractor/ |
D | 2004-03-18-InvokeHandling.ll | 11 i32 61, label %combine 12 i32 33, label %combine 13 i32 94, label %combine 14 i32 37, label %combine 15 i32 47, label %combine 16 i32 42, label %combine 17 i32 62, label %combine 18 i32 60, label %combine 19 i32 58, label %combine 20 i32 124, label %combine [all …]
|
/external/opencv3/modules/calib3d/test/ |
D | test_fisheye.cpp | 58 …datasets_repository_path = combine(cvtest::TS::ptr()->get_data_path(), "cv/cameracalibration/fishe… in SetUp() 62 std::string combine(const std::string& _item1, const std::string& _item2); 105 …std::string file = combine(datasets_repository_path, "/calib-3_stereo_from_JY/left/stereo_pair_014… in TEST_F() 112 cv::Mat correct = cv::imread(combine(datasets_repository_path, "new_f_100.png")); in TEST_F() 114 CV_Assert(cv::imwrite(combine(datasets_repository_path, "new_f_100.png"), undistorted)); in TEST_F() 122 cv::Mat correct = cv::imread(combine(datasets_repository_path, "balance_1.0.png")); in TEST_F() 124 … CV_Assert(cv::imwrite(combine(datasets_repository_path, "balance_1.0.png"), undistorted)); in TEST_F() 133 cv::Mat correct = cv::imread(combine(datasets_repository_path, "balance_0.0.png")); in TEST_F() 135 … CV_Assert(cv::imwrite(combine(datasets_repository_path, "balance_0.0.png"), undistorted)); in TEST_F() 243 const std::string folder =combine(datasets_repository_path, "calib-3_stereo_from_JY"); in TEST_F() [all …]
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | FuturesCombineBenchmark.java | 39 @Override <V> ListenableFuture<V> combine(final Callable<V> combiner, Executor executor, in combine() method 59 <V> ListenableFuture<V> combine(Callable<V> combiner, final Executor executor, 61 return Futures.combine(combiner, executor, futures); 65 abstract <V> ListenableFuture<V> combine( 89 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get(); 104 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get(); 115 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures); 131 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/ |
D | StylesTest.java | 25 assertEquals(null, Styles.combine()); in testCombine1() 30 assertEquals(null, Styles.combine((String) null)); in testCombine2() 35 assertEquals("aaa", Styles.combine("aaa")); in testCombine3() 41 Styles.combine("aaa", null, "bbb", "ccc", null)); in testCombine4()
|
/external/opencv3/modules/viz/test/ |
D | test_precomp.cpp | 3 cv::String cv::Path::combine(const String& item1, const String& item2) in combine() function in cv::Path 17 cv::String cv::Path::combine(const String& item1, const String& item2, const String& item3) in combine() function in cv::Path 18 { return combine(combine(item1, item2), item3); } in combine()
|
D | test_precomp.hpp | 80 static String combine(const String& item1, const String& item2); 81 static String combine(const String& item1, const String& item2, const String& item3); 87 return Path::combine(cvtest::TS::ptr()->get_data_path(), "dragon.ply"); in get_dragon_ply_file_path()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | tfr-to-combine.ll | 3 ; Check that we combine TFRs and TFRIs into COMBINEs. 11 ; CHECK: combine(#10, #0) 20 ; CHECK: combine(#0, r{{[0-9]+}}) 30 ; CHECK: combine(#0, #100)
|
D | args.ll | 2 ; CHECK: r5:4 = combine(#6, #5) 3 ; CHECK: r3:2 = combine(#4, #3) 4 ; CHECK: r1:0 = combine(#2, #1)
|
D | adde.ll | 3 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(#0, #1) 4 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(#0, #0) 10 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(r{{[0-9]+}}, r{{[0-9]+}}) 13 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(r{{[0-9]+}}, r{{[0-9]+}})
|
D | extload-combine.ll | 2 ; Check that the combine/stxw instructions are being generated. 3 ; In case of combine one of the operand should be 0 and another should be 19 ; CHECK: combine(#0, [[VAR]]) 41 ; CHECK: combine(#0, [[VAR2]]) 63 ; CHECK: combine(#0, [[VAR4]])
|
D | sube.ll | 3 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(#0, #1) 4 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(#0, #0) 10 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(r{{[0-9]+}}, r{{[0-9]+}})
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 74 Combine combine = CombineVertical(edge, *(fList.end() - 1)); in addLine() local 75 if (kNo_Combine != combine) { in addLine() 76 if (kTotal_Combine == combine) { in addLine() 183 Combine combine = checkVertical(edge, edgePtr); in buildPoly() local 184 if (kNo_Combine == combine) { in buildPoly() 186 } else if (kTotal_Combine == combine) { in buildPoly() 208 Combine combine = checkVertical(edge, edgePtr); in buildPoly() local 209 if (kNo_Combine == combine) { in buildPoly() 211 } else if (kTotal_Combine == combine) { in buildPoly()
|
/external/mesa3d/src/mesa/main/ |
D | texstate.c | 391 struct gl_tex_env_combine_state *combine; in update_tex_combine() local 416 combine = texUnit->_CurrentCombine; in update_tex_combine() 419 switch (combine->ModeRGB) { in update_tex_combine() 421 combine->_NumArgsRGB = 1; in update_tex_combine() 426 combine->_NumArgsRGB = 4; in update_tex_combine() 428 combine->_NumArgsRGB = 2; in update_tex_combine() 436 combine->_NumArgsRGB = 2; in update_tex_combine() 442 combine->_NumArgsRGB = 3; in update_tex_combine() 446 combine->_NumArgsRGB = 0; in update_tex_combine() 449 combine->_NumArgsRGB = 0; in update_tex_combine() [all …]
|
/external/guice/core/test/com/google/inject/ |
D | ModulesTest.java | 33 Module combined = Modules.combine(newModule(1), newModule(2L), newModule((short) 3)); in testCombineVarargs() 42 Injector injector = Guice.createInjector(Modules.combine(modules)); in testCombineIterable() 54 final Module combined1 = Modules.combine(m1, m2); in testCombineSources() 60 final Module combined2 = Modules.combine(skipSourcesModule); in testCombineSources()
|
/external/emma/core/java12/com/vladium/emma/ |
D | EMMAProperties.java | 162 properties = IProperties.Factory.combine (userOverrides, in getAppProperties() 163 IProperties.Factory.combine (system, in getAppProperties() 164 IProperties.Factory.combine (systemFile, in getAppProperties() 165 IProperties.Factory.combine (appDefaults, in getAppProperties()
|
/external/llvm/test/tools/llvm-profdata/ |
D | count-mismatch.proftext | 1 # Make sure we don't try to combine counters with the same function 15 # The hash matches, but we can't combine these because the number of 26 # This one does match, so it should combine with the first just fine.
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 63 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine); 77 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free() argument 125 if (!combine) in asn1_item_combine_free() 172 if (!combine) in asn1_item_combine_free()
|
/external/libxml2/test/relaxng/ |
D | tutor9_5.rng | 13 <define name="card.attlist" combine="interleave"> 19 <define name="card.attlist" combine="interleave">
|
D | tutor9_3.rng | 11 <define name="inline.class" combine="choice"> 17 <define name="inline.class" combine="choice">
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 88 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine; in texture_combine() local 91 const GLfloat scaleRGB = (GLfloat) (1 << combine->ScaleShiftRGB); in texture_combine() 92 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA); in texture_combine() 93 const GLuint numArgsRGB = combine->_NumArgsRGB; in texture_combine() 94 const GLuint numArgsA = combine->_NumArgsA; in texture_combine() 141 const GLenum srcRGB = combine->SourceRGB[term]; in texture_combine() 142 const GLenum operandRGB = combine->OperandRGB[term]; in texture_combine() 237 const GLenum srcA = combine->SourceA[term]; in texture_combine() 238 const GLenum operandA = combine->OperandA[term]; in texture_combine() 305 switch (combine->ModeRGB) { in texture_combine() [all …]
|
/external/emma/core/java12/com/vladium/util/ |
D | Descriptors.java | 27 public static String combine (final String packageName, final String name, final char separator) in combine() method in Descriptors 40 return combine (packageName, name, JAVA_NAME_SEPARATOR); in combineJavaName() 45 return combine (packageName, name, VM_NAME_SEPARATOR); in combineVMName()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | AnnotationsList.java | 39 public static AnnotationsList combine(AnnotationsList list1, in combine() method in AnnotationsList 52 result.set(i, Annotations.combine(a1, a2)); in combine()
|