| /external/arm-optimized-routines/pl/math/ | 
| D | pl_sig.h | 7 #define PL_DECL_SF1(fun) float fun##f (float);  argument8 #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/python/cpython3/Lib/test/ | 
| D | test_sched.py | 45         fun = lambda x: l.append(x)  function54         fun = lambda x: l.append(x)  function
 92         fun = lambda x: l.append(x)  function
 101         fun = lambda x: l.append(x)  function
 158         fun = lambda x: l.append(x)  function
 169         fun = lambda x: l.append(x)  function
 183         def fun(*a, **b):  function
 202         fun = lambda x: l.append(x)  function
 
 | 
| /external/arm-optimized-routines/string/test/ | 
| D | memset.c | 18 static const struct fun  struct21   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  struct22   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  struct22   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  struct22   char *(*fun) (const char *s, int c);  member
 24 } funtab[] = {  argument
 50 test (const struct fun *fun, int align, int seekpos, int len)  in test()
 
 | 
| D | memcmp.c | 18 static const struct fun  struct21   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  struct21   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  struct21   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 | strnlen.c | 23 static const struct fun  struct26   size_t (*fun) (const char *s, size_t m);  argument
 28 } funtab[] = {  argument
 53 test (const struct fun *fun, int align, size_t maxlen, size_t len)  in test()
 
 | 
| D | memrchr.c | 23 static const struct fun  struct26   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 | memchr.c | 19 static const struct fun  struct22   void *(*fun) (const void *s, int c, size_t n);  argument
 24 } funtab[] = {  argument
 52 test (const struct fun *fun, int align, size_t seekpos, size_t len,  in test()
 
 | 
| D | strchrnul.c | 23 static const struct fun  struct26   char *(*fun) (const char *s, int c);  member
 28 } funtab[] = {  argument
 54 test (const struct fun *fun, int align, int seekpos, int len)  in test()
 
 | 
| D | strcpy.c | 18 static const struct fun  struct21   char *(*fun) (char *dest, const char *src);  argument
 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  struct21   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  struct21   void *(*fun) (void *, const void *, size_t);  argument
 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  struct25   char *(*fun) (char *dest, const char *src);  argument
 27 } funtab[] = {  argument
 54 test (const struct fun *fun, int dalign, int salign, int len)  in test()
 
 | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/functional/ | 
| D | any_invocable_test.cc | 434   AnyInvType fun;  in TYPED_TEST_P()  local444   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/abseil-cpp/absl/functional/ | 
| D | any_invocable_test.cc | 434   AnyInvType fun;  in TYPED_TEST_P()  local444   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/cronet/buildtools/third_party/libc++/trunk/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/ | 
| D | atomic_fetch_sub_explicit.verify.cpp | 51     volatile std::atomic<void (*)(int)> fun;  in function_pointer()  local56     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()  local53     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()  local53     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_explicit.verify.cpp | 51     volatile std::atomic<void (*)(int)> fun;  in function_pointer()  local56     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/cronet/third_party/abseil-cpp/absl/functional/ | 
| D | any_invocable_test.cc | 435   AnyInvType fun;  in TYPED_TEST_P()  local445   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/angle/third_party/abseil-cpp/absl/functional/ | 
| D | any_invocable_test.cc | 435   AnyInvType fun;  in TYPED_TEST_P()  local445   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 …]
 
 |