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