OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testfunc_ddd
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes_test.so
/external/python/cpython2/Modules/_ctypes/
_ctypes_test.c
64
EXPORT(long double)
testfunc_Ddd
(double a, double b)
67
printf("
testfunc_Ddd
(%p, %p)\n", &a, &b);
68
printf("
testfunc_Ddd
(%g, %g)\n", a, b);
72
EXPORT(long double)
testfunc_DDD
(long double a, long double b)
75
printf("
testfunc_DDD
(%p, %p)\n", &a, &b);
76
printf("
testfunc_DDD
(%Lg, %Lg)\n", a, b);
/external/python/cpython3/Modules/_ctypes/
_ctypes_test.c
69
EXPORT(long double)
testfunc_Ddd
(double a, double b)
72
printf("
testfunc_Ddd
(%p, %p)\n", &a, &b);
73
printf("
testfunc_Ddd
(%g, %g)\n", a, b);
77
EXPORT(long double)
testfunc_DDD
(long double a, long double b)
80
printf("
testfunc_DDD
(%p, %p)\n", &a, &b);
81
printf("
testfunc_DDD
(%Lg, %Lg)\n", a, b);
Completed in 147 milliseconds