Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 25 of 206) sorted by relevance

123456789

/external/arm-optimized-routines/pl/math/
Dpl_sig.h7 #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/python/cpython3/Lib/test/
Dtest_sched.py45 fun = lambda x: l.append(x) function
54 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/
Dmemset.c18 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()
Dstrlen.c19 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()
Dstrrchr.c19 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()
Dstrchr.c19 static const struct fun struct
22 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()
Dmemcmp.c18 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()
Dmemcpy.c18 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()
Dstrcmp.c18 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()
Dstrnlen.c23 static const struct fun struct
26 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()
Dmemrchr.c23 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()
Dmemchr.c19 static const struct fun struct
22 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()
Dstrchrnul.c23 static const struct fun struct
26 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()
Dstrcpy.c18 static const struct fun struct
21 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()
Dstrncmp.c18 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()
Dmemmove.c18 static const struct fun struct
21 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()
Dstpcpy.c22 static const struct fun struct
25 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/
Dany_invocable_test.cc434 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/abseil-cpp/absl/functional/
Dany_invocable_test.cc434 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/cronet/buildtools/third_party/libc++/trunk/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_fetch_sub_explicit.verify.cpp51 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
Datomic_fetch_sub.verify.cpp48 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
Datomic_fetch_add.verify.cpp48 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
Datomic_fetch_add_explicit.verify.cpp51 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/cronet/third_party/abseil-cpp/absl/functional/
Dany_invocable_test.cc435 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/angle/third_party/abseil-cpp/absl/functional/
Dany_invocable_test.cc435 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 …]

123456789