/external/ImageMagick/coders/ |
D | Make.com | 2 $! Make ImageMagick image coders for VMS. 24 $call Make aai.c 25 $call Make art.c 26 $call Make avs.c 27 $call Make bgr.c 28 $call Make bmp.c 29 $call Make braille.c 30 $call Make cals.c 31 $call Make caption.c 32 $call Make cip.c [all …]
|
/external/ImageMagick/MagickCore/ |
D | Make.com | 2 $! Make ImageMagick image utilities for VMS. 26 $call Make accelerate.c 27 $call Make animate.c 28 $call Make annotate.c 29 $call Make artifact.c 30 $call Make attribute.c 31 $call Make blob.c 32 $call Make cache.c 33 $call Make cache-view.c 34 $call Make channel.c [all …]
|
/external/bazel-skylib/tests/ |
D | new_sets_tests.bzl | 28 asserts.true(env, sets.is_equal(sets.make(), sets.make())) 29 asserts.false(env, sets.is_equal(sets.make(), sets.make([1]))) 30 asserts.false(env, sets.is_equal(sets.make([1]), sets.make())) 31 asserts.true(env, sets.is_equal(sets.make([1]), sets.make([1]))) 32 asserts.false(env, sets.is_equal(sets.make([1]), sets.make([1, 2]))) 33 asserts.false(env, sets.is_equal(sets.make([1]), sets.make([2]))) 34 asserts.false(env, sets.is_equal(sets.make([1]), sets.make([1, 2]))) 37 asserts.true(env, sets.is_equal(sets.make([1, 1]), sets.make([1]))) 41 is_equal_test = unittest.make(_is_equal_test) 47 asserts.true(env, sets.is_subset(sets.make(), sets.make())) [all …]
|
/external/skia/tests/ |
D | PolyUtilsTest.cpp | 21 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST() 22 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST() 23 *poly.push() = SkPoint::Make(102.5f, 54.330127f); in DEF_TEST() 39 // make degenerate in DEF_TEST() 86 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST() 87 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST() 88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST() 89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST() 90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST() 91 *poly.push() = SkPoint::Make(105, 50); in DEF_TEST() [all …]
|
D | OffsetSimplePolyTest.cpp | 17 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST() 18 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST() 19 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST() 20 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST() 21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST() 22 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST() 23 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST() 24 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST() 25 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST() 26 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST() [all …]
|
D | InsetConvexPolyTest.cpp | 14 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST() 15 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST() 16 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST() 17 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST() 18 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST() 19 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST() 20 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST() 21 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST() 22 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST() 23 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST() [all …]
|
/external/zstd/.circleci/ |
D | config.yml | 11 # make aarch64build && make clean 19 CFLAGS="-O0 -Werror -pedantic" make allmost; make clean 20 make c99build; make clean 21 make c11build; make clean 22 make -j regressiontest; make clean 23 make shortest; make clean 24 make cxxtest; make clean 34 make gnu90build; make clean 35 make gnu99build; make clean 36 make ppc64build V=1; make clean [all …]
|
/external/cblas/ |
D | Makefile | 7 @ echo "Make sure you are using correct Makefile.in for your system." 19 @ echo "make <target>" 21 @ echo "slib1 --- make an archive of level 1 REAL." 22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION." 23 @ echo "clib1 --- make an archive of level 1 COMPLEX." 24 @ echo "zlib1 --- make an archive of level 1 COMPLEX*16." 25 @ echo "alllib1 - make an archive of level 1 all precisions." 27 @ echo "slib2 --- make an archive of level 2 REAL." 28 @ echo "dlib2 --- make an archive of level 2 DOUBLE PRECSION." 29 @ echo "clib2 --- make an archive of level 2 COMPLEX." [all …]
|
/external/ComputeLibrary/tests/validation/CL/ |
D | Cast.cpp | 52 …astU8toS8Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 53 …astU8toU16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 54 …astU8toS16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 55 …astU8toU32Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 56 …astU8toS32Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 57 …astU8toF16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 58 …astU8toF32Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 61 …astS8toU8Dataset = combine(framework::dataset::make("DataType", DataType::S8), framework::dataset… 62 …astS8toU16Dataset = combine(framework::dataset::make("DataType", DataType::S8), framework::dataset… 63 …astS8toS16Dataset = combine(framework::dataset::make("DataType", DataType::S8), framework::dataset… [all …]
|
D | GEMMLowp.cpp | 73 framework::dataset::make("DataType", { DataType::QASYMM8 }))) 80 framework::dataset::make("DataType", { DataType::QASYMM8 }))) 90 framework::dataset::make("DataType", { DataType::QASYMM8_SIGNED }))) 133 … = framework::dataset::make("result_offset", -2, 1) * framework::dataset::make("result_mult_int", … 135 …* framework::dataset::make("min", 0) * framework::dataset::make("max", 255) * framework::dataset::… 137 …_to_uint8_scale_relu_cases = framework::dataset::make("result_offset", -2, 1) * framework::dataset… 139 …ataset::make("result_shift", 2, 3) * framework::dataset::make("min", 0, 2) * framework::dataset::m… 161 … = framework::dataset::make("result_offset", -2, 1) * framework::dataset::make("result_mult_int", … 163 …* framework::dataset::make("min", -128) * framework::dataset::make("max", 127) * framework::datase… 165 …2_to_int8_scale_relu_cases = framework::dataset::make("result_offset", -2, 1) * framework::dataset… [all …]
|
D | DeconvolutionLayer.cpp | 51 …amework::dataset::make("InputShape", TensorShape{ 10U, 10U, 1U, 1U }) *framework::dataset::make("S… 53 *framework::dataset::make("PadLeft", 3) 54 …rk::dataset::make("PadRight", 4) *framework::dataset::make("PadTop", 3) *framework::dataset::make(… 56 …ework::dataset::make("InputShape", TensorShape{ 640U, 360U, 56U, 1U }) *framework::dataset::make("… 58 *framework::dataset::make("PadLeft", 3) 59 …rk::dataset::make("PadRight", 4) *framework::dataset::make("PadTop", 3) *framework::dataset::make(… 61 …hapes() * framework::dataset::make("StrideX", 1, 4) * framework::dataset::make("StrideY", 1, 4) * … 62 … * framework::dataset::make("PadY", 0, 3) * framework::dataset::make("NumKernels", { 3 }); 64 …hapes() * framework::dataset::make("StrideX", 1, 4) * framework::dataset::make("StrideY", 1, 4) * … 65 … * framework::dataset::make("PadY", 0, 2) * framework::dataset::make("NumKernels", { 3 }); [all …]
|
D | DepthwiseConvolutionLayer.cpp | 51 const auto depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 5 }); 52 const auto large_depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 5, 8 }); 55 const auto ActivationFunctionsDataset = framework::dataset::make("ActivationInfo", 69 …framework::dataset::make("InputInfo", { TensorInfo(TensorShape(27U, 13U, 2U), 1, DataType::F32), … in TEST_SUITE() 80 … framework::dataset::make("WeightsInfo", { TensorInfo(TensorShape(3U, 3U, 2U), 1, DataType::F16), 91 … framework::dataset::make("BiasesInfo", { TensorInfo(TensorShape(2U), 1, DataType::F32), 102 … framework::dataset::make("OutputInfo", { TensorInfo(TensorShape(25U, 11U, 2U), 1, DataType::F32), 113 framework::dataset::make("ConvInfo", { PadStrideInfo(1, 1, 0, 0), 124 framework::dataset::make("DepthMultiplier", { 1, 135 framework::dataset::make("Dilation", { Size2D(1U, 1U), [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | .travis.yml | 20 - make -B test-all 21 - make clean 22 …- CFLAGS="-Werror" MOREFLAGS="-Wno-sign-conversion" make dispatch # removing sign conversion warn… 23 - make clean 24 - CC=g++ CFLAGS="-O1 -mavx512f -Werror" make 25 - make clean 26 - CC=g++ CFLAGS="-Wall -Wextra -Werror" make DISPATCH=1 32 - CPPFLAGS=-DXXH_VECTOR=XXH_SCALAR make check # Scalar code path 33 - make clean 34 - CPPFLAGS=-DXXH_VECTOR=XXH_SSE2 make check # SSE2 code path [all …]
|
/external/zstd/.github/workflows/ |
D | dev-short-tests.yml | 19 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 25 - name: make benchmarking 26 run: make benchmarking 32 - name: make check on 32-bit 35 APT_PACKAGES="gcc-multilib" make apt-install 36 CFLAGS="-m32 -O1 -fstack-protector" make check V=1 42 - name: make check on x32 ABI # https://en.wikipedia.org/wiki/X32_ABI 47 APT_PACKAGES="gcc-multilib" make apt-install 48 CFLAGS="-mx32 -O1 -fstack-protector" make check V=1 57 make gcc7install [all …]
|
/external/zstd/ |
D | Makefile | 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all 58 $(MAKE) -C $(PRGDIR) zstd32 59 $(MAKE) -C $(TESTDIR) all32 63 $(Q)$(MAKE) -C $(ZSTDDIR) $@ 67 $(Q)$(MAKE) -C $(PRGDIR) $@ 72 $(Q)$(MAKE) -C $(PRGDIR) $@ 77 $(MAKE) -C $(ZWRAPDIR) all 84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants 85 $(MAKE) -C $(TESTDIR) $@ [all …]
|
/external/lz4/ |
D | .travis.yml | 11 - make # test library build 12 - make clean 13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std… 19 - make -C tests test-lz4 test-lz4c test-fullbench 26 - make -C tests test-frametest test-fuzzer 32 - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer 36 - MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check 37 - make clean 38 - make -C programs lz4-wlib 39 - make clean [all …]
|
D | Makefile | 53 @$(MAKE) -C $(LZ4DIR) $@ 59 @$(MAKE) -C $(PRGDIR) $@ 64 $(MAKE) -C $(EXDIR) all 68 @$(MAKE) -C contrib/gen_manual $@ 72 @$(MAKE) -C $(TESTDIR) all 76 @$(MAKE) -C $(LZ4DIR) $@ > $(VOID) 77 @$(MAKE) -C $(PRGDIR) $@ > $(VOID) 78 @$(MAKE) -C $(TESTDIR) $@ > $(VOID) 79 @$(MAKE) -C $(EXDIR) $@ > $(VOID) 80 @$(MAKE) -C $(FUZZDIR) $@ > $(VOID) [all …]
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | DepthwiseConvolutionLayer.cpp | 56 const auto depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 5 }); 57 const auto large_depth_multipliers = framework::dataset::make("DepthMultiplier", { 1, 2, 5, 8 }); 60 const auto ActivationFunctionsDataset = framework::dataset::make("ActivationInfo", 66 const auto input_qinfo_dataset = framework::dataset::make("InputQInfo", 79 …framework::dataset::make("InputInfo", { TensorInfo(TensorShape(32U, 18U, 2U), 1, DataType::F32), … in TEST_SUITE() 91 …framework::dataset::make("WeightsInfo", { TensorInfo(TensorShape(3U, 3U, 2U, 2U), 1, DataType::F16… 103 … framework::dataset::make("BiasesInfo", { TensorInfo(TensorShape(2U), 1, DataType::F32), 115 … framework::dataset::make("OutputInfo", { TensorInfo(TensorShape(30U, 16U, 2U), 1, DataType::F32), 127 framework::dataset::make("ConvInfo", { PadStrideInfo(1, 1, 0, 0), 139 framework::dataset::make("DepthMultiplier", { 1, [all …]
|
D | DepthConvertLayer.cpp | 47 …MM8toF16Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8), framework::data… 48 …MM8toF32Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8), framework::data… 49 …MM8toS32Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8), framework::data… 50 …toU16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 51 …toS16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 52 …toS32Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 53 …toF16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 54 …toF32Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 55 …6toU8Dataset = combine(framework::dataset::make("DataType", DataType::U16), framework::datase… 56 …6toU32Dataset = combine(framework::dataset::make("DataType", DataType::U16), framework::datase… [all …]
|
D | Cast.cpp | 57 …oS16Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8_SIGNED), framework::d… 58 …oS32Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8_SIGNED), framework::d… 59 …oF32Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8_SIGNED), framework::d… 60 …oF16Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8_SIGNED), framework::d… 63 …MM8toF16Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8), framework::data… 64 …MM8toF32Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8), framework::data… 65 …MM8toS32Dataset = combine(framework::dataset::make("DataType", DataType::QASYMM8), framework::data… 68 …astU8toU16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 69 …astU8toS16Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… 70 …astU8toS32Dataset = combine(framework::dataset::make("DataType", DataType::U8), framework::dataset… [all …]
|
D | GEMMLowp.cpp | 51 …ix_multiply = framework::dataset::make("M", 12, 20) * framework::dataset::make("N", 12, 20) * fram… 87 …framework::dataset::make("InputAInfo", { TensorInfo(TensorShape(21U, 13U), 1, DataType::QASYMM8, Q… 93 …framework::dataset::make("InputBInfo",{ TensorInfo(TensorShape(33U, 21U), 1, DataType::QASYMM8, Qu… 99 framework::dataset::make("OutputInfo",{ TensorInfo(TensorShape(33U, 13U), 1, DataType::S32), 105 framework::dataset::make("Expected", { true, false, false, false, true })), 133 framework::dataset::make("DataType", { DataType::QASYMM8 }))) 140 framework::dataset::make("DataType", { DataType::QASYMM8 }))) 154 … = framework::dataset::make("result_offset", -2, 1) * framework::dataset::make("result_mult_int", … 156 …* framework::dataset::make("min", 0) * framework::dataset::make("max", 255) * framework::dataset::… 158 …_to_uint8_scale_relu_cases = framework::dataset::make("result_offset", -2, 1) * framework::dataset… [all …]
|
D | DeconvolutionLayer.cpp | 53 …hapes() * framework::dataset::make("StrideX", 1, 4) * framework::dataset::make("StrideY", 1, 4) * … 54 … * framework::dataset::make("PadY", 0, 3) * framework::dataset::make("NumKernels", { 3 }); 56 …hapes() * framework::dataset::make("StrideX", 1, 4) * framework::dataset::make("StrideY", 1, 4) * … 57 … * framework::dataset::make("PadY", 0, 2) * framework::dataset::make("NumKernels", { 3 }); 59 …hapes() * framework::dataset::make("StrideX", 1, 2) * framework::dataset::make("StrideY", 1, 2) * … 60 …taset::make("PadRight", 0, 1) * framework::dataset::make("PadTop", 0, 1) * framework::dataset::mak… 62 …amework::dataset::make("InputShape", TensorShape{ 10U, 10U, 1U, 1U }) *framework::dataset::make("S… 64 *framework::dataset::make("PadLeft", 3) 65 …rk::dataset::make("PadRight", 4) *framework::dataset::make("PadTop", 3) *framework::dataset::make(… 67 …ework::dataset::make("InputShape", TensorShape{ 640U, 360U, 56U, 1U }) *framework::dataset::make("… [all …]
|
/external/lz4/.circleci/ |
D | config.yml | 46 - run: CFLAGS= make clangtest && make clean 47 - run: g++ -v; make gpptest && make clean 48 - run: gcc -v; g++ -v; make ctocpptest && make clean 49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean 50 …C=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && make clean 51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean 52 - run: make cmake && make clean 53 - run: make -C tests test-lz4 54 - run: make -C tests test-lz4c 55 - run: make -C tests test-frametest [all …]
|
/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
D | Dockerfile | 19 make \ 43 && make \ 44 && make install 63 && make \ 64 && make install \ 65 && make clean 72 && make \ 73 && make install \ 74 && make clean 91 && make \ [all …]
|
/external/libsrtp2/ |
D | .travis.yml | 25 - make 26 - make runtest 27 - make runtest-valgrind 28 - make distclean 31 - make 32 - make test 47 - make 48 - make runtest 49 - make runtest-valgrind 50 - make distclean [all …]
|