Searched refs:_testfunc_f_bhilfd (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_functions.py | 118 f = dll._testfunc_f_bhilfd
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_functions.py | 118 f = dll._testfunc_f_bhilfd
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 149 EXPORT(float) _testfunc_f_bhilfd(signed char b, short h, int i, long l, float f, double d) in _testfunc_f_bhilfd() function
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 328 EXPORT(float) _testfunc_f_bhilfd(signed char b, short h, int i, long l, float f, double d) in _testfunc_f_bhilfd() function
|