Home
last modified time | relevance | path

Searched refs:zisleone (Results 1 – 7 of 7) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dzprime.c137 if (zisleone(z)) { in zisprime()
926 if (zisleone(z)) { in zprimetest()
1404 if (count <= 0 || zisleone(z) || zistwo(z)) { in zlowfactor()
H A Dzmath.h456 #define zisleone(z) (zisneg(z) || zisabsleone(z)) macro
H A DLIBRARY389 zisleone(z) (number is <= 1)
H A DCHANGES7707 Use of the macro zisleone(z) has been clarified. The zisleone(z) macro
/dports/math/mpexpr/mpexpr-1.2/generic/
H A Dzmath.c146 if (zisleone(z)) { /* zero or plus or minus one are easy */
365 if (zisleone(z1) || zisleone(z2))
H A Dzmath.h285 #define zisleone(z) ((*(z).v <= 1) && ((z).len == 1)) macro
H A Dzfunc.c384 if (zisleone(z1)) { /* 0, 1, or -1 raised to a power */
965 if (zisleone(z2))