Initial commit
This commit is contained in:
commit
c101616e62
309 changed files with 53937 additions and 0 deletions
11
bundled/cbits/ref10/ge_p2_dbl.c
Normal file
11
bundled/cbits/ref10/ge_p2_dbl.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "ge.h"
|
||||
|
||||
/*
|
||||
r = 2 * p
|
||||
*/
|
||||
|
||||
static inline void ge_p2_dbl(ge_p1p1 *r,const ge_p2 *p)
|
||||
{
|
||||
fe t0;
|
||||
#include "ge_p2_dbl.h"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue