Lines Matching refs:is_trait
780 UNITY_INT is_trait = !should_be_trait;
789 is_trait = isinf(actual) && (actual > 0);
793 is_trait = isinf(actual) && (actual < 0);
798 is_trait = isnan(actual) ? 1 : 0;
803 is_trait = !isinf(actual) && !isnan(actual);
812 if (is_trait != should_be_trait)
910 UNITY_INT is_trait = !should_be_trait;
919 is_trait = isinf(actual) && (actual > 0);
923 is_trait = isinf(actual) && (actual < 0);
928 is_trait = isnan(actual) ? 1 : 0;
933 is_trait = !isinf(actual) && !isnan(actual);
942 if (is_trait != should_be_trait)