Home
last modified time | relevance | path

Searched +defs:a +defs:f (Results 1 – 25 of 1628) sorted by relevance

12345678910>>...66

/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast.cpp22 ToType __attribute__((noinline)) cast(FromType a) { in cast()
27 ToType __attribute__((noinline)) castBits(FromType a) { in castBits()
32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) { in cast()
39 ToType __attribute__((noinline)) castBits(int i, FromType a, int j) { in castBits()
49 static ToType f(bool a) { return cast<bool, ToType>(a); } in f() function in Caster
50 static ToType f(myint8_t a) { return cast<myint8_t, ToType>(a); } in f() function in Caster
51 static ToType f(uint8_t a) { return cast<uint8_t, ToType>(a); } in f() function in Caster
52 static ToType f(int16_t a) { return cast<int16_t, ToType>(a); } in f() function in Caster
53 static ToType f(uint16_t a) { return cast<uint16_t, ToType>(a); } in f() function in Caster
54 static ToType f(int32_t a) { return cast<int32_t, ToType>(a); } in f() function in Caster
[all …]
/external/pytorch/test/inductor/
Dtest_perf.py51 def count_numel(f, *args): argument
61 def count_numel_train(f, *args): argument
98 def f(x): function
104 def f(x, y): function
110 def f(x, y): function
116 def f(x): function
122 def f(x): function
128 def f(a, b, c): argument
135 def f(x): function
141 def f(x): function
[all …]
Dtest_kernel_benchmark.py113 def f(x): function
130 def f(a, b): argument
148 def f(a, b): argument
190 def f(x, y): function
208 def f(a, b, c): argument
228 def f(a): argument
246 def f(a, b, c, d): argument
271 def f(a, b, c): argument
296 def f(a, b, c): argument
318 def f(a, b, c): argument
[all …]
/external/tensorflow/tensorflow/python/autograph/converters/
Dcall_trees_test.py30 def __call__(self, f, args, kwargs, caller_fn_scope=None, options=None): argument
39 def _transform_with_mock(self, f): argument
48 def f(f): argument
58 def f(f, g): argument
71 def f(f, g): function
87 def f(): function
100 def f(f, a): argument
110 def f(f, a, b): argument
120 def f(f, a, b): argument
130 def f(f, a, *args, **kwargs): argument
[all …]
Dlogical_expressions_test.py28 def f(a, b): argument
39 def f(a, b, c): argument
49 def f(a, b, c, d): argument
64 def f(a, b): argument
73 def f(a): argument
/external/python/cpython3/Lib/test/
Dtest_positional_only_arg.py10 def global_pos_only_f(a, b, /): argument
13 def global_pos_only_and_normal(a, /, b): argument
16 def global_pos_only_defaults(a=1, /, b=2): argument
70 def f(a, b=10, /, c=100): argument
83 def f(a=1, b=10, /, c=100): argument
102 def f(a, b, c, /, d, e=1, *, f, g=2): argument
109 def f(a, b, c=1, /, d=2, e=3, *, f, g=4): argument
117 def f(a, b, /): argument
123 def f(a, /): argument
129 def f(a, /, b): argument
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/packaged_task/
Dfunc_ctor_pass.cpp81 A(BOOST_THREAD_RV_REF(A) a) : data_(BOOST_THREAD_RV(a).data_) in A()
86 A& operator=(BOOST_THREAD_RV_REF(A) a) in operator =()
93 A(const A& a) : data_(a.data_) in A()
97 A& operator=(BOOST_THREAD_COPY_ASSIGN_REF(A) a) in operator =()
132 M(BOOST_THREAD_RV_REF(M) a) : data_(BOOST_THREAD_RV(a).data_) in M()
137 M& operator=(BOOST_THREAD_RV_REF(M) a) in operator =()
172 C(const C& a) : data_(a.data_) in C()
176 C& operator=(C const& a) in operator =()
201 boost::future<double> f = BOOST_THREAD_MAKE_RV_REF(p.get_future()); in main() local
213 A a(5); in main() local
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.memfn/
Dmem_fn.pass.cpp57 TEST_CONSTEXPR_CXX20 bool test_data(F f) { in test_data()
58 A a = {0.0}; in test_data() local
80 TEST_CONSTEXPR_CXX20 bool test_fun0(F f) { in test_fun0()
81 A a = {}; in test_fun0() local
98 TEST_CONSTEXPR_CXX20 bool test_fun1(F f) { in test_fun1()
99 A a = {}; in test_fun1() local
116 TEST_CONSTEXPR_CXX20 bool test_fun2(F f) { in test_fun2()
117 A a = {}; in test_fun2() local
134 TEST_CONSTEXPR_CXX20 bool test_noexcept_fun0(F f) { in test_noexcept_fun0()
135 A a = {}; in test_noexcept_fun0() local
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.memfn/
Dmem_fn.pass.cpp57 TEST_CONSTEXPR_CXX20 bool test_data(F f) { in test_data()
58 A a = {0.0}; in test_data() local
80 TEST_CONSTEXPR_CXX20 bool test_fun0(F f) { in test_fun0()
81 A a = {}; in test_fun0() local
98 TEST_CONSTEXPR_CXX20 bool test_fun1(F f) { in test_fun1()
99 A a = {}; in test_fun1() local
116 TEST_CONSTEXPR_CXX20 bool test_fun2(F f) { in test_fun2()
117 A a = {}; in test_fun2() local
134 TEST_CONSTEXPR_CXX20 bool test_noexcept_fun0(F f) { in test_noexcept_fun0()
135 A a = {}; in test_noexcept_fun0() local
[all …]
/external/clang/test/SemaCXX/
Daccess-base-class.cpp7 void f(B* b) { in f() function
8 A *a = b; // expected-error{{cannot cast 'T1::B' to its private base class 'T1::A'}} in f() local
18 void f(B* b) { in f() function
19 A *a = b; // expected-error {{cannot cast 'T2::B' to its private base class 'T2::A'}} in f() local
29 void f(B* b) { in f() function
30 A *a = b; in f() local
44 void f(D *d) { in f() function
46 A *a = d; in f() local
55 void f(B *b) { in f() function in T5::B
56 A *a = b; in f() local
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_csmt_helper.h27 #define _args_for_bypass_1(a) a argument
28 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument
29 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument
30 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument
31 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument
32 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument
33 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument
34 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument
35 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument
36 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument
[all …]
/external/clang/test/Analysis/
Didentical-expressions.cpp15 int funcParam(int a) in funcParam()
32 float f = 7.1F; in checkNotEqualFloatDeclCompare1() local
38 float f = 7.1F; in checkNotEqualFloatDeclCompare12() local
43 float f = 7.1F; in checkNotEqualFloatDeclCompare3() local
48 float f = 7.1F; in checkNotEqualFloatDeclCompare4() local
53 float f = 7.1F; in checkNotEqualFloatDeclCompare5() local
59 float f = 7.1F; in checkNotEqualFloatDeclCompare6() local
67 float f = 7.1F; in checkNotEqualCastFloatDeclCompare11() local
71 float f = 7.1F; in checkNotEqualCastFloatDeclCompare12() local
76 float f= 3.14F; in checkNotEqualBinaryOpFloatCompare1() local
[all …]
/external/tensorflow/tensorflow/python/eager/
Ddef_function_xla_jit_test.py53 def outer(a, b, c): argument
75 def fn(x, a): argument
89 def fn(x, a): argument
98 def fn(x, a): argument
128 def fn(x, a): argument
132 def fn2(x, a): argument
232 def f(x, y): function
336 def f(x): function
341 def body(i, a): argument
444 def f1(self, x, a): argument
[all …]
Dfunction_gradients_test.py79 def f(): function
90 def f(x, order): function
104 def f(x, order): function
129 def _grad(f): argument
153 def _grad(f): argument
231 def f(x): function
245 def f(x): function
274 def f(x): function
287 def f(x): function
304 def f(): function
[all …]
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
Dctor_func_alloc.pass.cpp37 A(A&& a) : data_(a.data_) {++n_moves; a.data_ = -1;} in A() function in A
38 A(const A& a) : data_(a.data_) {++n_copies;} in A()
55 std::future<double> f = p.get_future(); in main() local
65 A a(5); in main() local
70 std::future<double> f = p.get_future(); in main() local
80 A a(5); in main() local
84 std::future<int> f = p.get_future(); in main() local
92 A a(5); in main() local
96 std::future<int> f = p.get_future(); in main() local
107 std::future<double> f = p.get_future(); in main() local
[all …]
/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_const_test.cpp42 long f_1(long a) in f_1()
47 long f_2(long a, long b) in f_2()
52 long f_3(long a, long b, long c) in f_3()
57 long f_4(long a, long b, long c, long d) in f_4()
62 long f_5(long a, long b, long c, long d, long e) in f_5()
67 long f_6(long a, long b, long c, long d, long e, long f) in f_6()
72 long f_7(long a, long b, long c, long d, long e, long f, long g) in f_7()
77 long f_8(long a, long b, long c, long d, long e, long f, long g, long h) in f_8()
82 long f_9(long a, long b, long c, long d, long e, long f, long g, long h, long i) in f_9()
94 void fv_1(long a) in fv_1()
[all …]
/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_const_test.cpp34 long f_1(long a) in f_1()
39 long f_2(long a, long b) in f_2()
44 long f_3(long a, long b, long c) in f_3()
49 long f_4(long a, long b, long c, long d) in f_4()
54 long f_5(long a, long b, long c, long d, long e) in f_5()
59 long f_6(long a, long b, long c, long d, long e, long f) in f_6()
64 long f_7(long a, long b, long c, long d, long e, long f, long g) in f_7()
69 long f_8(long a, long b, long c, long d, long e, long f, long g, long h) in f_8()
74 long f_9(long a, long b, long c, long d, long e, long f, long g, long h, long i) in f_9()
86 void fv_1(long a) in fv_1()
[all …]
Dbind_fwd_test.cpp20 void fv1( int & a ) in fv1()
25 void fv2( int & a, int & b ) in fv2()
31 void fv3( int & a, int & b, int & c ) in fv3()
38 void fv4( int & a, int & b, int & c, int & d ) in fv4()
46 void fv5( int & a, int & b, int & c, int & d, int & e ) in fv5()
55 void fv6( int & a, int & b, int & c, int & d, int & e, int & f ) in fv6()
65 void fv7( int & a, int & b, int & c, int & d, int & e, int & f, int & g ) in fv7()
76 void fv8( int & a, int & b, int & c, int & d, int & e, int & f, int & g, int & h ) in fv8()
88 void fv9( int & a, int & b, int & c, int & d, int & e, int & f, int & g, int & h, int & i ) in fv9()
104 int a = 0; in test() local
[all …]
/external/pytorch/test/functorch/
Dtest_aotdispatch.py114 def f(x): function
124 def f(x): function
135 def f(a, b): argument
143 def f(x): function
153 def f(x): function
163 def f(x): function
176 def fn(a): argument
198 def f(x): function
211 def f(x): function
220 def f(x): function
[all …]
/external/pciutils/lib/
Dnames-parse.c22 #define pci_gets(f, l, s) gzgets(f, l, s) argument
23 #define pci_eof(f) gzeof(f) argument
25 static pci_file pci_open(struct pci_access *a) in pci_open()
44 #define pci_close(f) gzclose(f) argument
45 #define PCI_ERROR(f, err) \ argument
55 #define pci_gets(f, l, s) fgets(l, s, f) argument
56 #define pci_eof(f) feof(f) argument
57 #define pci_open(a) fopen(a->id_file_name, "r") argument
58 #define pci_close(f) fclose(f) argument
59 #define PCI_ERROR(f, err) if (!err && ferror(f)) err = "I/O error"; argument
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/thread/futures/futures.task/futures.task.members/
Dctor_func_alloc.pass.cpp37 A(A&& a) : data_(a.data_) {++n_moves; a.data_ = -1;} in A() function in A
38 A(const A& a) : data_(a.data_) {++n_copies;} in A()
56 std::future<double> f = p.get_future(); in main() local
66 A a(5); in main() local
71 std::future<double> f = p.get_future(); in main() local
81 A a(5); in main() local
85 std::future<int> f = p.get_future(); in main() local
93 A a(5); in main() local
97 std::future<int> f = p.get_future(); in main() local
108 std::future<double> f = p.get_future(); in main() local
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/thread/futures/futures.task/futures.task.members/
Dctor_func_alloc.pass.cpp37 A(A&& a) : data_(a.data_) {++n_moves; a.data_ = -1;} in A() function in A
38 A(const A& a) : data_(a.data_) {++n_copies;} in A()
56 std::future<double> f = p.get_future(); in main() local
66 A a(5); in main() local
71 std::future<double> f = p.get_future(); in main() local
81 A a(5); in main() local
85 std::future<int> f = p.get_future(); in main() local
93 A a(5); in main() local
97 std::future<int> f = p.get_future(); in main() local
108 std::future<double> f = p.get_future(); in main() local
[all …]
/external/clang/test/Layout/
Dms-x86-vfvb-alignment.cpp8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() member
9 struct B1 { char a; B1() : a(0xB1) {} }; in B1() member
10 struct B2 : virtual B1 { int a; B2() : a(0xf00000B2) {} }; in B2() member
11 struct B3 { __declspec(align(16)) int a; B3() : a(0xf00000B3) {} }; in B3() member
12 struct B4 : virtual B3 { int a; B4() : a(0xf00000B4) {} }; in B4() member
13 struct B5 { __declspec(align(32)) int a; B5() : a(0xf00000B5) {} }; in B5() member
14 struct B6 { int a; B6() : a(0xf00000B6) {} virtual void f() { printf("B6"); } }; in B6() member
16 struct A : B0, virtual B1 { __declspec(align(16)) int a; A() : a(0xf000000A) {} virtual void f() { … in A() member
45 struct B : A, B2 { int a; B() : a(0xf000000B) {} virtual void f() { printf("B"); } }; in B() member
82 struct C : B4 { int a; C() : a(0xf000000C) {} virtual void f() { printf("C"); } }; in C() member
[all …]
/external/pytorch/test/
Dtest_proxy_tensor.py148 def _test(self, f, inps): argument
156 def f(a): argument
176 def f(a, b, c): argument
187 def f(a): argument
205 def f(x): function
210 def f(a, b): argument
227 def f(x): function
332 def f(x): function
341 def f(x): function
366 def f(x): function
[all …]
/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest.hpp97 boost::once_flag f = BOOST_ONCE_INIT; in do_test() local
156 #define TEST_INVALID_REGEX_N(s, f)\ argument
165 #define TEST_INVALID_REGEX_W(s, f)\ argument
173 #define TEST_INVALID_REGEX_W(s, f) argument
176 #define TEST_INVALID_REGEX(s, f)\ argument
183 #define TEST_REGEX_SEARCH_N(s, f, t, m, a)\ argument
194 #define TEST_REGEX_SEARCH_W(s, f, t, m, a)\ argument
204 #define TEST_REGEX_SEARCH_W(s, f, t, m, a) argument
207 #define TEST_REGEX_SEARCH(s, f, t, m, a)\ argument
212 #define TEST_REGEX_SEARCH_L(s, f, t, m, a) TEST_REGEX_SEARCH_W(BOOST_JOIN(L, s), f, BOOST_JOIN(L, t… argument
[all …]

12345678910>>...66