/external/llvm/test/CodeGen/X86/ |
dagcombine-buildvector.ll | 3 ; Shows a dag combine bug that will generate an illegal build vector
|
/external/opencv3/modules/core/perf/cuda/ |
perf_gpumat.cpp | 58 Combine(CUDA_TYPICAL_MAT_SIZES, 90 Combine(CUDA_TYPICAL_MAT_SIZES, 127 Combine(CUDA_TYPICAL_MAT_SIZES, 165 Combine(CUDA_TYPICAL_MAT_SIZES,
|
/external/opencv3/modules/core/perf/opencl/ |
perf_usage_flags.cpp | 17 OCL_PERF_TEST_P(UsageFlagsBoolFixture, UsageFlags_AllocHostMem, ::testing::Combine(OCL_TEST_SIZES, Bool()))
|
/external/opencv3/modules/core/perf/ |
perf_convertTo.cpp | 13 testing::Combine
|
perf_cvround.cpp | 23 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
|
perf_sort.cpp | 14 #define TYPICAL_MATS_SORT testing::Combine( testing::Values(TYPICAL_MAT_SIZES_SORT), testing::Values(TYPICAL_MAT_TYPES_SORT), testing::Values(SORT_TYPES) )
|
/external/opencv3/modules/core/test/ocl/ |
test_matrix_expr.cpp | 81 OCL_INSTANTIATE_TEST_CASE_P(MatrixOperation, UMatExpr, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS));
|
/external/opencv3/modules/cudaimgproc/test/ |
test_histogram.cpp | 89 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, HistEven, testing::Combine( 133 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, CalcHist, testing::Combine( 167 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, EqualizeHist, testing::Combine( 210 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, CLAHE, testing::Combine(
|
/external/opencv3/modules/features2d/perf/ |
perf_agast.cpp | 21 PERF_TEST_P(agast, detect, testing::Combine(
|
/external/opencv3/modules/imgproc/perf/ |
perf_canny.cpp | 13 testing::Combine(
|
perf_goodFeaturesToTrack.cpp | 13 testing::Combine(
|
perf_houghLines.cpp | 15 testing::Combine(
|
perf_moments.cpp | 21 ::testing::Combine(
|
perf_warp.cpp | 24 Combine( 54 Combine( 92 Combine( 138 Combine(
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_accumulate.cpp | 233 OCL_INSTANTIATE_TEST_CASE_P(ImgProc, Accumulate, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool())); 234 OCL_INSTANTIATE_TEST_CASE_P(ImgProc, AccumulateSquare, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool())); 235 OCL_INSTANTIATE_TEST_CASE_P(ImgProc, AccumulateProduct, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool())); 236 OCL_INSTANTIATE_TEST_CASE_P(ImgProc, AccumulateWeighted, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool()));
|
/external/opencv3/modules/objdetect/perf/opencl/ |
perf_cascades.cpp | 18 testing::Combine(
|
/external/opencv3/modules/photo/perf/ |
perf_inpaint.cpp | 15 testing::Combine(
|
/external/opencv3/modules/videoio/perf/ |
perf_output.cpp | 15 testing::Combine( testing::Values( "python/images/QCIF_00.bmp",
|
/external/v8/src/ |
register-configuration.cc | 95 kSimpleFPAliasing ? AliasingKind::OVERLAP : AliasingKind::COMBINE, 156 if (fp_aliasing_kind_ == COMBINE) { 183 DCHECK(fp_aliasing_kind_ == COMBINE); 211 DCHECK(fp_aliasing_kind_ == COMBINE);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 48 .combine 80 jnz .combine 125 .combine 148 jnz .combine
|
/libcore/ojluni/src/main/java/java/security/ |
DomainCombiner.java | 33 ProtectionDomain[] combine(ProtectionDomain[] currentDomains, method in interface:DomainCombiner
|
/libcore/ojluni/src/main/java/javax/security/auth/ |
SubjectDomainCombiner.java | 39 public ProtectionDomain[] combine(ProtectionDomain[] currentDomains, method in class:SubjectDomainCombiner
|
/external/llvm/test/Transforms/LoadCombine/ |
load-combine.ll | 1 ; RUN: opt < %s -load-combine -instcombine -S | FileCheck %s 6 ; Combine read from char* idiom. 52 ; Combine simple adjacent loads. 67 ; Don't combine loads across stores. 84 ; Don't combine loads with a gap. 99 ; Combine out of order loads. 131 ; Combine valid alignments.
|
/external/protobuf/gtest/include/gtest/ |
gtest-param-test.h.pump | 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. 90 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product 335 // Combine() function. 352 // Combine() allows the user to combine two or more sequences to produce 356 // Combine(gen1, gen2, ..., genN) 363 // Combine can have up to $maxtuple arguments. This number is currently limited 380 // Combine(Values("cat", "dog"), 398 // Combine(Bool(), Bool())); 405 internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine( [all...] |
/external/opencv3/modules/imgproc/perf/opencl/ |
perf_imgwarp.cpp | 63 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134, InterType::all())) 93 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134, 125 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134, 151 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134, ::testing::Values(0.3, 0.5, 0.6))) 177 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134,
|