Searched refs:tnum (Results 1 – 2 of 2) sorted by relevance
40 struct tnum tnum_add(struct tnum a, struct tnum b);42 struct tnum tnum_sub(struct tnum a, struct tnum b);44 struct tnum tnum_neg(struct tnum a);46 struct tnum tnum_and(struct tnum a, struct tnum b);48 struct tnum tnum_or(struct tnum a, struct tnum b);50 struct tnum tnum_xor(struct tnum a, struct tnum b);52 struct tnum tnum_mul(struct tnum a, struct tnum b);55 struct tnum tnum_intersect(struct tnum a, struct tnum b);95 bool tnum_in(struct tnum a, struct tnum b);108 struct tnum tnum_subreg(struct tnum a);[all …]
140 struct tnum var_off;
Completed in 10 milliseconds