Searched defs:avals (Results 1 – 13 of 13) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | cls_multi_uchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func()
|
D | cls_multi_schar.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_sshort.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_ushort.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_ushortchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_sshortchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | cls_multi_uchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func()
|
D | cls_multi_sshort.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_ushort.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_schar.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_ushortchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
D | cls_multi_sshortchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | triangular_solve_test.cc | 413 Array3D<float> avals = bvals; in XLA_TEST_F() local 450 Array2D<float> avals(spec.m, spec.m); in XLA_TEST_P() local
|