Searched refs:funcptr (Results 1 - 4 of 4) sorted by relevance
/third_party/optimized-routines/math/test/rtest/ |
H A D | dotest.c | 466 {"sin", (funcptr)mpfr_sin, args1, {NULL}, 468 {"sinf", (funcptr)mpfr_sin, args1f, {NULL}, 470 {"cos", (funcptr)mpfr_cos, args1, {NULL}, 472 {"cosf", (funcptr)mpfr_cos, args1f, {NULL}, 474 {"tan", (funcptr)mpfr_tan, args1, {NULL}, 476 {"tanf", (funcptr)mpfr_tan, args1f, {NULL}, 478 {"sincosf_sinf", (funcptr)mpfr_sin, args1f, {NULL}, 480 {"sincosf_cosf", (funcptr)mpfr_cos, args1f, {NULL}, 486 {"asin", (funcptr)mpfr_asin, args1, {NULL}, 488 {"asinf", (funcptr)mpfr_asi [all...] |
H A D | intern.h | 18 typedef void (*funcptr)(void); typedef 77 funcptr func;
|
/third_party/python/Objects/ |
H A D | methodobject.c | 401 typedef void (*funcptr)(void); typedef 403 static inline funcptr 409 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()
|
H A D | descrobject.c | 300 typedef void (*funcptr)(void); typedef 302 static inline funcptr 308 return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth; in method_enter_call()
|
Completed in 6 milliseconds