Searched refs:isl_sioimath_ptr (Results 1 – 2 of 2) sorted by relevance
32 extern mp_int isl_sioimath_reinit_big(isl_sioimath_ptr ptr);33 extern void isl_sioimath_set_small(isl_sioimath_ptr ptr, int32_t val);34 extern void isl_sioimath_set_int32(isl_sioimath_ptr ptr, int32_t val);35 extern void isl_sioimath_set_int64(isl_sioimath_ptr ptr, int64_t val);36 extern void isl_sioimath_promote(isl_sioimath_ptr dst);37 extern void isl_sioimath_try_demote(isl_sioimath_ptr dst);39 extern void isl_sioimath_init(isl_sioimath_ptr dst);40 extern void isl_sioimath_clear(isl_sioimath_ptr dst);41 extern void isl_sioimath_set(isl_sioimath_ptr dst, isl_sioimath_src val);42 extern void isl_sioimath_set_si(isl_sioimath_ptr dst, long val);[all …]
95 typedef isl_sioimath *isl_sioimath_ptr; typedef331 inline mp_int isl_sioimath_reinit_big(isl_sioimath_ptr ptr) in isl_sioimath_reinit_big()340 inline void isl_sioimath_set_small(isl_sioimath_ptr ptr, int32_t val) in isl_sioimath_set_small()349 inline void isl_sioimath_set_int32(isl_sioimath_ptr ptr, int32_t val) in isl_sioimath_set_int32()361 inline void isl_sioimath_set_int64(isl_sioimath_ptr ptr, int64_t val) in isl_sioimath_set_int64()375 inline void isl_sioimath_promote(isl_sioimath_ptr dst) in isl_sioimath_promote()389 inline void isl_sioimath_try_demote(isl_sioimath_ptr dst) in isl_sioimath_try_demote()405 inline void isl_sioimath_init(isl_sioimath_ptr dst) in isl_sioimath_init()412 inline void isl_sioimath_clear(isl_sioimath_ptr dst) in isl_sioimath_clear()422 inline void isl_sioimath_set(isl_sioimath_ptr dst, isl_sioimath_src val) in isl_sioimath_set()[all …]