/external/mesa3d/include/pci_ids/ |
D | pci_id_driver_map.h | 11 #define CHIPSET(chip, desc, misc) chip, argument 17 #define CHIPSET(chip, desc, misc) chip, argument 24 #define CHIPSET(chip, name, family) chip, argument 30 #define CHIPSET(chip, name, family) chip, argument 37 #define CHIPSET(chip, name, family) chip, argument 43 #define CHIPSET(chip, name, family) chip, argument 49 #define CHIPSET(chip, name, family) chip, argument 55 #define CHIPSET(chip, name, family) chip, argument
|
/external/drm_gralloc/pci_ids/ |
D | pci_id_driver_map.h | 12 #define CHIPSET(chip, desc, misc) chip, argument 19 #define CHIPSET(chip, desc, misc) chip, argument 25 #define CHIPSET(chip, desc, misc) chip, argument 32 #define CHIPSET(chip, name, family) chip, argument 38 #define CHIPSET(chip, name, family) chip, argument 45 #define CHIPSET(chip, name, family) chip, argument 51 #define CHIPSET(chip, name, family) chip, argument 57 #define CHIPSET(chip, name, family) chip, argument
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_chipping.cpp | 23 chip1 = tensor.template chip<0>(1); in test_simple_chip() 40 Tensor<float, 4, DataLayout> chip2 = tensor.template chip<1>(1); in test_simple_chip() 55 Tensor<float, 4, DataLayout> chip3 = tensor.template chip<2>(2); in test_simple_chip() 70 Tensor<float, 4, DataLayout> chip4(tensor.template chip<3>(5)); in test_simple_chip() 85 Tensor<float, 4, DataLayout> chip5(tensor.template chip<4>(7)); in test_simple_chip() 108 chip1 = tensor.chip(1, 0); in test_dynamic_chip() 123 Tensor<float, 4, DataLayout> chip2 = tensor.chip(1, 1); in test_dynamic_chip() 138 Tensor<float, 4, DataLayout> chip3 = tensor.chip(2, 2); in test_dynamic_chip() 153 Tensor<float, 4, DataLayout> chip4(tensor.chip(5, 3)); in test_dynamic_chip() 168 Tensor<float, 4, DataLayout> chip5(tensor.chip(7, 4)); in test_dynamic_chip() [all …]
|
D | cxx11_tensor_custom_op.cpp | 78 … output.template chip<2>(i).device(device) = input1.chip<2>(i).contract(input2.chip<2>(i), dims); in eval() 96 Tensor<float, 2> reference = tensor1.chip<2>(i).contract(tensor2.chip<2>(i), dims); in test_custom_binary_op() 97 TensorRef<Tensor<float, 2> > val = result.chip<2>(i); in test_custom_binary_op()
|
D | cxx11_tensor_const.cpp | 44 Tensor<int, 2> result1 = constant1.chip(0, 2); in test_assign_of_const_tensor() 45 Tensor<int, 2> result2 = constant2.chip(0, 2); in test_assign_of_const_tensor() 46 Tensor<int, 2> result3 = constant3.chip(0, 2); in test_assign_of_const_tensor()
|
D | cxx11_tensor_ref.cpp | 190 TensorRef<Tensor<float, 4>> slice = tensor.chip(7, 4); in test_coeff_ref()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSchedule.td | 17 // available across all chip sets for the target. Eg., IntUnit, FPUnit, ... 18 // These may be independent values for each chip set or may be shared across 19 // all chip sets of the target. Each functional unit is treated as a resource 72 // instructions across chip sets. An instruction uses the same itinerary class 73 // across all chip sets. Thus a new chip set can be added without modifying 118 // classes for a given chip set.
|
D | Target.td | 821 // SubtargetFeature - A characteristic of the chip set. 826 // appropriate target chip. 850 // Processor chip sets - These values represent each of the chip sets supported 856 // appropriate target chip.
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 20 // available across all chip sets for the target. Eg., IntUnit, FPUnit, ... 21 // These may be independent values for each chip set or may be shared across 22 // all chip sets of the target. Each functional unit is treated as a resource 75 // instructions across chip sets. An instruction uses the same itinerary class 76 // across all chip sets. Thus a new chip set can be added without modifying 122 // classes for a given chip set.
|
/external/curl/tests/data/ |
D | test1401 | 35 …ser -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,… 50 Cookie: chocolate=chip 87 curl_easy_setopt(hnd, CURLOPT_COOKIE, "chocolate=chip");
|
/external/libdrm/libkms/ |
D | linux.c | 148 unsigned chip; 219 if (table[i].vendor == vendor_id && table[i].chip == chip_id)
|
/external/libdrm/nouveau/nvif/ |
D | cl0080.h | 36 char chip[16]; member
|
/external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/ |
D | control | 17 For using the keyboard emulator atmega chip on the servo v3, the keyboard
|
/external/dtc/Documentation/ |
D | dt-object-internal.txt | 26 /* On chip peripherals */ 51 /* On chip peripherals */ 78 /* On chip peripherals */
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 754 chip(const Index offset) const { in chip() function 759 chip(const Index offset, const Index dim) const { in chip() function 942 chip(const Index offset) const { in chip() function 947 chip(const Index offset) { in chip() function 953 chip(const Index offset, const Index dim) const { in chip() function 958 chip(const Index offset, const Index dim) { in chip() function
|
D | README.md | 1426 ### <Operation> chip(const Index offset, const Index dim) 1428 A chip is a special kind of slice. It is the subtensor at the given offset in 1432 For example, a matrix chip would be either a row or a column of the input 1438 Eigen::Tensor<int, 1> row_3 = a.chip(2, 0); 1439 Eigen::Tensor<int, 1> col_2 = a.chip(1, 1); 1456 It is possible to assign values to a tensor chip since the chip operation is a 1463 b.chip(0, 0) = a;
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 12 - Kills the chip in 3D_PRIMITIVE LINELIST with mesa-demos/fbotexture in
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 15 // Functional units on the PowerPC A2 chip sets
|
/external/stressapptest/src/ |
D | os.cc | 287 int chip = (addr % (channel_width_ / 8)) / in FindDimm() local 289 string name = channel[chip]; in FindDimm()
|
/external/eigen/bench/tensors/ |
D | tensor_benchmarks.h | 124 C.device(device_) = B.chip(iter % k_, 0); in rowChip() 141 C.device(device_) = B.chip(iter % n_, 1); in colChip()
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
D | ll.S | 202 xor %ebx,%ebx # chip count 291 pop %ebx # restore chip count
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | ll.S | 208 xor %ebx,%ebx # chip count 291 pop %rbx # restore chip count
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 2243 char chip = '6'; in r600_bytecode_dump() local 2247 chip = '7'; in r600_bytecode_dump() 2250 chip = 'E'; in r600_bytecode_dump() 2253 chip = 'C'; in r600_bytecode_dump() 2257 chip = '6'; in r600_bytecode_dump() 2261 fprintf(stderr, " %c\n", chip); in r600_bytecode_dump()
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
D | control | 175 'Unrecognized WiFi chip |%s|.' % wlan_info.name)
|
/external/openssh/ |
D | CREDITS | 21 Chip Salzenberg <chip@valinux.com> - Assorted patches
|