Searched refs:s_tobin (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.c | 351 STATIC mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad); 1843 res = s_tobin(z, buf, &limpos, PAD_FOR_2C); in mp_int_to_binary() 1911 return s_tobin(z, buf, &limit, NO_PADDING); in mp_int_to_unsigned() 3086 STATIC mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad) in s_tobin() function
|