Searched refs:gcd (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sdm845/display/sdm/libs/utils/ |
D | utils.cpp | 41 float gcd(float a, float b) { in gcd() function 56 return (a * b) / gcd(a, b); in lcm()
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | utils.cpp | 41 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/ |
D | utils.cpp | 41 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/ |
D | utils.cpp | 41 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/ |
D | utils.h | 35 float gcd(float a, float b);
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | utils.h | 35 float gcd(float a, float b);
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | utils.h | 35 float gcd(float a, float b);
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | utils.h | 35 float gcd(float a, float b);
|