/external/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
D | AArch64.cpp | 1 //===--- AArch64.cpp - AArch64 (not ARM) Helpers for Tools ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 23 /// if -arch is not specified. 28 /// getAArch64TargetCPU - Get the (LLVM) name of the AArch64 cpu we are 29 /// targeting. Set \p A to the Arg corresponding to the -mcpu argument if it is 34 // If we have -mcpu, use that. in getAArch64TargetCPU() 36 StringRef Mcpu = A->getValue(); in getAArch64TargetCPU() 44 // arm64e requires v8.3a and only runs on apple-a12 and later CPUs. in getAArch64TargetCPU() 46 return "apple-a12"; in getAArch64TargetCPU() [all …]
|
/external/angle/scripts/ |
D | vk_mandatory_format_support_capture_to_json.js | 3 * Use of this source code is governed by a BSD-style license that can be 17 // Map all features to indexes of squares. 18 $("#features-formats-mandatory-features-subbyte td").each(function() { 22 indexToFeatureMap[index--] = $(this).text(); 28 ["features-formats-mandatory-features-subbyte", 29 "features-formats-mandatory-features-2byte", 30 "features-formats-mandatory-features-4byte", 31 "features-formats-mandatory-features-10bit", 32 "features-formats-mandatory-features-16bit", 33 "features-formats-mandatory-features-32bit", [all …]
|
/external/cpu_features/test/ |
D | cpuinfo_arm_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 EXPECT_TRUE(info.features.vfp); // triggered by vfpv3 in TEST() 31 EXPECT_TRUE(info.features.vfpv3); // triggered by neon in TEST() 32 EXPECT_TRUE(info.features.neon); in TEST() 33 EXPECT_TRUE(info.features.aes); in TEST() 34 EXPECT_TRUE(info.features.crc32); in TEST() 36 EXPECT_FALSE(info.features.vfpv4); in TEST() 37 EXPECT_FALSE(info.features.iwmmxt); in TEST() 38 EXPECT_FALSE(info.features.crunch); in TEST() 39 EXPECT_FALSE(info.features.thumbee); in TEST() [all …]
|
/external/e2fsprogs/tests/u_revert_upgrade_to_64bitmcsum/ |
D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNProcessors.td | 1 //===-- GCNProcessors.td - GCN Processor definitions ----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 def : ProcessorModel<"generic-hsa", NoSchedModel, 19 //===------------------------------------------------------------===// 21 //===------------------------------------------------------------===// 24 FeatureISAVersion6_0_0.Features 28 FeatureISAVersion6_0_0.Features 32 FeatureISAVersion6_0_1.Features 36 FeatureISAVersion6_0_1.Features [all …]
|
/external/e2fsprogs/tests/u_revert_64bitmcsum_onefile/ |
D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
/external/e2fsprogs/tests/u_onefile_bad/ |
D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
/external/rust/crates/rusqlite/ |
D | .travis.yml | 6 - stable 7 - beta 8 - nightly 13 - rust: nightly 17 packages: # recommanded versions for rust-bindgen 18 - llvm-3.9-dev 19 - libclang-3.9-dev 20 - libsqlcipher-dev 22 env: # specify the clang path for rust-bindgen 23 - LIBCLANG_PATH=/usr/lib/llvm-3.9/lib [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNProcessors.td | 1 //===-- GCNProcessors.td - GCN Processor definitions ----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 def : ProcessorModel<"generic-hsa", NoSchedModel, 19 //===------------------------------------------------------------===// 21 //===------------------------------------------------------------===// 24 FeatureISAVersion6_0_0.Features 28 FeatureISAVersion6_0_0.Features 32 FeatureISAVersion6_0_1.Features 36 FeatureISAVersion6_0_1.Features [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 37 static const VkPhysicalDeviceFeatures features{ in getFeatures() local 99 return features; in getFeatures() 103 static void getPhysicalDeviceSamplerYcbcrConversionFeatures(T *features) in getPhysicalDeviceSamplerYcbcrConversionFeatures() argument 105 features->samplerYcbcrConversion = VK_TRUE; in getPhysicalDeviceSamplerYcbcrConversionFeatures() 109 static void getPhysicalDevice16BitStorageFeatures(T *features) in getPhysicalDevice16BitStorageFeatures() argument 111 features->storageBuffer16BitAccess = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 112 features->storageInputOutput16 = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 113 features->storagePushConstant16 = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 114 features->uniformAndStorageBuffer16BitAccess = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() [all …]
|
/external/e2fsprogs/tests/u_revert_all_onefile/ |
D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 1 //===- ELFObjectFile.cpp - ELF object file implementation -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 98 SubtargetFeatures Features; in getMIPSFeatures() local 105 Features.AddFeature("mips2"); in getMIPSFeatures() 108 Features.AddFeature("mips3"); in getMIPSFeatures() 111 Features.AddFeature("mips4"); in getMIPSFeatures() 114 Features.AddFeature("mips5"); in getMIPSFeatures() 117 Features.AddFeature("mips32"); in getMIPSFeatures() [all …]
|
/external/llvm-project/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 1 //===- ELFObjectFile.cpp - ELF object file implementation -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 100 SubtargetFeatures Features; in getMIPSFeatures() local 107 Features.AddFeature("mips2"); in getMIPSFeatures() 110 Features.AddFeature("mips3"); in getMIPSFeatures() 113 Features.AddFeature("mips4"); in getMIPSFeatures() 116 Features.AddFeature("mips5"); in getMIPSFeatures() 119 Features.AddFeature("mips32"); in getMIPSFeatures() [all …]
|
/external/rust/crates/grpcio/.github/workflows/ |
D | ci.yml | 7 - master 9 - cron: '0 22 * * *' 13 RUSTFLAGS: "--deny=warnings" 17 Linux-Format: 18 name: Linux-Format 19 runs-on: ubuntu-latest 21 - uses: actions/checkout@v2 22 - run: sudo apt-get install -y clang-tidy-9 23 … - run: sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100 24 …- run: which go && go version && which cargo && cargo version && clang --version && openssl versio… [all …]
|
/external/tensorflow/tensorflow/core/example/ |
D | feature_util.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 28 bool HasFeature<>(const string& key, const Features& features) { in HasFeature() argument 29 return (features.feature().find(key) != features.feature().end()); in HasFeature() 33 bool HasFeature<protobuf_int64>(const string& key, const Features& features) { in HasFeature() argument 34 auto it = features.feature().find(key); in HasFeature() 35 return (it != features.feature().end()) && in HasFeature() 36 (it->second.kind_case() == Feature::KindCase::kInt64List); in HasFeature() 40 bool HasFeature<float>(const string& key, const Features& features) { in HasFeature() argument 41 auto it = features.feature().find(key); in HasFeature() 42 return (it != features.feature().end()) && in HasFeature() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 35 int mi_col, BLOCK_SIZE bsize, float *features, int features_to_get); 45 default: assert(0 && "Invalid bsize"); return -1; in convert_bsize_to_idx() 52 // -- add support for hdres 53 // -- add support for pruning rectangular partitions 54 // -- use reconstructed pixels instead of source pixels for padding 55 // -- use chroma pixels in addition to luma pixels 63 assert(cm->seq_params.sb_size >= BLOCK_64X64 && in av1_intra_mode_cnn_partition() 72 if (bsize == BLOCK_64X64 && !x->cnn_output_valid) { in av1_intra_mode_cnn_partition() 85 float *curr_buf_ptr = x->cnn_buffer; in av1_intra_mode_cnn_partition() 104 const MACROBLOCKD *xd = &x->e_mbd; in av1_intra_mode_cnn_partition() [all …]
|
/external/iperf3/src/ |
D | iperf_util.c | 13 * acting on its behalf a paid-up, nonexclusive, irrevocable, 19 * and others acting on its behalf a paid-up, nonexclusive, 68 iperf_errexit(NULL, "error - failed to open %s: %s\n", in readentropy() 74 iperf_errexit(NULL, "error - failed to read %s: %s\n", in readentropy() 121 for (pos = 0; pos < (COOKIE_SIZE - 1); pos++) { in make_cookie() 122 out[pos] = rndchars[out[pos] % (sizeof(rndchars) - 1)]; in make_cookie() 161 d = tv->tv_sec + tv->tv_usec / 1000000; in timeval_to_double() 169 if ( tv0->tv_sec == tv1->tv_sec && tv0->tv_usec == tv1->tv_usec ) in timeval_equals() 180 time1 = tv0->tv_sec + (tv0->tv_usec / 1000000.0); in timeval_diff() 181 time2 = tv1->tv_sec + (tv1->tv_usec / 1000000.0); in timeval_diff() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | norex-subreg.ll | 1 ; RUN: llc -O0 < %s -verify-machineinstrs 2 ; RUN: llc < %s -verify-machineinstrs 3 target triple = "x86_64-apple-macosx10.7" 5 ; This test case extracts a sub_8bit_hi sub-register: 42 ; This test case extracts a sub_8bit_hi sub-register: 45 ; TEST8ri %2, 1, implicit-def %eflags; GR8:%2 55 %Features.6.or35 = select i1 %cmp33, i32 0, i32 undef 57 %or40 = or i32 %Features.6.or35, 4 58 %Features.8 = select i1 %cmp38, i32 %Features.6.or35, i32 %or40 60 %or45 = or i32 %Features.8, 2 [all …]
|
/external/rust/crates/nom/ |
D | .travis.yml | 8 - nightly 9 - beta 10 - stable 11 - 1.31.0 15 - FEATURES='--features "regexp regexp_macros"' 18 - eval git pull --rebase https://github.com/Geal/nom master 19 - eval git log --pretty=oneline HEAD~5..HEAD 23 - rust: nightly 24 env: FEATURES='--no-default-features' 25 - rust: nightly [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | norex-subreg.ll | 1 ; RUN: llc -O0 < %s -verify-machineinstrs 2 ; RUN: llc < %s -verify-machineinstrs 3 target triple = "x86_64-apple-macosx10.7" 5 ; This test case extracts a sub_8bit_hi sub-register: 7 ; %R8B<def> = COPY %BH, %EBX<imp-use,kill> 42 ; This test case extracts a sub_8bit_hi sub-register: 45 ; TEST8ri %vreg2, 1, %EFLAGS<imp-def>; GR8:%vreg2 55 %Features.6.or35 = select i1 %cmp33, i32 0, i32 undef 57 %or40 = or i32 %Features.6.or35, 4 58 %Features.8 = select i1 %cmp38, i32 %Features.6.or35, i32 %or40 [all …]
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 61 return -1; in tu_device_get_cache_uuid() 65 snprintf((char *) uuid + 6, VK_UUID_SIZE - 10, "tu"); in tu_device_get_cache_uuid() 75 memset(device->name, 0, sizeof(device->name)); in tu_physical_device_init() 76 sprintf(device->name, "FD%d", device->gpu_id); in tu_physical_device_init() 78 device->limited_z24s8 = (device->gpu_id == 630); in tu_physical_device_init() 80 switch (device->gpu_id) { in tu_physical_device_init() 86 freedreno_dev_info_init(&device->info, device->gpu_id); in tu_physical_device_init() 90 "device %s is unsupported", device->name); in tu_physical_device_init() 93 if (tu_device_get_cache_uuid(device->gpu_id, device->cache_uuid)) { in tu_physical_device_init() 103 disk_cache_format_hex_id(buf, device->cache_uuid, VK_UUID_SIZE * 2); in tu_physical_device_init() [all …]
|
/external/jackson-annotations/docs/javadoc/2.8/com/fasterxml/jackson/annotation/class-use/ |
D | JsonFormat.Features.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Thu Jul 07 10:49:28 PDT 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Uses of Class com.fasterxml.jackson.annotation.JsonFormat.Features (Jackson-annotations 2.8.… 8 <meta name="date" content="2016-07-07"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 …t.title="Uses of Class com.fasterxml.jackson.annotation.JsonFormat.Features (Jackson-annotations 2… 16 //--> [all …]
|
/external/llvm/lib/Support/ |
D | Host.cpp | 1 //===-- Host.cpp - Implement OS Host Concept --------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 25 // Include the platform-specific parts of this class. 42 #define DEBUG_TYPE "host-detection" 44 //===----------------------------------------------------------------------===// 48 //===----------------------------------------------------------------------===// 62 return -1; in readCpuInfo() 67 return -1; in readCpuInfo() 172 /// getX86CpuIDAndInfo - Execute the specified cpuid and return the 4 values in [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parse_example_dataset_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 44 features = lambda d: feature_pb2.Features(feature=d) function 170 original = example(features=features({"c": feature()})) 187 example(features=features({ 189 })), example(features=features({ 190 "a": float_feature([-1, -1]), 204 original = [example(features=features({"a": float_feature([1, 1, 3]),})),] 216 example(features=features({ 219 example(features=features({ 222 example(features=features({ [all …]
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | amdgpu-features.cl | 1 // REQUIRES: amdgpu-registered-target 3 // Check that appropriate features are defined for every supported AMDGPU 4 // "-target" and "-mcpu" options. 6 // RUN: %clang_cc1 -triple amdgcn -target-cpu gfx600 -S -emit-llvm -o - %s | FileCheck --check-pref… 7 // RUN: %clang_cc1 -triple amdgcn -target-cpu gfx601 -S -emit-llvm -o - %s | FileCheck --check-pref… 8 // RUN: %clang_cc1 -triple amdgcn -target-cpu gfx602 -S -emit-llvm -o - %s | FileCheck --check-pref… 9 // RUN: %clang_cc1 -triple amdgcn -target-cpu gfx700 -S -emit-llvm -o - %s | FileCheck --check-pref… 10 // RUN: %clang_cc1 -triple amdgcn -target-cpu gfx801 -S -emit-llvm -o - %s | FileCheck --check-pref… 11 // RUN: %clang_cc1 -triple amdgcn -target-cpu gfx904 -S -emit-llvm -o - %s | FileCheck --check-pref… 12 // RUN: %clang_cc1 -triple amdgcn -target-cpu gfx906 -S -emit-llvm -o - %s | FileCheck --check-pref… [all …]
|