Home
last modified time | relevance | path

Searched refs:running_gcd (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp153 const std::vector<SERecurrentNode*>& recurrences, int64_t running_gcd) { in CalculateGCDFromCoefficients() argument
157 running_gcd = GreatestCommonDivisor( in CalculateGCDFromCoefficients()
158 running_gcd, std::abs(coefficient->FoldToSingleValue())); in CalculateGCDFromCoefficients()
161 return running_gcd; in CalculateGCDFromCoefficients()
1107 int64_t running_gcd = 0; in GCDMIVTest() local
1109 running_gcd = CalculateGCDFromCoefficients(source_recurrences, running_gcd); in GCDMIVTest()
1110 running_gcd = CalculateGCDFromCoefficients(dest_recurrences, running_gcd); in GCDMIVTest()
1112 return delta % running_gcd != 0; in GCDMIVTest()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp153 const std::vector<SERecurrentNode*>& recurrences, int64_t running_gcd) { in CalculateGCDFromCoefficients() argument
157 running_gcd = GreatestCommonDivisor( in CalculateGCDFromCoefficients()
158 running_gcd, std::abs(coefficient->FoldToSingleValue())); in CalculateGCDFromCoefficients()
161 return running_gcd; in CalculateGCDFromCoefficients()
1107 int64_t running_gcd = 0; in GCDMIVTest() local
1109 running_gcd = CalculateGCDFromCoefficients(source_recurrences, running_gcd); in GCDMIVTest()
1110 running_gcd = CalculateGCDFromCoefficients(dest_recurrences, running_gcd); in GCDMIVTest()
1112 return delta % running_gcd != 0; in GCDMIVTest()