Home
last modified time | relevance | path

Searched defs:GMP_NEG_CAST (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-mpq.c48 #define GMP_NEG_CAST(T,x) (-((T)((x) + 1) - 1)) macro
H A Dmini-gmp.c71 #define GMP_NEG_CAST(T,x) (-((T)((x) + 1) - 1)) macro