Searched refs:isneg (Results 1 – 2 of 2) sorted by relevance
93 static int isneg (const char **s) { in isneg() function119 neg = isneg(&s); /* check signal */ in lua_strx2number()136 neg1 = isneg(&s); /* signal */ in lua_strx2number()
105 #define Q_SSIGN(q, isneg) \ argument106 ((q) = ((Q_SIGNED(q) && (isneg)) ? (q) | (1ULL << Q_SIGNSHFT(q)) : \