Searched refs:declare_new_float (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.h | 129 #define declare_func_float(ret, ...) declare_new_float(ret, __VA_ARGS__) typedef ret func_type(__VA… 165 #define declare_new_float(ret, ...) ret (*checked_call)(void *, int, int, int, int, int, __VA_ARGS_… macro 177 #define declare_new_float(ret, ...) ret (*checked_call)(void *, __VA_ARGS__) = (void *)checkasm_che… macro 208 #define declare_new_float(ret, ...) macro 217 #ifndef declare_new_float 218 #define declare_new_float(ret, ...) declare_new(ret, __VA_ARGS__) macro
|