Searched refs:coefficient_value (Results 1 – 2 of 2) sorted by relevance
565 int64_t coefficient_value = coefficient_constant->FoldToSingleValue(); in StrongSIVTest() local571 "\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() local720 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() local873 if (delta_value % coefficient_value != 0) { in WeakZeroDestinationSIVTest()[all …]