Home
last modified time | relevance | path

Searched refs:GIVABS (Results 1 – 4 of 4) sorted by relevance

/dports/math/givaro/givaro-4.1.1/src/kernel/gmp++/
H A Dgmp++_int_mod.C24 #ifndef GIVABS
25 #define GIVABS(a) ((a)>0?(a):-(a)) macro
111 assert((*this<GIVABS(l)) && (*this> -GIVABS(l)) && (sgn_this*(*this).priv_sign()>=0)) ;
128 assert((*this<GIVABS(l)) && (*this> -GIVABS(l)) && (sgn_this*(*this).priv_sign()>=0)) ;
140 assert((res<GIVABS(n)) && (res> -GIVABS(n)) && (res.priv_sign()*(*this).priv_sign()>=0)) ;
194 …assert((res<GIVABS(l)) && (res> -GIVABS(l)) && (((res>0)?1:((res==0)?0:-1))*(*this).priv_sign()>=0…
206 …assert((res<GIVABS(l)) && (res> -GIVABS(l)) && (((res>0)?1:((res==0)?0:-1))*(*this).priv_sign()>=0…
/dports/math/givaro/givaro-4.1.1/src/kernel/integer/
H A Dgivintprime.C191 #ifndef GIVABS
192 #define GIVABS(a) ((a)<0?-(a):(a)) macro
253 if (GIVABS(u2) == 1) { in isprimepower()
276 if (GIVABS(q) < SMALLEST_OMITTED_PRIME) in isprimepower()
/dports/math/givaro/givaro-4.1.1/src/library/tools/
H A Dgivquotientdomain.h14 #ifndef GIVABS
15 #define GIVABS(a) ((a)>0?(a):-(a)) macro
174 unsigned long l = (unsigned long)GIVABS(n); in pow()
H A Dgivfractiondomain.h15 #ifndef GIVABS
16 #define GIVABS(a) ((a)>0?(a):-(a)) macro
490 unsigned long l = (unsigned long)GIVABS(n); in pow()