Home
last modified time | relevance | path

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

/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparigen.h107 #define togglesign(x) (void)((((GEN)(x))[1] & SIGNBITS) && (((GEN)(x))[1] ^= HIGHBIT)) macro
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dlevel1.h282 togglesign(GEN x) { if (x[1] & SIGNBITS) { x[1] ^= HIGHBIT; } } in togglesign() function