Home
last modified time | relevance | path

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

/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparigen.h112 #define lgefint(x) ((long)(((ulong*)(x))[1] & LGBITS)) macro
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparigen.h125 #define lgefint(x) ((long)(((ulong)((x)[1])) & LGBITS)) macro