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