Home
last modified time | relevance | path

Searched defs:tf_f (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c485 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c645 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function