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