Home
last modified time | relevance | path

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

/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dlo.c2144 if (NULLP_INTEGER(b) || NULLP_LONGINT(a) ) {
2819 if (NULLP_LONGINT(a))
3217 if (NULLP_LONGINT(a)) { /* AK 060502 */
3243 if (NULLP_LONGINT(a)) { /* AK 060502 */
H A Dbruch.c1067 if (NULLP_LONGINT(S_B_O(bruch))) {
1139 if (NULLP_LONGINT(S_B_O(bruch))) {
H A Dmacro.h1773 #define NULLP_LONGINT(a) (GANZSIGNUM(S_O_S(a).ob_longint) == (signed char) 0) macro
1777 ( S_O_K(S_B_O(a)) == LONGINT ? NULLP_LONGINT(S_B_O(a)) : nullp(S_B_O(a))\
1784 ( S_O_K(a) == LONGINT ? NULLP_LONGINT(a) : \
H A Dpoly.c1025 if (NULLP_LONGINT(a)) {