Home
last modified time | relevance | path

Searched defs:avals (Results 1 – 13 of 13) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dcls_multi_uchar.c23 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()
Dcls_multi_schar.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_sshort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_ushort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_ushortchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_sshortchar.c23 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/
Dcls_multi_uchar.c23 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()
Dcls_multi_sshort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_ushort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_schar.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_ushortchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
Dcls_multi_sshortchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtriangular_solve_test.cc413 Array3D<float> avals = bvals; in XLA_TEST_F() local
450 Array2D<float> avals(spec.m, spec.m); in XLA_TEST_P() local