Lines Matching refs:fe_loose
21 * Multiplication and carrying produce fe from fe_loose.
25 /* fe_loose limbs are bounded by 3.375*2^26,3.375*2^25,3.375*2^26,3.375*2^25,etc
26 * Addition and subtraction produce fe_loose from (fe, fe).
28 typedef struct fe_loose { u32 v[10]; } fe_loose;
208 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f)
264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g)
307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g)
433 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g)
439 fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g)
550 static __always_inline void fe_sq_tl(fe *h, const fe_loose *f)
560 static __always_inline void fe_loose_invert(fe *out, const fe_loose *z)
612 fe_loose l;
751 static __always_inline void fe_mul121666(fe *h, const fe_loose *f)
761 fe_loose x2l, z2l, x3l;
802 fe_loose tmp0l, tmp1l;