| /external/arm-optimized-routines/pl/math/ |
| D | pl_sig.h | 7 #define PL_DECL_SF1(fun) float fun##f (float); argument 8 #define PL_DECL_SF2(fun) float fun##f (float, float); argument 9 #define PL_DECL_SD1(fun) double fun (double); argument 10 #define PL_DECL_SD2(fun) double fun (double, double); argument 13 #define PL_DECL_VF1(fun) VPCS_ATTR v_f32_t V_NAME (fun##f) (v_f32_t); argument 14 #define PL_DECL_VF2(fun) VPCS_ATTR v_f32_t V_NAME (fun##f) (v_f32_t, v_f32_t); argument 15 #define PL_DECL_VD1(fun) VPCS_ATTR v_f64_t V_NAME (fun) (v_f64_t); argument 16 #define PL_DECL_VD2(fun) VPCS_ATTR v_f64_t V_NAME (fun) (v_f64_t, v_f64_t); argument 18 #define PL_DECL_VF1(fun) argument 19 #define PL_DECL_VF2(fun) argument [all …]
|
| /external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/ |
| D | empty.hpp | 31 static bool fun( C& c ) in fun() function 45 static bool fun( const P& p ) in fun() function 59 static bool fun( T BOOST_ARRAY_REF[sz] ) in fun() function 74 static bool fun( const char* s ) in fun() function 83 static bool fun( const char* s ) in fun() function 92 static bool fun( const wchar_t* s ) in fun() function 101 static bool fun( const wchar_t* s ) in fun() function
|
| /external/python/cpython3/Lib/test/ |
| D | test_sched.py | 45 fun = lambda x: l.append(x) function 54 fun = lambda x: l.append(x) function 93 fun = lambda x: l.append(x) function 115 fun = lambda x: l.append(x) function 173 fun = lambda x: l.append(x) function 184 fun = lambda x: l.append(x) function 198 def fun(*a, **b): function 217 fun = lambda x: l.append(x) function
|
| /external/arm-optimized-routines/string/test/ |
| D | memset.c | 18 static const struct fun struct 21 void *(*fun) (void *s, int c, size_t n); argument 23 } funtab[] = { argument 47 test (const struct fun *fun, int salign, int c, int len) in test()
|
| D | strlen.c | 19 static const struct fun struct 22 size_t (*fun) (const char *s); argument 24 } funtab[] = { argument 54 test (const struct fun *fun, int align, int len) in test()
|
| D | strrchr.c | 19 static const struct fun struct 22 char *(*fun) (const char *s, int c); argument 24 } funtab[] = { argument 50 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
| D | strchr.c | 19 static const struct fun struct 22 char *(*fun) (const char *s, int c); argument 24 } funtab[] = { argument 50 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
| D | strnlen.c | 23 static const struct fun struct 26 size_t (*fun) (const char *s, size_t m); member 28 } funtab[] = { argument 53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test()
|
| D | memcmp.c | 18 static const struct fun struct 21 int (*fun) (const void *s1, const void *s2, size_t n); member 23 } funtab[] = { argument 49 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test()
|
| D | memcpy.c | 18 static const struct fun struct 21 void *(*fun) (void *, const void *, size_t); argument 23 } funtab[] = { argument 55 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
| D | strcmp.c | 18 static const struct fun struct 21 int (*fun) (const char *s1, const char *s2); argument 23 } funtab[] = { argument 55 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test()
|
| D | memrchr.c | 23 static const struct fun struct 26 void *(*fun) (const void *s, int c, size_t n); argument 50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
|
| D | strchrnul.c | 23 static const struct fun struct 26 char *(*fun) (const char *s, int c); argument 28 } funtab[] = { argument 54 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
| D | memchr.c | 19 static const struct fun struct 22 void *(*fun) (const void *s, int c, size_t n); member 24 } funtab[] = { argument 52 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
|
| D | strcpy.c | 18 static const struct fun struct 21 char *(*fun) (char *dest, const char *src); member 23 } funtab[] = { argument 52 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
| D | strncmp.c | 18 static const struct fun struct 21 int (*fun) (const char *, const char *, size_t); argument 23 } funtab[] = { argument 49 test (const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, in test()
|
| D | memmove.c | 18 static const struct fun struct 21 void *(*fun) (void *, const void *, size_t); member 23 } funtab[] = { argument 53 test (const struct fun *fun, int dalign, int salign, int len) in test() 93 test_overlap (const struct fun *fun, int dalign, int salign, int len) in test_overlap()
|
| D | stpcpy.c | 22 static const struct fun struct 25 char *(*fun) (char *dest, const char *src); member 27 } funtab[] = { argument 54 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
| /external/cronet/third_party/libc++/src/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/ |
| D | atomic_fetch_add_explicit.verify.cpp | 51 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 56 std::atomic<void (*)(int)> fun; in function_pointer() local 68 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 73 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
| D | atomic_fetch_sub.verify.cpp | 48 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 53 std::atomic<void (*)(int)> fun; in function_pointer() local 65 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 70 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
| D | atomic_fetch_add.verify.cpp | 48 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 53 std::atomic<void (*)(int)> fun; in function_pointer() local 65 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 70 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
| D | atomic_fetch_sub_explicit.verify.cpp | 51 volatile std::atomic<void (*)(int)> fun; in function_pointer() local 56 std::atomic<void (*)(int)> fun; in function_pointer() local 68 volatile std::atomic<void (S::*)(int)> fun; in member_function_pointer() local 73 std::atomic<void (S::*)(int)> fun; in member_function_pointer() local
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/functional/ |
| D | any_invocable_test.cc | 434 AnyInvType fun; in TYPED_TEST_P() local 444 AnyInvType fun = nullptr; in TYPED_TEST_P() local 457 AnyInvType fun = null_fun_ptr; in TYPED_TEST_P() local 467 AnyInvType fun = null_mem_fun_ptr; in TYPED_TEST_P() local 477 UnaryAnyInvType fun = null_mem_obj_ptr; in TYPED_TEST_P() local 485 AnyInvType fun = &Int::MemberFunctionAdd; in TYPED_TEST_P() local 494 UnaryAnyInvType fun = &Int::value; in TYPED_TEST_P() local 503 AnyInvType fun = add_function; in TYPED_TEST_P() local 514 AnyInvType fun = std::move(other); in TYPED_TEST_P() local 528 AnyInvType fun = std::move(other); in TYPED_TEST_P() local [all …]
|
| /external/angle/third_party/abseil-cpp/absl/functional/ |
| D | any_invocable_test.cc | 435 AnyInvType fun; in TYPED_TEST_P() local 445 AnyInvType fun = nullptr; in TYPED_TEST_P() local 458 AnyInvType fun = null_fun_ptr; in TYPED_TEST_P() local 468 AnyInvType fun = null_mem_fun_ptr; in TYPED_TEST_P() local 478 UnaryAnyInvType fun = null_mem_obj_ptr; in TYPED_TEST_P() local 486 AnyInvType fun = &Int::MemberFunctionAdd; in TYPED_TEST_P() local 495 UnaryAnyInvType fun = &Int::value; in TYPED_TEST_P() local 504 AnyInvType fun = add_function; in TYPED_TEST_P() local 515 AnyInvType fun = std::move(other); in TYPED_TEST_P() local 529 AnyInvType fun = std::move(other); in TYPED_TEST_P() local [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/ |
| D | any_invocable_test.cc | 435 AnyInvType fun; in TYPED_TEST_P() local 445 AnyInvType fun = nullptr; in TYPED_TEST_P() local 458 AnyInvType fun = null_fun_ptr; in TYPED_TEST_P() local 468 AnyInvType fun = null_mem_fun_ptr; in TYPED_TEST_P() local 478 UnaryAnyInvType fun = null_mem_obj_ptr; in TYPED_TEST_P() local 486 AnyInvType fun = &Int::MemberFunctionAdd; in TYPED_TEST_P() local 495 UnaryAnyInvType fun = &Int::value; in TYPED_TEST_P() local 504 AnyInvType fun = add_function; in TYPED_TEST_P() local 515 AnyInvType fun = std::move(other); in TYPED_TEST_P() local 529 AnyInvType fun = std::move(other); in TYPED_TEST_P() local [all …]
|