Home
last modified time | relevance | path

Searched refs:zgtmaxufull (Results 1 – 5 of 5) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dzmath.h468 #define zgtmaxufull(z) ((z).len > 2) macro
476 #define zgtmaxulong(z) zgtmaxufull(z)
H A Dzprime.c640 if (!zgtmaxufull(z)) { in small_factor()
H A DLIBRARY402 zgtmaxufull(z) (number is > MAXUFULL)
406 If zgtmaxufull(z) is false, then one may quickly convert the absolute
H A DCHANGES7714 Added the macro zgtmaxufull(z) to determine if z will fit into a FULL.
/dports/math/calc/calc-2.14.0.14/custom/
H A DHOW_TO_ADD359 if (zgtmaxufull(z_num)) {