Searched refs:gcd (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/sm7250/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/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/sm8150/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/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/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/sdm845/display/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/msm8909/sdm/include/utils/ |
D | utils.h | 35 float gcd(float a, float b);
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | utils.h | 37 float gcd(float a, float b);
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | utils.h | 37 float gcd(float a, float b);
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.cpp | 396 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/ |
D | mali_gralloc_bufferallocation.cpp | 383 static uint32_t gcd(uint32_t a, uint32_t b) in gcd() function 412 return (a * b) / gcd(a, b); in lcm()
|