Lines Matching defs:f
89 #define assert_fe(f) \ argument
107 #define assert_fe_loose(f) \ argument
133 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes()
159 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add()
168 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub()
175 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry()
190 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt()
194 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt()
198 static void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) { in fe_mul_tlt()
202 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl()
206 static void fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) { in fe_mul_tll()
210 static void fe_sq_tl(fe *h, const fe_loose *f) { in fe_sq_tl()
216 static void fe_sq_tt(fe *h, const fe *f) { in fe_sq_tt()
223 static void fe_neg(fe_loose *h, const fe *f) { in fe_neg()
230 static void fe_copy(fe *h, const fe *f) { in fe_copy()
234 static void fe_copy_lt(fe_loose *h, const fe *f) { in fe_copy_lt()
318 static int fe_isnonzero(const fe_loose *f) { in fe_isnonzero()
330 static int fe_isnegative(const fe *f) { in fe_isnegative()
336 static void fe_sq2_tt(fe *h, const fe *f) { in fe_sq2_tt()
1150 static void fe_cswap(fe *f, fe *g, fe_limb_t b) { in fe_cswap()
1220 static void fe_mul121666(fe *h, const fe_loose *f) { in fe_mul121666()