HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 51 - 75 of 2847) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /ndk/tests/device/test-stlport/unit/
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /external/skia/src/core/
SkEdgeBuilder.cpp 25 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(const SkEdge* edge, SkEdge* last) {
74 Combine combine = CombineVertical(edge, *(fList.end() - 1)); local
75 if (kNo_Combine != combine) {
76 if (kTotal_Combine == combine) {
138 SkEdgeBuilder::Combine SkEdgeBuilder::checkVertical(const SkEdge* edge, SkEdge** edgePtr) {
183 Combine combine = checkVertical(edge, edgePtr); local
184 if (kNo_Combine == combine) {
186 } else if (kTotal_Combine == combine) {
208 Combine combine = checkVertical(edge, edgePtr); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/
antlr3.runtime.net.common.inc 36 value="${path::combine(nant::get-base-directory(), 'lib')}"
40 value="${path::combine(lib.dir,framework::get-family(framework::get-target-framework()))}"
46 value="${path::combine(lib.family.dir, version::to-string(framework::get-version(framework::get-target-framework())))}"
51 value="${path::combine(lib.family.dir, framework::get-version(framework::get-target-framework()))}"
56 value="${path::combine(lib.framework.dir, 'nunit.framework.dll')}" />
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 55 Combine(CUDA_TYPICAL_MAT_SIZES,
91 Combine(CUDA_TYPICAL_MAT_SIZES,
126 Combine(CUDA_TYPICAL_MAT_SIZES,
162 Combine(CUDA_TYPICAL_MAT_SIZES,
197 Combine(CUDA_TYPICAL_MAT_SIZES,
233 Combine(CUDA_TYPICAL_MAT_SIZES,
268 Combine(CUDA_TYPICAL_MAT_SIZES,
304 Combine(CUDA_TYPICAL_MAT_SIZES,
339 Combine(CUDA_TYPICAL_MAT_SIZES,
374 Combine(CUDA_TYPICAL_MAT_SIZES
    [all...]
  /external/opencv3/modules/core/perf/
perf_norm.cpp 15 testing::Combine(
37 testing::Combine(
60 testing::Combine(
83 testing::Combine(
107 testing::Combine(
133 testing::Combine(
161 testing::Combine(
perf_addWeighted.cpp 10 #define TYPICAL_MATS_ADWEIGHTED testing::Combine(testing::Values(szVGA, sz720p, sz1080p), testing::Values(TYPICAL_MAT_TYPES_ADWEIGHTED))
perf_dot.cpp 13 testing::Combine(
perf_merge.cpp 13 testing::Combine
perf_minmaxloc.cpp 9 PERF_TEST_P(Size_MatType, minMaxLoc, testing::Combine(
perf_split.cpp 13 testing::Combine
  /external/llvm/test/CodeGen/Hexagon/
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]+}})
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]+}})
combine.ll 2 ; CHECK: combine(r{{[0-9]+}}, r{{[0-9]+}})
struct_args.ll 2 ; CHECK: r{{[0-9]}}:{{[0-9]}} = combine({{r[0-9]|#0}}, r{{[0-9]}})
union-1.ll 3 ; CHECK-NOT: combine(#0
  /external/opencv3/modules/imgproc/perf/
perf_corners.cpp 15 testing::Combine(
44 testing::Combine(
71 testing::Combine(
perf_integral.cpp 13 testing::Combine(
35 testing::Combine(
60 testing::Combine(
perf_pyramids.cpp 9 PERF_TEST_P(Size_MatType, pyrDown, testing::Combine(
30 PERF_TEST_P(Size_MatType, pyrUp, testing::Combine(
51 PERF_TEST_P(Size_MatType, buildPyramid, testing::Combine(
  /external/llvm/test/CodeGen/ARM/
2011-09-28-CMovCombineBug.ll 4 ; ARM target specific dag combine created a cycle in DAG.
2012-03-13-DAGCombineBug.ll 4 ; DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to
  /external/llvm/test/MC/Hexagon/
labels.s 13 # CHECK: r5:4 = combine(r5, r4)
  /external/opencv3/modules/features2d/perf/opencl/
perf_fast.cpp 19 OCL_PERF_TEST_P(FASTFixture, FastDetect, testing::Combine(
  /external/opencv3/modules/features2d/perf/
perf_batchDistance.cpp 23 testing::Combine(testing::Values((int)NORM_L1, (int)NORM_L2SQR),
52 testing::Combine(testing::Values((int)NORM_HAMMING, (int)NORM_HAMMING2),
79 testing::Combine(testing::Values(CV_8U, CV_32F),
107 testing::Combine(testing::Values((int)NORM_L1, (int)NORM_L2SQR),
perf_fast.cpp 19 PERF_TEST_P(fast, detect, testing::Combine(

Completed in 1960 milliseconds

1 23 4 5 6 7 8 91011>>