Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/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/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/sdm845/display/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/sm8150/display/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/libs/utils/
Dutils.cpp41 float gcd(float a, float b) { in gcd() function
56 return (a * b) / gcd(a, b); in lcm()
/hardware/qcom/sdm845/display/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);
/hardware/qcom/display/msm8909/sdm/include/utils/
Dutils.h35 float gcd(float a, float b);
/hardware/qcom/sm7250/display/sdm/include/utils/
Dutils.h37 float gcd(float a, float b);
/hardware/qcom/sm8150/display/sdm/include/utils/
Dutils.h37 float gcd(float a, float b);
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp396 static uint32_t gcd(uint32_t a, uint32_t b) in gcd() function
425 return (a * b) / gcd(a, b); in lcm()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp383 static uint32_t gcd(uint32_t a, uint32_t b) in gcd() function
412 return (a * b) / gcd(a, b); in lcm()