Home
last modified time | relevance | path

Searched defs:f6 (Results 1 – 25 of 181) sorted by relevance

12345678

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dswitch.h118 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()
404 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
[all …]
/external/webrtc/common_audio/third_party/ooura/fft_size_128/
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
/external/clang/test/SemaObjCXX/
Dconversion-ranking.mm85 int &f6(A*); function
86 float &f6(id<P1>); function
Darc-overloading.mm105 int &f6(id __autoreleasing *); function
106 float &f6(id const __unsafe_unretained *); function
/external/mesa3d/src/amd/vpelib/src/core/inc/
Dreg_helper.h143 #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
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
252 #define REG_UPDATE_9(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument
257 reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9, f10, v10) \ argument
/external/libdav1d/src/
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
/external/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m26 int f6(Class exceptionClass, id exception) { function
/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_void_mf_test.cpp66 …int f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); return 0;… in f6() function
138 bind<void>(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
139 bind<void>(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
Dbind_fastcall_mf_test.cpp60 …void __fastcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6… in f6() function
133 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
134 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp60 …int __stdcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6);… in f6() function
135 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
136 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp40 …int __cdecl f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); r… in f6() function
113 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
114 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
Dbind_mf2_test.cpp58 …int f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); return 0;… in f6() function
131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6 )(); in member_function_test() local
132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6 )(); in member_function_test() local
/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_stdcall_mf_test.cpp59 …int __stdcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6);… in f6() function
131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
Dbind_noexcept_mf_test.cpp50 …int f6(int a1, int a2, int a3, int a4, int a5, int a6) noexcept { f5(a1, a2, a3, a4, a5); f1(a6); … in f6() function
120 boost::bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
121 boost::bind(&X::f6, boost::ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp59 …int __cdecl f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); r… in f6() function
131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
Dbind_fastcall_mf_test.cpp59 …void __fastcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6… in f6() function
131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local
132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
/external/clang/test/PCH/
Dcxx11-exception-spec.cpp17 decltype(f<6>()) f6; variable
/external/llvm/test/MC/ARM/
Dltorg.s61 f6: label
Dltorg-darwin.s67 f6: label
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DDormandPrince853FieldStepInterpolator.java243 final T f6 = f5.multiply(theta); in computeInterpolatedStateAndDerivatives() local
273 final T f6 = f5.multiply(theta); in computeInterpolatedStateAndDerivatives() local
/external/clang/test/CodeGen/
Dx86_64-arguments-win32.c25 void f6(_Complex double a) {} in f6() function
/external/golang-protobuf/internal/testprotos/legacy/
Dlegacy.proto69 google.golang.org.proto3_20180125.Message f6 = 6; field
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-reloc.s72 f6: label
/external/testng/src/test/java/test/priority/
DBaseSample.java43 public void f6() { add("f6"); } in f6() method in BaseSample
/external/clang/test/Sema/
DMicrosoftCompatibility.c14 __declspec(noreturn) void f6( void ) { in f6() function

12345678