Lines Matching refs:delta_value
564 int64_t delta_value = delta_constant->FoldToSingleValue(); in StrongSIVTest() local
570 ToString(delta_value) + in StrongSIVTest()
573 if (delta_value % coefficient_value != 0) { in StrongSIVTest()
582 distance = delta_value / coefficient_value; in StrongSIVTest()
717 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
720 if (delta_value % coefficient_value != 0) { in WeakZeroSourceSIVTest()
729 distance = delta_value / coefficient_value; in WeakZeroSourceSIVTest()
734 ToString(delta_value) + in WeakZeroSourceSIVTest()
870 int64_t delta_value = delta_constant->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()
882 distance = delta_value / coefficient_value; in WeakZeroDestinationSIVTest()
887 ToString(delta_value) + in WeakZeroDestinationSIVTest()
1032 int64_t delta_value = delta_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()
1048 distance = delta_value / (2 * coefficient_value); in WeakCrossingSIVTest()