Lines Matching refs:coefficient_value
565 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in StrongSIVTest() local
571 "\n\tcoefficient value: " + ToString(coefficient_value) + "\n"); in StrongSIVTest()
573 if (delta_value % coefficient_value != 0) { in StrongSIVTest()
582 distance = delta_value / coefficient_value; in StrongSIVTest()
718 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
720 if (delta_value % coefficient_value != 0) { in WeakZeroSourceSIVTest()
729 distance = delta_value / coefficient_value; in WeakZeroSourceSIVTest()
735 "\n\tcoefficient value: " + ToString(coefficient_value) + in WeakZeroSourceSIVTest()
871 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()
882 distance = delta_value / coefficient_value; in WeakZeroDestinationSIVTest()
888 "\n\tcoefficient value: " + ToString(coefficient_value) + in WeakZeroDestinationSIVTest()
1033 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in WeakCrossingSIVTest() local
1036 if (delta_value % (2 * coefficient_value) != 0 && in WeakCrossingSIVTest()
1037 static_cast<float>(delta_value % (2 * coefficient_value)) / in WeakCrossingSIVTest()
1038 static_cast<float>(2 * coefficient_value) != in WeakCrossingSIVTest()
1048 distance = delta_value / (2 * coefficient_value); in WeakCrossingSIVTest()