Searched defs:IsPositive (Results 1 – 3 of 3) sorted by relevance
827 static bool IsPositive(int n) { return n > 0; } in IsPositive() function2427 bool IsPositive(double x) { in IsPositive() function
2913 int IsPositive(double x) { in TEST() function
38896 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local