Lines Matching refs:is_trait
1092 UNITY_INT is_trait = !should_be_trait;
1101 is_trait = UNITY_IS_INF(actual) && (actual > 0);
1105 is_trait = UNITY_IS_INF(actual) && (actual < 0);
1110 is_trait = UNITY_IS_NAN(actual) ? 1 : 0;
1115 is_trait = !UNITY_IS_INF(actual) && !UNITY_IS_NAN(actual);
1125 if (is_trait != should_be_trait)
1319 UNITY_INT is_trait = !should_be_trait;
1328 is_trait = UNITY_IS_INF(actual) && (actual > 0);
1332 is_trait = UNITY_IS_INF(actual) && (actual < 0);
1337 is_trait = UNITY_IS_NAN(actual) ? 1 : 0;
1342 is_trait = !UNITY_IS_INF(actual) && !UNITY_IS_NAN(actual);
1352 if (is_trait != should_be_trait)