Home
last modified time | relevance | path

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

12345678910>>...89

/aosp_15_r20/external/pytorch/test/inductor/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A 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 …]
/aosp_15_r20/external/pytorch/test/functorch/
H A 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 …]
/aosp_15_r20/external/clang/test/Analysis/
H A 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 …]
/aosp_15_r20/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
68 def f(a, b=10, /, c=100): argument
81 def f(a=1, b=10, /, c=100): argument
100 def f(a, b, c, /, d, e=1, *, f, g=2): argument
107 def f(a, b, c=1, /, d=2, e=3, *, f, g=4): argument
115 def f(a, b, /): argument
121 def f(a, /): argument
127 def f(a, /, b): argument
[all …]
Dtest_grammar.py381 def f(): function
552 def v1(a, *rest): pass argument
553 def v2(a, b, *rest): pass argument
575 def d01(a=1): pass argument
583 def d11(a, b=1): pass argument
587 def d21(a, b, c=1): pass argument
594 def d02(a=1, b=2): pass argument
602 def d12(a, b=1, c=2): pass argument
606 def d22(a, b, c=1, d=2): pass argument
610 def d01v(a=1, *rest): pass argument
[all …]
/aosp_15_r20/libcore/luni/src/test/java/tests/security/spec/
H A DEllipticCurveTest.java44 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() local
45 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() local
78 ECFieldFp f = null; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() local
79 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() local
125 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray03() local
126 BigInteger a = BigInteger.valueOf(24L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray03() local
186 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray04() local
187 BigInteger a = BigInteger.valueOf(32L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray04() local
230 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray05() local
231 BigInteger a = BigInteger.valueOf(0L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray05() local
[all …]
/aosp_15_r20/external/pytorch/test/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A 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 …]
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A 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): function
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 …]
/aosp_15_r20/external/libyuv/unit_test/
H A Dconvert_argb_test.cc59 #define SUBSAMPLE(v, a) ((((v) + (a)-1)) / (a)) argument
181 #define F420ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
183 #define F420ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
185 #define F422ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
187 #define F422ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
189 #define F444ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
191 #define F444ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
195 #define V420ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
197 #define V420ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
199 #define V422ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp9 void f(T, const int (&)[N]) { } in f() function
12 void f(const T&, const int (&)[ODRUSE_SZ]) { } in f() function
17 #define F_CALL(x, a) f(x, selector_ ## a) argument
35 auto L = [](auto a) { return a; }; in foo()
38 auto L = [](auto a) -> void { in foo2()
63 auto L = [](auto a, auto b) { in doit()
69 auto L2 = [](auto a, int i) { in doit()
75 int a; //expected-note{{declared here}} in doit() local
94 auto L = [=](auto a) { in doit()
102 auto L = [](auto a) { //expected-note{{begins here}} in doit()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/repackaged-jarjar/kotlinc/
Dservices.permission-pre-jarjar.jar ... functions.Function1) int i int $i$f$broadcast int itemCount android.os.RemoteCallbackList $ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kotlin/
Dservices.permission-pre-jarjar.jar ... android.server.SystemConfig) int $i$f$plusAssign com.android.server.permission. ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dcopy_move_algo.hpp175 BOOST_CONTAINER_FORCEINLINE F memmove(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove()
193 BOOST_CONTAINER_FORCEINLINE F memmove_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n()
208 BOOST_CONTAINER_FORCEINLINE I memmove_n_source(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source()
222 BOOST_CONTAINER_FORCEINLINE I memmove_n_source_dest(I f, U n, F &r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source_dest()
296 uninitialized_move_alloc(Allocator &a, I f, I l, F r) in uninitialized_move_alloc()
320 uninitialized_move_alloc(Allocator &, I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_move_alloc()
341 …uninitialized_move_alloc_n(Allocator &a, I f, typename boost::container::allocator_traits<Allocato… in uninitialized_move_alloc_n()
366 …uninitialized_move_alloc_n(Allocator &, I f, typename boost::container::allocator_traits<Allocator… in uninitialized_move_alloc_n()
387 …uninitialized_move_alloc_n_source(Allocator &a, I f, typename boost::container::allocator_traits<A… in uninitialized_move_alloc_n_source()
412 …uninitialized_move_alloc_n_source(Allocator &, I f, typename boost::container::allocator_traits<Al… in uninitialized_move_alloc_n_source()
[all …]
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/org-jetbrains/uast/31.7.0-alpha07/
HDuast-31.7.0-alpha07.jar ... .Function0) kotlin.jvm.functions.Function0 f public static final java.lang.String getName ( ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/uast/
HDuast.jar ... .Function0) kotlin.jvm.functions.Function0 f public static final java.lang.String getName ( ...
/aosp_15_r20/external/arm-optimized-routines/math/test/
H A Dulp.c28 asuint64 (double f) in asuint64()
32 double f; in asuint64() member
44 double f; in asdouble() member
50 asuint (float f) in asuint()
54 float f; in asuint() member
66 float f; in asfloat() member
327 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument
329 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument
386 call_f1 (const struct fun *f, struct args_f1 a, const struct conf *conf) in call_f1()
395 call_f2 (const struct fun *f, struct args_f2 a, const struct conf *conf) in call_f2()
[all …]
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/interface/utils/
DImsMediaTrace.h48 #define IMLOGD_PACKET1(type, format, a) \ argument
51 #define IMLOGD_PACKET2(type, format, a, b) \ argument
54 #define IMLOGD_PACKET3(type, format, a, b, c) \ argument
57 #define IMLOGD_PACKET4(type, format, a, b, c, d) \ argument
60 #define IMLOGD_PACKET5(type, format, a, b, c, d, e) \ argument
63 #define IMLOGD_PACKET6(type, format, a, b, c, d, e, f) \ argument
66 #define IMLOGD_PACKET7(type, format, a, b, c, d, e, f, g) \ argument
69 #define IMLOGD_PACKET8(type, format, a, b, c, d, e, f, g, h) \ argument
76 #define IMLOGI1(format, a) \ argument
79 #define IMLOGI2(format, a, b) \ argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dbind.hpp66 template<class T> bool ref_compare( T const & a, T const & b, long ) in ref_compare()
81 template<class T> bool ref_compare( reference_wrapper<T> const & a, reference_wrapper<T> const & b,… in ref_compare()
90 template<class R, class F, class L> bool ref_compare( bind_t<R, F, L> const & a, bind_t<R, F, L> co… in ref_compare()
118 …te<class T> bool ref_compare( value< weak_ptr<T> > const & a, value< weak_ptr<T> > const & b, int ) in ref_compare()
165 template<class R, class F, class A> R operator()(type<R>, F & f, A &, long) in operator ()()
170 template<class R, class F, class A> R operator()(type<R>, F const & f, A &, long) const in operator ()()
175 template<class F, class A> void operator()(type<void>, F & f, A &, int) in operator ()()
177 unwrapper<F>::unwrap(f, 0)(); in operator ()() local
180 template<class F, class A> void operator()(type<void>, F const & f, A &, int) const in operator ()()
182 unwrapper<F const>::unwrap(f, 0)(); in operator ()() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/okio/okio-lib/android_common_apex30/kotlin/
Dokio-lib.jar ... minOf (long, int) int $i$f$minOf long a int b public static final long

12345678910>>...89