Home
last modified time | relevance | path

Searched refs:funcptr (Results 1 – 8 of 8) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
Ddotest.c466 {"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_asin, args1f, {NULL},
[all …]
Dintern.h18 typedef void (*funcptr)(void); typedef
77 funcptr func;
/third_party/python/Objects/
Dmethodobject.c404 typedef void (*funcptr)(void); typedef
406 static inline funcptr
412 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()
Ddescrobject.c281 typedef void (*funcptr)(void); typedef
283 static inline funcptr
289 return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth; in method_enter_call()
/third_party/boost/libs/python/doc/
Dfaq.qbk10 typedef boost::function<void (string s) > funcptr;
12 void foo(funcptr fp)
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer4719 added the caps_nego_failed signal funcptr gstscheduler.c: added the
5163 * gst/gstinfo.h: re-enabled the funcptr hash table
/third_party/gstreamer/gstreamer/
DChangeLog81323 queue: Register debug funcptr only once.
81325 global funcptr lock.
81331 basesrc/basesink: Register debug funcptr only once.
81333 contention on the global funcptr lock
81338 gstghostpad: Register debug funcptr only once.
81340 over the global funcptr lock.
81347 gstpad: Only register debug funcptr once.
81349 over the debug funcptr global lock.
/third_party/gstreamer/gstplugins_good/
DChangeLog15290 rtpstorage: Add debug funcptr to chain function