Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
622571774b45490d28306901fb7abb0693134dac
[trex.git]
/
1
#include "ge.h"
2
3
/*
4
r = p + q
5
*/
6
7
void ge_madd(ge_p1p1 *r,const ge_p3 *p,const ge_precomp *q)
8
{
9
fe t0;
10
#include "ge_madd.h"
11
}