Home
last modified time | relevance | path

Searched full:pad (Results 1 – 25 of 5020) sorted by relevance

12345678910>>...201

/external/armnn/delegate/test/
DPadTest.cpp20 float pad = 0.0f) in Pad2dTest() argument
32 std::vector<float> expectedOutputValues = { pad, pad, pad, pad, pad, pad, in Pad2dTest()
33 pad, pad, pad, pad, pad, pad, in Pad2dTest()
34 pad, pad, 0.0f, 4.0f, pad, pad, in Pad2dTest()
35 pad, pad, 2.0f, -5.0f, pad, pad, in Pad2dTest()
36 pad, pad, pad, pad, pad, pad, in Pad2dTest()
38 pad, pad, pad, pad, pad, pad, in Pad2dTest()
39 pad, pad, pad, pad, pad, pad, in Pad2dTest()
40 pad, pad, 6.0f, 1.0f, pad, pad, in Pad2dTest()
41 pad, pad, 5.0f, -2.0f, pad, pad, in Pad2dTest()
[all …]
/external/llvm/test/MC/COFF/
Dsection-name-encoding.s41 .macro pad_sections2 pad argument
42 // 10x \pad
43 .section p0\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
44 .section p1\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
45 .section p2\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
46 .section p3\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
47 .section p4\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
50 .macro pad_sections pad argument
51 // 20x \pad
52 pad_sections2 \pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad
[all …]
/external/trusty/arm-trusted-firmware/plat/imx/common/include/sci/svc/pad/
Dsci_pad_api.h9 * Pad Control (PAD) function.
11 * @addtogroup PAD_SVC (SVC) Pad Service
13 * Module for the Pad Control (PAD) service.
17 * Pad configuration is managed by SC firmware. The pad configuration
22 * - Configuring the technology-specific pad setting such as drive strength,
24 * - Configuring compensation for pad groups with dual voltage capability.
26 * Pad functions fall into one of three categories. Generic functions are
31 * The list of pads is SoC specific. Refer to the SoC [Pad List](@ref PADS)
32 * for valid pad values. Note that all pads exist on a die but may or
39 * but are in fact pad groups. These groups have additional configuration
[all …]
/external/arm-trusted-firmware/plat/imx/common/include/sci/svc/pad/
Dsci_pad_api.h9 * Pad Control (PAD) function.
11 * @addtogroup PAD_SVC (SVC) Pad Service
13 * Module for the Pad Control (PAD) service.
17 * Pad configuration is managed by SC firmware. The pad configuration
22 * - Configuring the technology-specific pad setting such as drive strength,
24 * - Configuring compensation for pad groups with dual voltage capability.
26 * Pad functions fall into one of three categories. Generic functions are
31 * The list of pads is SoC specific. Refer to the SoC [Pad List](@ref PADS)
32 * for valid pad values. Note that all pads exist on a die but may or
39 * but are in fact pad groups. These groups have additional configuration
[all …]
/external/coreboot/src/soc/intel/common/block/include/intelblocks/
Dgpio_defs.h159 /* Disable the input/output buffer of the pad */
191 .pad = __pad, \
199 .pad = __pad, \
208 .pad = __pad, \
220 #define PAD_CFG_NF(pad, pull, rst, func) \ argument
221 _PAD_CFG_STRUCT(pad, \
226 #define PAD_CFG_NF_LOCK(pad, pull, func, lock_action) \ argument
227 _PAD_CFG_STRUCT_LOCK(pad, \
233 /* Native 1.8V tolerant pad, only applies to some pads like I2C/I2S
236 #define PAD_CFG_NF_1V8(pad, pull, rst, func) \ argument
[all …]
Dgpio.h32 * starting pin number for each pad group.
43 * A pad base of -1 indicates that this group uses contiguous numbering
44 * and a pad base should not be used for this group.
57 * GPIO_NUM_PAD_CFG_REGS - number of PAD config registers in the SOC
76 gpio_t pad;/* offset of pad within community */ member
78 Pad config data corresponding to DW0, DW1,.... */
79 enum gpio_lock_action lock_action; /* Pad lock configuration */
95 int first_pad; /* offset of first pad of the group relative
122 gpio_t first_pad; /* first pad in community */
123 gpio_t last_pad; /* last pad in community */
[all …]
/external/v4l-utils/utils/v4l2-compliance/
Dv4l2-test-subdevs.cpp47 unsigned pad, unsigned code, in testSubDevEnumFrameInterval() argument
56 fie.pad = pad; in testSubDevEnumFrameInterval()
66 fail_on_test(node->enum_frame_interval_pad != (int)pad); in testSubDevEnumFrameInterval()
69 node->enum_frame_interval_pad = pad; in testSubDevEnumFrameInterval()
75 fie.pad = node->entity.pads; in testSubDevEnumFrameInterval()
79 fie.pad = pad; in testSubDevEnumFrameInterval()
86 fie.pad = pad; in testSubDevEnumFrameInterval()
95 fail_on_test(fie.pad != pad); in testSubDevEnumFrameInterval()
112 fail_on_test(fie.pad != pad); in testSubDevEnumFrameInterval()
124 unsigned pad, unsigned stream, unsigned code) in testSubDevEnumFrameSize() argument
[all …]
/external/coreboot/src/soc/intel/common/block/gpio/
Dgpio.c80 /* find the group within the community that the pad is a part of */
89 /* find the base pad number for this pad's group */ in gpio_group_index()
97 printk(BIOS_ERR, "%s: pad %d is not found in community %s!\n", in gpio_group_index()
127 static const struct pad_community *gpio_get_community(gpio_t pad) in gpio_get_community() argument
134 if (pad >= comm->first_pad && pad <= comm->last_pad) in gpio_get_community()
137 printk(BIOS_ERR, "%s pad %d not found\n", __func__, pad); in gpio_get_community()
138 die("Invalid GPIO pad number\n"); in gpio_get_community()
149 pin = relative_pad_in_comm(comm, cfg->pad); in gpio_configure_owner()
160 /* The 4th bit in pad_config 1 (RO) is used to indicate if the pad in gpio_configure_owner()
178 /* Do not configure GPE_EN if PAD is not configured for SCI/wake */ in gpi_enable_gpe()
[all …]
/external/pytorch/aten/src/ATen/native/
DPadNd.cpp29 Tensor constant_pad_nd(const Tensor& self, IntArrayRef pad, const Scalar& value) { in constant_pad_nd() argument
30 TORCH_CHECK(pad.size() % 2 == 0, "Length of pad must be even but instead it equals ", in constant_pad_nd()
31 pad.size()); in constant_pad_nd()
36 auto l_pad = pad.size() / 2; in constant_pad_nd()
38 TORCH_CHECK(l_inp >= (int64_t)l_pad, "Length of pad should be no more than twice the number of " in constant_pad_nd()
39 "dimensions of the input. Pad length is ", pad.size(), "while the input has ", in constant_pad_nd()
49 if (pad[pad_idx] < 0) { in constant_pad_nd()
50 c_input = c_input.narrow(i, -pad[pad_idx], c_input.size(i) + pad[pad_idx]); in constant_pad_nd()
51 } else if (pad[pad_idx] != 0) { in constant_pad_nd()
54 if (pad[pad_idx + 1] < 0) { in constant_pad_nd()
[all …]
/external/walt/hardware/kicad/walt_footprints.pretty/
DTeensy_DIP-28_W15.24mm.kicad_mod14 (pad 1 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
15 (pad 2 thru_hole circle (at 0 2.54) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
16 (pad 3 thru_hole circle (at 0 5.08) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
17 (pad 4 thru_hole circle (at 0 7.62) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
18 (pad 5 thru_hole circle (at 0 10.16) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
19 (pad 6 thru_hole circle (at 0 12.7) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
20 (pad 7 thru_hole circle (at 0 15.24) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
21 (pad 8 thru_hole circle (at 0 17.78) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
22 (pad 9 thru_hole circle (at 0 20.32) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
23 (pad 10 thru_hole circle (at 0 22.86) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
[all …]
DBMI160.kicad_mod13 (pad 6 smd rect (at 0 1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
14 (pad 13 smd rect (at 0 -1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
15 (pad 7 smd rect (at 0.5 1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
16 (pad 5 smd rect (at -0.5 1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
17 (pad 12 smd rect (at 0.5 -1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
18 (pad 14 smd rect (at -0.5 -1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
19 (pad 2 smd rect (at -1.2625 -0.25 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
20 (pad 1 smd rect (at -1.2625 -0.75 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
21 (pad 3 smd rect (at -1.2625 0.25 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
22 (pad 4 smd rect (at -1.2625 0.75 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
[all …]
/external/executorch/backends/xnnpack/test/ops/
Dstatic_constant_pad.py22 a = torch.nn.functional.pad(
24 pad=pad_6,
28 b = torch.nn.functional.pad(
30 pad=pad_4,
34 c = torch.nn.functional.pad(
36 pad=pad_2,
40 d = torch.nn.functional.pad(
42 pad=pad_6,
46 e = torch.nn.functional.pad(
48 pad=pad_4,
[all …]
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll15 %pad = cleanuppad within none []
16 call void @g() [ "funclet"(token %pad) ]
17 cleanupret from %pad unwind to caller
30 %pad.inner = cleanuppad within none []
31 call void @g() [ "funclet"(token %pad.inner) ]
32 cleanupret from %pad.inner unwind label %cleanup.outer
34 ; The call here needs to remain a call becuase pad.inner has a cleanupret
41 %pad.outer = cleanuppad within none []
42 call void @g() [ "funclet"(token %pad.outer) ]
43 cleanupret from %pad.outer unwind to caller
[all …]
/external/coreboot/src/soc/intel/braswell/
Dgpio_support.c8 * Return family number and internal pad number in that community by pad number
11 uint16_t gpio_family_number(uint8_t community, uint8_t pad) in gpio_family_number() argument
15 * Each community has up to 7 families and each family contains a range of Pad numbers. in gpio_family_number()
17 * For example: East community, family 0, Pad 0~11. in gpio_family_number()
29 /* Validate the pad number */ in gpio_family_number()
30 if (pad > community_base[community][7]) in gpio_family_number()
31 die("Pad number is out of range!"); in gpio_family_number()
33 /* Locate the family number for the pad */ in gpio_family_number()
36 if ((pad >= base[0]) && (pad < base[1])) in gpio_family_number()
41 /* Family number in high byte and inner pad number in lowest byte */ in gpio_family_number()
[all …]
/external/arm-neon-tests/
Dcompute_ref_data.c125 PAD(buffer_pad, int, 8, 8);
127 PAD(buffer_pad, int, 16, 4);
129 PAD(buffer_pad, int, 32, 2);
131 PAD(buffer_pad, int, 64, 1);
133 PAD(buffer_pad, uint, 8, 8);
135 PAD(buffer_pad, poly, 8, 8);
137 PAD(buffer_pad, poly, 16, 4);
139 PAD(buffer_pad, uint, 16, 4);
141 PAD(buffer_pad, uint, 32, 2);
143 PAD(buffer_pad, uint, 64, 1);
[all …]
/external/yapf/yapftests/
Dformat_token_test.py31 pad = format_token._TabbedContinuationAlignPadding(0, align_style, 2)
32 self.assertEqual(pad, '')
34 pad = format_token._TabbedContinuationAlignPadding(2, align_style, 2)
35 self.assertEqual(pad, ' ' * 2)
37 pad = format_token._TabbedContinuationAlignPadding(5, align_style, 2)
38 self.assertEqual(pad, ' ' * 5)
43 pad = format_token._TabbedContinuationAlignPadding(0, align_style, 4)
44 self.assertEqual(pad, '')
46 pad = format_token._TabbedContinuationAlignPadding(2, align_style, 4)
47 self.assertEqual(pad, '\t')
[all …]
/external/mesa3d/docs/
Dteflon.rst126 0 CONV 88 7 w: 8 b: 6 stride: 2 pad: SAME
127 1 DWCONV 7 33 w: 35 b: 34 stride: 1 pad: SAME
128 2 CONV 33 37 w: 38 b: 36 stride: 1 pad: SAME
129 3 DWCONV 37 39 w: 41 b: 40 stride: 2 pad: SAME
130 4 CONV 39 43 w: 44 b: 42 stride: 1 pad: SAME
131 5 DWCONV 43 45 w: 47 b: 46 stride: 1 pad: SAME
132 6 CONV 45 49 w: 50 b: 48 stride: 1 pad: SAME
133 7 DWCONV 49 51 w: 53 b: 52 stride: 2 pad: SAME
134 8 CONV 51 55 w: 56 b: 54 stride: 1 pad: SAME
135 9 DWCONV 55 57 w: 59 b: 58 stride: 1 pad: SAME
[all …]
/external/v4l-utils/utils/v4l2-ctl/
Dv4l2-ctl-subdev.cpp49 …"Note: all parameters below (pad, code, etc.) are optional unless otherwise noted and default to 0… in subdev_usage()
50 " --list-subdev-mbus-codes pad=<pad>,stream=<stream>\n" in subdev_usage()
51 " display supported mediabus codes for this pad and stream\n" in subdev_usage()
53 " --list-subdev-framesizes pad=<pad>,stream=<stream>,code=<code>\n" in subdev_usage()
54 " list supported framesizes for this pad, stream and code\n" in subdev_usage()
57 … " --list-subdev-frameintervals pad=<pad>,stream=<stream>,width=<w>,height=<h>,code=<code>\n" in subdev_usage()
58 " list supported frame intervals for this pad, stream, code and\n" in subdev_usage()
61 " --get-subdev-fmt pad=<pad>,stream=<stream>\n" in subdev_usage()
62 " query the frame format for the given pad and stream [VIDIOC_SUBDEV_G_FMT]\n" in subdev_usage()
63 " --get-subdev-selection pad=<pad>,stream=<stream>,target=<target>\n" in subdev_usage()
[all …]
/external/coreboot/src/soc/intel/denverton_ns/include/soc/
Dgpio_dnv.h14 // maximal pad number for available groups
70 Structure contains fields that can be used to configure pad.
74 Pad Mode
75 Pad can be set as GPIO or one of its native functions.
77 InterruptConfig and Host Software Pad Ownership are unnecessary.
79 Refer to EDS for each native mode according to the pad.
83 Host Software Pad Ownership
84 Set pad to ACPI mode or GPIO Driver Mode.
97 Set Pad output value.
104 Set Pad to cause one of interrupts (IOxAPIC/SCI/SMI/NMI). This setting
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_simplify_padding_test.cc157 weights = pad(s8[3,3,10,10] parameter(0), s8[] constant(0)), padding=0_0x0_0x0_0x0_4 in TEST_F()
165 ROOT pad = pad(slice, s8[] constant(0)), padding=0_0x0_0x0_0x0_5 in TEST_F()
175 const HloInstruction* pad = nullptr; in TEST_F() local
177 GmockMatch(m::Pad(&pad, m::GetTupleElement(m::CustomCall(), 0), in TEST_F()
180 ExpectOnlyPadsOneDim(/*dim=*/3, /*padding_high=*/1, pad->padding_config()); in TEST_F()
186 // into the pad that follows.
192 weights = pad(s8[3,3,10,10] parameter(0), s8[] constant(0)), padding=0_0x0_0x0_0x0_3 in TEST_F()
200 ROOT pad = pad(slice, s8[] constant(0)), padding=0_0x0_0x0_0x0_5 in TEST_F()
214 weights_p = pad(s8[64,60,3,3] parameter(0), s8[] constant(0)), padding=0_0x0_4x0_0x0_0 in TEST_F()
223 ROOT pad = pad(slice, s8[] constant(0)), padding=0_0x0_5x0_0x0_0 in TEST_F()
[all …]
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pad/
Dpad_rpc_clnt.c8 * File containing client-side RPC functions for the PAD service. These
21 #include <sci/svc/pad/sci_pad_api.h>
31 sc_err_t sc_pad_set_mux(sc_ipc_t ipc, sc_pad_t pad, in sc_pad_set_mux() argument
40 RPC_U16(&msg, 0U) = (uint16_t)pad; in sc_pad_set_mux()
52 sc_err_t sc_pad_get_mux(sc_ipc_t ipc, sc_pad_t pad, in sc_pad_get_mux() argument
62 RPC_U16(&msg, 0U) = (uint16_t)pad; in sc_pad_get_mux()
83 sc_err_t sc_pad_set_gp(sc_ipc_t ipc, sc_pad_t pad, uint32_t ctrl) in sc_pad_set_gp() argument
92 RPC_U16(&msg, 4U) = (uint16_t)pad; in sc_pad_set_gp()
101 sc_err_t sc_pad_get_gp(sc_ipc_t ipc, sc_pad_t pad, uint32_t *ctrl) in sc_pad_get_gp() argument
109 RPC_U16(&msg, 0U) = (uint16_t)pad; in sc_pad_get_gp()
[all …]
/external/trusty/arm-trusted-firmware/plat/imx/common/sci/svc/pad/
Dpad_rpc_clnt.c8 * File containing client-side RPC functions for the PAD service. These
21 #include <sci/svc/pad/sci_pad_api.h>
31 sc_err_t sc_pad_set_mux(sc_ipc_t ipc, sc_pad_t pad, in sc_pad_set_mux() argument
40 RPC_U16(&msg, 0U) = (uint16_t)pad; in sc_pad_set_mux()
52 sc_err_t sc_pad_get_mux(sc_ipc_t ipc, sc_pad_t pad, in sc_pad_get_mux() argument
62 RPC_U16(&msg, 0U) = (uint16_t)pad; in sc_pad_get_mux()
83 sc_err_t sc_pad_set_gp(sc_ipc_t ipc, sc_pad_t pad, uint32_t ctrl) in sc_pad_set_gp() argument
92 RPC_U16(&msg, 4U) = (uint16_t)pad; in sc_pad_set_gp()
101 sc_err_t sc_pad_get_gp(sc_ipc_t ipc, sc_pad_t pad, uint32_t *ctrl) in sc_pad_get_gp() argument
109 RPC_U16(&msg, 0U) = (uint16_t)pad; in sc_pad_get_gp()
[all …]
/external/v4l-utils/include/linux/
Dv4l2-subdev.h31 * struct v4l2_subdev_format - Pad-level media bus format
33 * @pad: pad number, as reported by the media API
40 __u32 pad; member
47 * struct v4l2_subdev_crop - Pad-level crop settings
49 * @pad: pad number, as reported by the media API
50 * @rect: pad crop rectangle boundaries
60 __u32 pad; member
74 * @pad: pad number, as reported by the media API
83 __u32 pad; member
95 * @pad: pad number, as reported by the media API
[all …]
/external/kernel-headers/original/uapi/linux/
Dv4l2-subdev.h31 * struct v4l2_subdev_format - Pad-level media bus format
33 * @pad: pad number, as reported by the media API
40 __u32 pad; member
47 * struct v4l2_subdev_crop - Pad-level crop settings
49 * @pad: pad number, as reported by the media API
50 * @rect: pad crop rectangle boundaries
60 __u32 pad; member
74 * @pad: pad number, as reported by the media API
83 __u32 pad; member
95 * @pad: pad number, as reported by the media API
[all …]
/external/fonttools/Lib/fontTools/varLib/
DinterpolatablePlot.py42 pad = 0.1 * 72 variable in InterpolatablePlot
125 self.panel_width = self.width / 2 - self.pad * 3
127 self.height / 2 - self.pad * 6 - self.font_size * 2 - self.title_font_size
142 pad = self.pad
143 width = self.width - 3 * self.pad
144 height = self.height - 2 * self.pad
145 x = y = pad
161 y += self.font_size + self.pad
163 y += self.font_size + self.pad
167 self.draw_label("sha1: %s" % h, x=x + pad, y=y, width=width)
[all …]

12345678910>>...201