aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-03 23:58:26 +0100
committerMattias Andrée <maandree@kth.se>2016-03-03 23:58:26 +0100
commit302edc17336dbd46e4040f77cb36c0f99b736743 (patch)
tree6a8a87b964cca89bdbae985623ba2f4d1f2addef /src/internals.h
parentAdd zrand (diff)
downloadlibzahl-302edc17336dbd46e4040f77cb36c0f99b736743.tar.gz
libzahl-302edc17336dbd46e4040f77cb36c0f99b736743.tar.bz2
libzahl-302edc17336dbd46e4040f77cb36c0f99b736743.tar.xz
Add zptest
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/internals.h')
-rw-r--r--src/internals.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/internals.h b/src/internals.h
index ba9bd44..873adbb 100644
--- a/src/internals.h
+++ b/src/internals.h
@@ -29,12 +29,19 @@
X(libzahl_tmp_modsqr)\
X(libzahl_tmp_divmod_a)\
X(libzahl_tmp_divmod_b)\
- X(libzahl_tmp_divmod_d)
+ X(libzahl_tmp_divmod_d)\
+ X(libzahl_tmp_ptest_x)\
+ X(libzahl_tmp_ptest_a)\
+ X(libzahl_tmp_ptest_d)\
+ X(libzahl_tmp_ptest_n1)\
+ X(libzahl_tmp_ptest_n4)
#define LIST_CONSTS\
X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\
X(libzahl_const_1e9, zsetu, 1000000000ULL) /* The largest power of 10 < 2³². */\
- X(libzahl_const_1, zsetu, 1)
+ X(libzahl_const_1, zsetu, 1)\
+ X(libzahl_const_2, zsetu, 2)\
+ X(libzahl_const_4, zsetu, 4)
#define X(x) extern z_t x;
LIST_TEMPS