Searched defs:is_positive (Results 1 – 2 of 2) sorted by relevance
18 static bool is_positive(int a) { return a > 0; } function
110 const bool is_positive = (result_sign == '+'); global() variable