Home
last modified time | relevance | path

Searched defs:f5 (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dswitch.h98 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5) { in Switch()
118 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6) { in Switch()
140 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7) { in Switch()
164 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
192 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
222 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
254 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
288 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
324 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
363 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dreg_helper.h128 #define REG_SET_5(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5) \ argument
143 #define REG_SET_6(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6) \ argument
159 #define REG_SET_7(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument
177 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument
195 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument
214 #define REG_SET_10(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, \ argument
240 #define REG_UPDATE_5(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5) \ argument
243 #define REG_UPDATE_6(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6) \ argument
246 #define REG_UPDATE_7(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument
249 #define REG_UPDATE_8(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument
[all …]
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_128/
H A Dooura_fft_mips.cc275 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local
523 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local
877 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local
933 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local
996 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local
1122 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dinstantiate-expr.mm70 void f5(T ptr, U value) { function
74 template void f5(B*, int); function
75 template void f5(B*, int*); // expected-note{{in instantiation of function template specialization … function
H A Darc-overloading.mm89 int &f5(id __autoreleasing *); function
90 float &f5(id const __unsafe_unretained *); function
/aosp_15_r20/art/test/MyClassNatives/
H A DMyClassNatives.java115 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters()
163 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst()
167 native static void stackArgsFloatsFirst(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst()
173 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9, in stackArgsMixed()
192 static native int sfoo7FI(float f1, float f2, float f3, float f4, float f5, float f6, in sfoo7FI()
209 native int foo9F(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo9F()
212 native int foo7FDF(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo7FDF()
215 native int foo7FIFF(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo7FIFF()
289 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters_Fast()
337 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst_Fast()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_test.cpp275 int f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
309 void f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); } in f5() function
376 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
377 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
468 bind(&V::f5, &v, 1, 2, 3, 4, 5)(); in member_function_void_test() local
469 bind(&V::f5, ref(v), 1, 2, 3, 4, 5)(); in member_function_void_test() local
Dbind_void_mf_test.cpp63 int f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
129 bind<void>(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
130 bind<void>(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp37 int __cdecl f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
104 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
105 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_fastcall_mf_test.cpp57 void __fastcall f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); } in f5() function
124 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
125 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp57 … int __stdcall f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
126 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
127 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_mf2_test.cpp55 int f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
122 bind(&X::f5, &x, 1, 2, 3, 4, 5 )(); in member_function_test() local
123 bind(&X::f5, ref(x), 1, 2, 3, 4, 5 )(); in member_function_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_test.cpp250 int f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
284 void f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); } in f5() function
350 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
351 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
440 bind(&V::f5, &v, 1, 2, 3, 4, 5)(); in member_function_void_test() local
441 bind(&V::f5, ref(v), 1, 2, 3, 4, 5)(); in member_function_void_test() local
Dbind_fastcall_mf_test.cpp56 void __fastcall f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); } in f5() function
122 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
123 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp56 … int __stdcall f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
122 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
123 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp56 int __cdecl f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
122 bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
123 bind(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_noexcept_mf_test.cpp47 … int f5(int a1, int a2, int a3, int a4, int a5) noexcept { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
111 boost::bind(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
112 boost::bind(&X::f5, boost::ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
Dbind_void_mf_test.cpp57 int f5(int a1, int a2, int a3, int a4, int a5) { f4(a1, a2, a3, a4); f1(a5); return 0; } in f5() function
137 bind<void>(&X::f5, &x, 1, 2, 3, 4, 5)(); in member_function_test() local
138 bind<void>(&X::f5, ref(x), 1, 2, 3, 4, 5)(); in member_function_test() local
/aosp_15_r20/art/test/178-app-image-native-method/src/
H A DMain.java648 int i5, long l5, float f5, double d5, in nativeMethodWithManyParameters()
667 int i5, long l5, float f5, double d5, in nativeMethodWithManyParameters()
686 int i5, long l5, float f5, double d5, in nativeMethodWithManyParameters()
702 int i5, long l5, float f5, double d5, in nativeMethodWithManyParameters()
721 int i5, long l5, float f5, double d5, in nativeMethodWithManyParameters()
740 int i5, long l5, float f5, double d5, in nativeMethodWithManyParameters()
1034 float f5, in nativeDFDFDFDFDFIJ()
1052 int i5, long l5, float f5, double d5, in nativeMethodWithManyParameters()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/test/
Dbind.cpp35 struct f5 struct
38 struct apply
/aosp_15_r20/art/test/178-app-image-native-method/
H A Dnative_methods.cc34 jint i5, jlong l5, jfloat f5, jdouble d5, in VerifyManyParameters()
87 jint i5, jlong l5, jfloat f5, jdouble d5, in Java_Test_nativeMethodWithManyParameters()
116 jint i5, jlong l5, jfloat f5, jdouble d5, in Java_TestFast_nativeMethodWithManyParameters()
144 jint i5, jlong l5, jfloat f5, jdouble d5, in Java_TestCritical_nativeMethodWithManyParameters()
651 jfloat f5, in Java_CriticalSignatures_nativeDFDFDFDFDFIJ()
682 jint i5, jlong l5, jfloat f5, jdouble d5, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
/aosp_15_r20/external/libdav1d/src/
H A Dtables.c747 #define F(idx, f0, f1, f2, f3, f4, f5, f6) \ argument
753 #define F(idx, f0, f1, f2, f3, f4, f5, f6) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_futures.cpp966 boost::unique_future<int> f5(BOOST_THREAD_MAKE_RV_REF(pt5.get_future())); in BOOST_AUTO_TEST_CASE() local
993 boost::unique_future<int> f5(BOOST_THREAD_MAKE_RV_REF(pt5.get_future())); in BOOST_AUTO_TEST_CASE() local
1019 boost::unique_future<int> f5(BOOST_THREAD_MAKE_RV_REF(pt5.get_future())); in BOOST_AUTO_TEST_CASE() local
1045 boost::unique_future<int> f5(BOOST_THREAD_MAKE_RV_REF(pt5.get_future())); in BOOST_AUTO_TEST_CASE() local
1071 boost::unique_future<int> f5(BOOST_THREAD_MAKE_RV_REF(pt5.get_future())); in BOOST_AUTO_TEST_CASE() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DDormandPrince853FieldStepInterpolator.java242 final T f5 = f4.multiply(eta); in computeInterpolatedStateAndDerivatives() local
272 final T f5 = f4.multiply(eta); in computeInterpolatedStateAndDerivatives() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dvisibility-inlines-hidden.cpp11 static void f5() { } in f5() function
23 static void f5() { } in f5() function

12345678910>>...14