Home
last modified time | relevance | path

Searched refs:gcd (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/display/msm8909/sdm/include/utils/
Dutils.h35 float gcd(float a, float b);
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dutils.h35 float gcd(float a, float b);
/hardware/qcom/display/msm8998/sdm/include/utils/
Dutils.h35 float gcd(float a, float b);