Searched refs:__PRIq_arg_get (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/dsp/ |
D | print_format.h | 46 #define __PRIq_arg_get(q, shift, h, l) FIELD_GET(GENMASK64(h, l), __PRIq_arg_shift(q, shift)) macro 47 #define __PRIq_arg_get_int(q, shift) __PRIq_arg_get(q, shift, 63, 31) 49 ((__PRIq_arg_get(q, shift, 30, 0) * __CONSTPOW(1, precision)) / INT32_MAX)
|