Searched refs:declare_new_float (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.h | 127 #define declare_func_float(ret, ...) declare_new_float(ret, __VA_ARGS__) typedef ret func_type(__VA… 163 #define declare_new_float(ret, ...) ret (*checked_call)(void *, int, int, int, int, int, __VA_ARGS_… macro 175 #define declare_new_float(ret, ...) ret (*checked_call)(void *, __VA_ARGS__) = (void *)checkasm_che… macro 206 #define declare_new_float(ret, ...) macro 215 #ifndef declare_new_float 216 #define declare_new_float(ret, ...) declare_new(ret, __VA_ARGS__) macro
|