Searched defs:IsPositive (Results 1 – 5 of 5) sorted by relevance
205 bool IsPositive; member
825 int IsPositive(double x) { return x > 0 ? 1 : 0; } in IsPositive() function
2005 bool IsPositive = in constantFoldCanonicalize() local
834 static bool IsPositive(int n) { return n > 0; } in IsPositive() function2432 bool IsPositive(double x) { return x > 0; } in IsPositive() function
47498 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local