Home
last modified time | relevance | path

Searched refs:isneg (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c93 static int isneg (const char **s) { in isneg() function
119 neg = isneg(&s); /* check signal */ in lua_strx2number()
136 neg1 = isneg(&s); /* signal */ in lua_strx2number()
/f-stack/freebsd/sys/
H A Dqmath.h105 #define Q_SSIGN(q, isneg) \ argument
106 ((q) = ((Q_SIGNED(q) && (isneg)) ? (q) | (1ULL << Q_SIGNSHFT(q)) : \