Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 13299) sorted by relevance

12345678910>>...532

/external/clang/test/CodeGen/
Ddebug-info-257-args.c7 void fn1(int, int, int, int, int, int, int, int, int, int, int, int, int, int, in fn1() argument
/external/pytorch/torch/jit/
D_shape_functions.py27 def broadcast(a: List[int], b: List[int]):
51 def broadcast_three(a: List[int], b: List[int], c: List[int]):
55 def broadcast_one_three(a: List[int], b: Any, c: List[int]):
59 def adaptive_avg_pool2d(self: List[int], out: List[int]):
73 def _copy(self: List[int]):
80 def unary(self: List[int]):
84 def broadcast_inplace(a: List[int], b: List[int]):
104 def expand(self: List[int], sizes: List[int]):
126 def expand_one_unused(self: List[int], sizes: List[int], inp0: Any):
130 def infer_size_impl(shape: List[int], numel: int) -> List[int]:
[all …]
/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_unary_addr.cpp51 void operator()(int) in operator ()() argument
59 void operator()(int, int) in operator ()() argument
63 void operator()(int, int) const in operator ()() argument
67 void operator()(int, int, int) in operator ()() argument
71 void operator()(int, int, int) const in operator ()() argument
75 void operator()(int, int, int, int) in operator ()() argument
79 void operator()(int, int, int, int) const in operator ()() argument
83 void operator()(int, int, int, int, int) in operator ()() argument
87 void operator()(int, int, int, int, int) const in operator ()() argument
91 void operator()(int, int, int, int, int, int) in operator ()() argument
[all …]
Dbind_lookup_problem_test.cpp16 void f1(int) { } in f1() argument
17 void f2(int, int) { } in f2() argument
18 void f3(int, int, int) { } in f3() argument
19 void f4(int, int, int, int) { } in f4() argument
20 void f5(int, int, int, int, int) { } in f5() argument
21 void f6(int, int, int, int, int, int) { } in f6() argument
22 void f7(int, int, int, int, int, int, int) { } in f7() argument
23 void f8(int, int, int, int, int, int, int, int) { } in f8() argument
24 void f9(int, int, int, int, int, int, int, int, int) { } in f9() argument
/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_unary_addr.cpp41 void operator()(int) in operator ()() argument
49 void operator()(int, int) in operator ()() argument
53 void operator()(int, int) const in operator ()() argument
57 void operator()(int, int, int) in operator ()() argument
61 void operator()(int, int, int) const in operator ()() argument
65 void operator()(int, int, int, int) in operator ()() argument
69 void operator()(int, int, int, int) const in operator ()() argument
73 void operator()(int, int, int, int, int) in operator ()() argument
77 void operator()(int, int, int, int, int) const in operator ()() argument
81 void operator()(int, int, int, int, int, int) in operator ()() argument
[all …]
Dref_fn_test.cpp26 void f1(int) in f1() argument
30 void f2(int, int) in f2() argument
34 void f3(int, int, int) in f3() argument
38 void f4(int, int, int, int) in f4() argument
42 void f5(int, int, int, int, int) in f5() argument
46 void f6(int, int, int, int, int, int) in f6() argument
50 void f7(int, int, int, int, int, int, int) in f7() argument
54 void f8(int, int, int, int, int, int, int, int) in f8() argument
58 void f9(int, int, int, int, int, int, int, int, int) in f9() argument
Dbind_lookup_problem_test.cpp16 void f1(int) { } in f1() argument
17 void f2(int, int) { } in f2() argument
18 void f3(int, int, int) { } in f3() argument
19 void f4(int, int, int, int) { } in f4() argument
20 void f5(int, int, int, int, int) { } in f5() argument
21 void f6(int, int, int, int, int, int) { } in f6() argument
22 void f7(int, int, int, int, int, int, int) { } in f7() argument
23 void f8(int, int, int, int, int, int, int, int) { } in f8() argument
24 void f9(int, int, int, int, int, int, int, int, int) { } in f9() argument
/external/sdv/vsomeip/third_party/boost/core/test/
Dref_fn_test.cpp26 void f1(int) in f1() argument
30 void f2(int, int) in f2() argument
34 void f3(int, int, int) in f3() argument
38 void f4(int, int, int, int) in f4() argument
42 void f5(int, int, int, int, int) in f5() argument
46 void f6(int, int, int, int, int, int) in f6() argument
50 void f7(int, int, int, int, int, int, int) in f7() argument
54 void f8(int, int, int, int, int, int, int, int) in f8() argument
58 void f9(int, int, int, int, int, int, int, int, int) in f9() argument
Daddressof_fn_test.cpp26 void f1(int) in f1() argument
30 void f2(int, int) in f2() argument
34 void f3(int, int, int) in f3() argument
38 void f4(int, int, int, int) in f4() argument
42 void f5(int, int, int, int, int) in f5() argument
46 void f6(int, int, int, int, int, int) in f6() argument
50 void f7(int, int, int, int, int, int, int) in f7() argument
54 void f8(int, int, int, int, int, int, int, int) in f8() argument
58 void f9(int, int, int, int, int, int, int, int, int) in f9() argument
/external/executorch/backends/cadence/aot/
Dops_registrations.py266 zero_point: int,
267 quant_min: int,
268 quant_max: int,
278 zero_point: int,
279 quant_min: int,
280 quant_max: int,
291 in_zero_point: int,
295 out_zero_point: int,
335 stride: Tuple[int],
336 padding: Tuple[int],
[all …]
/external/clang/test/Parser/
Dmethod-prototype-1.m3 - (void) bycopy : (int) woodo, ... ; argument
4 - (void) break : (int) woodo, ... ; argument
5 - (void) enum : (int) woodo, ... ; argument
6 - (void) struct : (int) woodo, ... ; argument
7 - (void) union : (int) woodo, ... ; argument
8 - (void) if : (int) woodo, int i, char chh, ... ; argument
9 - (void) else : (int) woodo, ... ; argument
10 - (void) while : (int) woodo, ... ; argument
11 - (void) do : (int) woodo, ... ; argument
12 - (void) for : (int) woodo, ... ; argument
[all …]
/external/executorch/backends/cadence/aot/tests/
Dtest_simplify_ops_passes.py26 in_shape: Tuple[int],
27 src_shape: Tuple[int],
28 dim: int,
29 start: Optional[int] = None,
30 end: Optional[int] = None,
31 step: int = 1,
35 self, dim: int, start: Optional[int], end: Optional[int], step: int
69 in_shape: Tuple[int],
70 src_shape: Tuple[int],
71 dim: int,
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DUrlComponentEncodingTester.java51 map.put((int) '\b', Encoding.PERCENT); // Backspace in map.put() argument
52 map.put((int) '\t', Encoding.SKIP); // Horizontal Tab in map.put() argument
53 map.put((int) '\n', Encoding.SKIP); // Line feed in map.put() argument
55 map.put((int) '\f', Encoding.SKIP); // Form feed in map.put() argument
56 map.put((int) '\r', Encoding.SKIP); // Carriage return in map.put() argument
75 map.put((int) ' ', Encoding.PERCENT); in map.put() argument
76 map.put((int) '!', Encoding.IDENTITY); in map.put() argument
77 map.put((int) '"', Encoding.PERCENT); in map.put() argument
78 map.put((int) '#', Encoding.PERCENT); in map.put() argument
79 map.put((int) '$', Encoding.IDENTITY); in map.put() argument
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_postfix_classes.hpp12 class C000 { C000(); public: C000(int) { } }; in C000() argument
13 void operator++(C000, int) { } in operator ++() argument
15 class C001 { C001(); public: C001(int) { } }; in C001() argument
16 ret operator++(C001, int) { return ret_val; } in operator ++() argument
18 class C002 { C002(); public: C002(int) { } }; in C002() argument
19 ret const operator++(C002, int) { return ret_val; } in operator ++() argument
21 class C005 { C005(); public: C005(int) { } }; in C005() argument
22 ret & operator++(C005, int) { return ret_val; } in operator ++() argument
24 class C006 { C006(); public: C006(int) { } }; in C006() argument
25 ret const & operator++(C006, int) { return ret_val; } in operator ++() argument
[all …]
/external/ruy/ruy/
Dpack_avx512.cc34 void Pack8bitColMajorForAvx512(const std::int8_t*, std::int8_t, in Pack8bitColMajorForAvx512() argument
41 void Pack16bitColMajorForAvx512(const std::int16_t*, const std::int16_t*, int, in Pack16bitColMajorForAvx512() argument
47 void PackFloatColMajorForAvx512(const float*, const float*, int, int, int, in PackFloatColMajorForAvx512() argument
53 void Pack8bitRowMajorForAvx512(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx512() argument
Dpack_avx2_fma.cc34 void Pack8bitColMajorForAvx2(const std::int8_t*, std::int8_t, in Pack8bitColMajorForAvx2() argument
41 void PackFloatColMajorForAvx2(const float*, const float*, int, int, int, in PackFloatColMajorForAvx2() argument
47 void Pack8bitRowMajorForAvx2(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx2() argument
Dpack_avx.cc34 void Pack8bitColMajorForAvx(const std::int8_t*, std::int8_t, const std::int8_t*, in Pack8bitColMajorForAvx() argument
40 void PackFloatColMajorForAvx(const float*, const float*, int, int, int, in PackFloatColMajorForAvx() argument
46 void Pack8bitRowMajorForAvx(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx() argument
/external/executorch/devtools/bundled_program/util/
Dtest_util.py54 self, x: torch.Tensor, q: torch.Tensor, a: int = DEFAULT_INT_INPUT
64 self, x: torch.Tensor, q: torch.Tensor, a: int = DEFAULT_INT_INPUT
72 n_tensors: int,
73 sizes: List[List[int]],
74 n_int: int,
76 n_sets_per_plan_test: int,
77 n_method_test_suites: int,
91 n_tensors: int,
92 sizes: List[List[int]],
94 n_sets_per_plan_test: int,
[all …]
/external/python/rsa/rsa/
Dcommon.py21 def __init__(self, a: int, b: int, d: int, msg: str = '') -> None:
28 def bit_size(num: int) -> int:
56 def byte_size(number: int) -> int:
81 def ceil_div(num: int, div: int) -> int:
105 def extended_gcd(a: int, b: int) -> typing.Tuple[int, int, int]:
130 def inverse(x: int, n: int) -> int:
147 def crt(a_values: typing.Iterable[int], modulo_values: typing.Iterable[int]) -> int:
/external/clang/test/Index/
Dcomplete-super.m7 - (void)add:(int)x to:(int)y; argument
8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
14 - (void)add:(int)x to:(int)y; argument
15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
19 - (void)add:(int)a to:(int)b { argument
23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
30 - (void)multiply:(int)x by:(int)y; argument
37 - (void)multiply:(int)a by:(int)b { argument
/external/cronet/stable/build/fuchsia/test/
Dtest_server.py45 def _forward_command(fuchsia_port: int, host_port: int,
56 def _forward_commands(ports: List[Tuple[int, int]], argument
67 ports: List[Tuple[int, int]]) -> subprocess.CompletedProcess: argument
82 ports: List[Tuple[int, int]]) -> subprocess.CompletedProcess: argument
95 def port_forward(target_addr: str, host_port: int) -> int:
109 fuchsia_port: int,
110 host_port: int = 0) -> int:
126 def cancel_port_forwarding(target_addr: str, fuchsia_port: int, host_port: int,
150 def Map(self, port_pairs: List[Tuple[int, int]]) -> None: argument
158 def GetDevicePortForHostPort(self, host_port: int) -> int:
[all …]
/external/angle/build/fuchsia/test/
Dtest_server.py45 def _forward_command(fuchsia_port: int, host_port: int,
56 def _forward_commands(ports: List[Tuple[int, int]], argument
67 ports: List[Tuple[int, int]]) -> subprocess.CompletedProcess: argument
82 ports: List[Tuple[int, int]]) -> subprocess.CompletedProcess: argument
95 def port_forward(target_addr: str, host_port: int) -> int:
109 fuchsia_port: int,
110 host_port: int = 0) -> int:
126 def cancel_port_forwarding(target_addr: str, fuchsia_port: int, host_port: int,
150 def Map(self, port_pairs: List[Tuple[int, int]]) -> None: argument
158 def GetDevicePortForHostPort(self, host_port: int) -> int:
[all …]
/external/cronet/tot/build/fuchsia/test/
Dtest_server.py45 def _forward_command(fuchsia_port: int, host_port: int,
56 def _forward_commands(ports: List[Tuple[int, int]], argument
67 ports: List[Tuple[int, int]]) -> subprocess.CompletedProcess: argument
82 ports: List[Tuple[int, int]]) -> subprocess.CompletedProcess: argument
95 def port_forward(target_addr: str, host_port: int) -> int:
109 fuchsia_port: int,
110 host_port: int = 0) -> int:
126 def cancel_port_forwarding(target_addr: str, fuchsia_port: int, host_port: int,
150 def Map(self, port_pairs: List[Tuple[int, int]]) -> None: argument
158 def GetDevicePortForHostPort(self, host_port: int) -> int:
[all …]
/external/pytorch/torch/ao/quantization/fx/
D_decomposed.py54 zero_point: int,
55 quant_min: int,
56 quant_max: int,
91 zero_point: int,
92 quant_min: int,
93 quant_max: int,
117 quant_min: int,
118 quant_max: int,
142 quant_min: int,
143 quant_max: int,
[all …]
/external/webrtc/sdk/objc/components/video_frame_buffer/
DRTCCVPixelBuffer.mm59 adaptedWidth:(int)adaptedWidth argument
98 - (BOOL)requiresScalingToWidth:(int)width height:(int)height { argument
102 - (int)bufferSizeForCroppingAndScalingToWidth:(int)width height:(int)height { argument
156 - (id<RTC_OBJC_TYPE(RTCVideoFrameBuffer)>)cropAndScaleWith:(int)offsetX argument

12345678910>>...532